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
9 changes: 6 additions & 3 deletions providers/openrouter/models/minimax/minimax-m2.7.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ base_model = "minimax/MiniMax-M2.7"
structured_output = true

[cost]
input = 0.27
output = 1.08
cache_read = 0.054
input = 0.25
output = 1
cache_read = 0.05

[limit]
context = 196_608
10 changes: 3 additions & 7 deletions providers/openrouter/models/moonshotai/kimi-k2.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ base_model = "moonshotai/kimi-k2.6"
field = "reasoning_details"

[cost]
input = 0.68
output = 3.41
cache_read = 0.34

[limit]
context = 262_142
output = 262_142
input = 0.67
output = 3.39
cache_read = 0.14

[modalities]
input = ["text", "image"]
2 changes: 1 addition & 1 deletion providers/openrouter/models/z-ai/glm-4.5-air.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base_model = "zhipuai/glm-4.5-air"
structured_output = false
structured_output = true

[cost]
input = 0.125
Expand Down
10 changes: 5 additions & 5 deletions providers/openrouter/models/~moonshotai/kimi-latest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ structured_output = true
open_weights = false

[cost]
input = 0.68
output = 3.41
cache_read = 0.34
input = 0.67
output = 3.39
cache_read = 0.14

[limit]
context = 262_142
output = 262_142
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
Expand Down