diff --git a/providers/openai/models/gpt-5.5.toml b/providers/openai/models/gpt-5.5.toml index 91167f37e..9c73f95fe 100644 --- a/providers/openai/models/gpt-5.5.toml +++ b/providers/openai/models/gpt-5.5.toml @@ -22,8 +22,8 @@ cache_read = 1.00 [limit] context = 1_050_000 -input = 920_000 -output = 130_000 +input = 922_000 +output = 128_000 [modalities] input = ["text", "image", "pdf"] diff --git a/providers/opencode-go/models/deepseek-v4-pro.toml b/providers/opencode-go/models/deepseek-v4-pro.toml index 21f70499f..0ff45d4dd 100644 --- a/providers/opencode-go/models/deepseek-v4-pro.toml +++ b/providers/opencode-go/models/deepseek-v4-pro.toml @@ -16,7 +16,7 @@ field = "reasoning_content" [cost] input = 1.74 output = 3.48 -cache_read = 0.145 +cache_read = 0.0145 [limit] context = 1_000_000 diff --git a/providers/opencode-go/models/mimo-v2.5.toml b/providers/opencode-go/models/mimo-v2.5.toml index 06ab15434..35be21b28 100644 --- a/providers/opencode-go/models/mimo-v2.5.toml +++ b/providers/opencode-go/models/mimo-v2.5.toml @@ -23,7 +23,7 @@ output = 4.00 cache_read = 0.16 [limit] -context = 262_144 +context = 1_000_000 output = 128_000 [modalities] diff --git a/providers/opencode/models/claude-3-5-haiku.toml b/providers/opencode/models/claude-3-5-haiku.toml index 338483e49..262835c9f 100644 --- a/providers/opencode/models/claude-3-5-haiku.toml +++ b/providers/opencode/models/claude-3-5-haiku.toml @@ -8,6 +8,7 @@ temperature = true tool_call = true knowledge = "2024-07-31" open_weights = false +status = "deprecated" [cost] input = 0.80 diff --git a/providers/openrouter/models/xiaomi/mimo-v2.5-pro.toml b/providers/openrouter/models/xiaomi/mimo-v2.5-pro.toml new file mode 100644 index 000000000..c5ed14b6e --- /dev/null +++ b/providers/openrouter/models/xiaomi/mimo-v2.5-pro.toml @@ -0,0 +1,2 @@ +[extends] +from = "xiaomi/mimo-v2.5-pro" diff --git a/providers/openrouter/models/xiaomi/mimo-v2.5.toml b/providers/openrouter/models/xiaomi/mimo-v2.5.toml new file mode 100644 index 000000000..412705bee --- /dev/null +++ b/providers/openrouter/models/xiaomi/mimo-v2.5.toml @@ -0,0 +1,2 @@ +[extends] +from = "xiaomi/mimo-v2.5" diff --git a/providers/xiaomi/models/mimo-v2.5-pro.toml b/providers/xiaomi/models/mimo-v2.5-pro.toml new file mode 100644 index 000000000..81359c3ff --- /dev/null +++ b/providers/xiaomi/models/mimo-v2.5-pro.toml @@ -0,0 +1,32 @@ +name = "MiMo-V2.5-Pro" +family = "mimo" +release_date = "2026-04-22" +last_updated = "2026-04-22" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2024-12" +open_weights = false + +[cost] +input = 1 +output = 3 +cache_read = 0.2 + +[cost.context_over_200k] +input = 2.00 +output = 6.00 +cache_read = 0.40 + +[limit] +context = 1_048_576 +output = 131_072 + +[modalities] +input = ["text", "image", "audio", "video", "pdf"] +output = ["text"] + +[interleaved] +field = "reasoning_content" + diff --git a/providers/xiaomi/models/mimo-v2.5.toml b/providers/xiaomi/models/mimo-v2.5.toml new file mode 100644 index 000000000..a33e0ccea --- /dev/null +++ b/providers/xiaomi/models/mimo-v2.5.toml @@ -0,0 +1,32 @@ +name = "MiMo-V2.5" +family = "mimo" +release_date = "2026-04-22" +last_updated = "2026-04-22" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2024-12" +open_weights = false + +[cost] +input = 0.4 +output = 2 +cache_read = 0.08 + +[cost.context_over_200k] +input = 0.80 +output = 4.00 +cache_read = 0.16 + +[limit] +context = 1_048_576 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] + +[interleaved] +field = "reasoning_content" +