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
2 changes: 1 addition & 1 deletion providers/openrouter/models/minimax/minimax-m2.7.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from = "minimax/MiniMax-M2.7"
omit = ["cost.cache_read", "cost.cache_write"]

[cost]
input = 0.26
input = 0.279
output = 1.2

[limit]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ knowledge = "2025-06-30"
open_weights = true

[cost]
input = 0.09
output = 0.3
input = 0.0428
output = 0.1716

[limit]
context = 262_144
output = 262_144
context = 128_000
output = 32_000

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/openrouter/models/tencent/hy3-preview.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ structured_output = false
open_weights = true

[cost]
input = 0.066
output = 0.26
cache_read = 0.029
input = 0.063
output = 0.21
cache_read = 0.021

[limit]
context = 262_144
Expand Down