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/moonshotai/kimi-k2.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ field = "reasoning_details"
[cost]
input = 0.375
output = 2.025
cache_read = 0.203

[limit]
context = 256_000
Expand Down
1 change: 1 addition & 0 deletions providers/openrouter/models/qwen/qwen3.5-397b-a17b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type = "toggle"
[cost]
input = 0.385
output = 2.45
cache_read = 0.111

[limit]
context = 131_072
Expand Down
28 changes: 28 additions & 0 deletions providers/openrouter/models/tencent/hy3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "Hy3"
description = "Tencent Hy reasoning model for coding, instruction following, and agent tasks"
family = "hy3"
release_date = "2026-07-06"
last_updated = "2026-07-06"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

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

[cost]
input = 0.14
output = 0.58
cache_read = 0.035

[limit]
context = 202_752
output = 131_072

[modalities]
input = ["text"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/openrouter/models/tencent/hy3:free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Hy3 (free)"
description = "Tencent Hy reasoning model for coding, instruction following, and agent tasks"
family = "hy3"
release_date = "2026-07-06"
last_updated = "2026-07-06"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

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

[cost]
input = 0
output = 0

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text"]
output = ["text"]
1 change: 1 addition & 0 deletions providers/openrouter/models/xiaomi/mimo-v2.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type = "toggle"
[cost]
input = 0.105
output = 0.28
cache_read = 0.028

[limit]
context = 32_000
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.686
output = 2.156
cache_read = 0.1274
input = 0.9086
output = 2.8556
cache_read = 0.16874

[limit]
context = 1_048_576