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
4 changes: 2 additions & 2 deletions providers/xiaomi/models/mimo-v2-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ output = 0.30
cache_read = 0.01

[limit]
context = 256_000
output = 64_000
context = 262_144
output = 65_536

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/xiaomi/models/mimo-v2-omni.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true
open_weights = false

[interleaved]
field = "reasoning_content"
Expand All @@ -18,8 +18,8 @@ output = 2.00
cache_read = 0.08

[limit]
context = 256_000
output = 128_000
context = 262_144
output = 131_072

[modalities]
input = ["text", "image", "audio", "video", "pdf"]
Expand Down
11 changes: 8 additions & 3 deletions providers/xiaomi/models/mimo-v2-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true
open_weights = false

[interleaved]
field = "reasoning_content"
Expand All @@ -17,9 +17,14 @@ input = 1.00
output = 3.00
cache_read = 0.20

[cost.context_over_200k]
input = 2.00
output = 6.00
cache_read = 0.40

[limit]
context = 1_000_000
output = 128_000
context = 1_048_576
output = 131_072

[modalities]
input = ["text"]
Expand Down
3 changes: 1 addition & 2 deletions providers/xiaomi/models/mimo-v2.5-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = false
open_weights = true

[cost]
input = 1
Expand All @@ -29,4 +29,3 @@ output = ["text"]

[interleaved]
field = "reasoning_content"

3 changes: 1 addition & 2 deletions providers/xiaomi/models/mimo-v2.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = false
open_weights = true

[cost]
input = 0.4
Expand All @@ -29,4 +29,3 @@ output = ["text"]

[interleaved]
field = "reasoning_content"

Loading