Skip to content
Open
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
21 changes: 2 additions & 19 deletions providers/opencode/models/mimo-v2-flash-free.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
name = "MiMo V2 Flash Free"
family = "mimo-flash-free"
release_date = "2025-12-16"
last_updated = "2025-12-16"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true
status = "deprecated"

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0

[limit]
context = 262_144
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
[extends]
from = "xiaomi/mimo-v2-flash"
21 changes: 2 additions & 19 deletions providers/opencode/models/mimo-v2-omni-free.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
name = "MiMo V2 Omni Free"
family = "mimo-omni-free"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true
status = "deprecated"

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0

[limit]
context = 262_144
output = 64_000

[modalities]
input = ["text", "image", "audio", "pdf"]
output = ["text"]
[extends]
from = "xiaomi/mimo-v2-omni"
21 changes: 2 additions & 19 deletions providers/opencode/models/mimo-v2-pro-free.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
name = "MiMo V2 Pro Free"
family = "mimo-pro-free"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true
status = "deprecated"

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0

[limit]
context = 1_048_576
output = 64_000

[modalities]
input = ["text"]
output = ["text"]
[extends]
from = "xiaomi/mimo-v2-pro"
Loading