Merge remote-tracking branch 'upstream/dev' into PR-gpt-5.5
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@ output = 4.00
|
||||
cache_read = 0.16
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
context = 1_000_000
|
||||
output = 128_000
|
||||
|
||||
[modalities]
|
||||
|
||||
@@ -8,6 +8,7 @@ temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-07-31"
|
||||
open_weights = false
|
||||
status = "deprecated"
|
||||
|
||||
[cost]
|
||||
input = 0.80
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[extends]
|
||||
from = "xiaomi/mimo-v2.5-pro"
|
||||
@@ -0,0 +1,2 @@
|
||||
[extends]
|
||||
from = "xiaomi/mimo-v2.5"
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user