chore(sync): update LLM Gateway model catalog (#5286)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4bd3ee0dad
commit
eb2b215c59
@@ -0,0 +1,25 @@
|
||||
base_model = "xiaomi/mimo-v2.5-pro"
|
||||
name = "MiMo V2.5 Pro (DeepInfra)"
|
||||
tool_call = false
|
||||
structured_output = false
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"]
|
||||
|
||||
[cost]
|
||||
input = 1
|
||||
output = 3
|
||||
cache_read = 0.2
|
||||
|
||||
[[cost.tiers]]
|
||||
tier = { type = "context", size = 256_000 }
|
||||
input = 2
|
||||
output = 6
|
||||
cache_read = 0.4
|
||||
|
||||
[limit]
|
||||
output = 16_384
|
||||
@@ -0,0 +1,25 @@
|
||||
base_model = "xiaomi/mimo-v2.5"
|
||||
name = "MiMo V2.5 (DeepInfra)"
|
||||
structured_output = true
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"]
|
||||
|
||||
[cost]
|
||||
input = 0.4
|
||||
output = 2
|
||||
cache_read = 0.08
|
||||
|
||||
[[cost.tiers]]
|
||||
tier = { type = "context", size = 256_000 }
|
||||
input = 0.8
|
||||
output = 4
|
||||
cache_read = 0.16
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 16_384
|
||||
@@ -0,0 +1,21 @@
|
||||
base_model = "xiaomi/mimo-v2.5-pro"
|
||||
name = "MiMo V2.5 Pro (NovitaAI)"
|
||||
structured_output = false
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "minimal", "low", "medium", "high"]
|
||||
|
||||
[cost]
|
||||
input = 0.522
|
||||
output = 1.044
|
||||
cache_read = 0.0043
|
||||
|
||||
[[cost.tiers]]
|
||||
tier = { type = "context", size = 256_000 }
|
||||
input = 2
|
||||
output = 6
|
||||
cache_read = 0.4
|
||||
@@ -0,0 +1,21 @@
|
||||
base_model = "xiaomi/mimo-v2.5"
|
||||
name = "MiMo V2.5 (NovitaAI)"
|
||||
structured_output = false
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "low", "medium", "high"]
|
||||
|
||||
[cost]
|
||||
input = 0.168
|
||||
output = 0.336
|
||||
cache_read = 0.0034
|
||||
|
||||
[[cost.tiers]]
|
||||
tier = { type = "context", size = 256_000 }
|
||||
input = 0.8
|
||||
output = 4
|
||||
cache_read = 0.16
|
||||
Reference in New Issue
Block a user