Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions providers/pareto/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions providers/pareto/models/deepseek/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Paid Pareto Pass: $3/week, up to $20/day of usage; no additional token charges.
# https://docs.paretoinference.com/pareto-pass
# Effort: reasoning_effort = high|xhigh; Pareto forwards no reasoning toggle.
# Effort levels and limits follow OpenRouter (accessed 2026-09-02).
# https://openrouter.ai/api/v1/models
base_model = "deepseek/deepseek-v4-flash"

[[reasoning_options]]
type = "effort"
values = ["high", "xhigh"]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_048_576
25 changes: 25 additions & 0 deletions providers/pareto/models/z-ai/glm-5.3-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Paid Pareto Pass: $3/week, up to $20/day of usage; no additional token charges.
# https://docs.paretoinference.com/pareto-pass
# Effort: reasoning_effort = low|high|max; Pareto forwards no reasoning toggle.
# Limits and input modalities follow OpenRouter (accessed 2026-09-02).
# https://openrouter.ai/api/v1/models
base_model = "zhipuai/glm-5.3-flash"

[[reasoning_options]]
type = "effort"
values = ["low", "high", "max"]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_310_720

[modalities]
input = ["text", "image", "video"]
22 changes: 22 additions & 0 deletions providers/pareto/models/z-ai/glm-5.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Paid Pareto Pass: $3/week, up to $20/day of usage; no additional token charges.
# https://docs.paretoinference.com/pareto-pass
# Effort: reasoning_effort = low|high|max; Pareto forwards no reasoning toggle.
# Limits follow the upstream OpenRouter catalog (accessed 2026-09-02).
# https://openrouter.ai/api/v1/models
base_model = "zhipuai/glm-5.3"

[[reasoning_options]]
type = "effort"
values = ["low", "high", "max"]

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_310_720
8 changes: 8 additions & 0 deletions providers/pareto/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pareto Pass is a paid $3/week subscription with up to $20/day of usage.
# Zero token costs below mean no additional charge within the Pass allowance,
# not free access. https://docs.paretoinference.com/pareto-pass
name = "Pareto Inference (Pass)"
npm = "@ai-sdk/openai-compatible"
env = ["PARETO_API_KEY"]
api = "https://api.paretoinference.com/v1"
doc = "https://docs.paretoinference.com/pareto-pass"
Loading