Skip to content
Merged
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
1 change: 1 addition & 0 deletions providers/openrouter/models/anthropic/claude-opus-5.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
base_model = "anthropic/claude-opus-5"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
temperature = true
structured_output = true

[[reasoning_options]]
Expand Down
6 changes: 3 additions & 3 deletions providers/openrouter/models/qwen/qwen3-235b-a22b-2507.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ knowledge = "2025-06-30"
open_weights = true

[cost]
input = 0.09
output = 0.55
input = 0.1495
output = 0.598

[limit]
context = 262_144
output = 16_384
output = 32_768

[modalities]
input = ["text"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ open_weights = true
reasoning_options = []

[cost]
input = 0.4
output = 4
input = 0.98
output = 3.95

[limit]
context = 131_072
Expand Down
8 changes: 5 additions & 3 deletions providers/openrouter/models/qwen/qwen3.6-27b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ base_model = "alibaba/qwen3.6-27b"
type = "toggle"

[cost]
input = 0.3
output = 2
cache_read = 0.15
input = 0.289
output = 2.4

[limit]
output = 131_072

[modalities]
input = ["text", "image", "video"]
2 changes: 1 addition & 1 deletion providers/openrouter/models/tencent/hy3-preview.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_model = "tencent/hy3-preview"
structured_output = true
structured_output = false

[[reasoning_options]]
type = "effort"
Expand Down
2 changes: 1 addition & 1 deletion providers/openrouter/models/thedrummer/unslopnemo-12b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ output = 0.4

[limit]
context = 1_024_000
output = 32_768
output = 1_024_000

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/openrouter/models/z-ai/glm-5.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ type = "effort"
values = ["high", "xhigh"]

[cost]
input = 0.2842
output = 0.8932
cache_read = 0.05278
input = 0.6146
output = 1.9316
cache_read = 0.11414

[limit]
context = 1_048_576
Loading