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
23 changes: 0 additions & 23 deletions providers/openrouter/models/baidu/ernie-4.5-300b-a47b.toml

This file was deleted.

6 changes: 3 additions & 3 deletions providers/openrouter/models/inclusionai/ring-2.6-1t.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ structured_output = false
open_weights = false

[cost]
input = 0.3
output = 2.5
cache_read = 0.06
input = 0.075
output = 0.625
cache_read = 0.015

[limit]
context = 262_144
Expand Down
11 changes: 4 additions & 7 deletions providers/openrouter/models/minimax/minimax-m3.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name = "MiniMax M3"
family = "minimax-m3"
release_date = "2026-05-31"
last_updated = "2026-05-31"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = false
open_weights = true

[extends]
from = "minimax/MiniMax-M3"
omit = ["cost.cache_write"]

[cost]
input = 0.3
Expand Down