Skip to content

Commit d73ca90

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into PR-gpt-5.5
2 parents cd69509 + c5c803f commit d73ca90

8 files changed

Lines changed: 73 additions & 4 deletions

File tree

providers/openai/models/gpt-5.5.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ cache_read = 1.00
2222

2323
[limit]
2424
context = 1_050_000
25-
input = 920_000
26-
output = 130_000
25+
input = 922_000
26+
output = 128_000
2727

2828
[modalities]
2929
input = ["text", "image", "pdf"]

providers/opencode-go/models/deepseek-v4-pro.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ field = "reasoning_content"
1616
[cost]
1717
input = 1.74
1818
output = 3.48
19-
cache_read = 0.145
19+
cache_read = 0.0145
2020

2121
[limit]
2222
context = 1_000_000

providers/opencode-go/models/mimo-v2.5.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ output = 4.00
2323
cache_read = 0.16
2424

2525
[limit]
26-
context = 262_144
26+
context = 1_000_000
2727
output = 128_000
2828

2929
[modalities]

providers/opencode/models/claude-3-5-haiku.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ temperature = true
88
tool_call = true
99
knowledge = "2024-07-31"
1010
open_weights = false
11+
status = "deprecated"
1112

1213
[cost]
1314
input = 0.80
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi/mimo-v2.5-pro"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[extends]
2+
from = "xiaomi/mimo-v2.5"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name = "MiMo-V2.5-Pro"
2+
family = "mimo"
3+
release_date = "2026-04-22"
4+
last_updated = "2026-04-22"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = false
11+
12+
[cost]
13+
input = 1
14+
output = 3
15+
cache_read = 0.2
16+
17+
[cost.context_over_200k]
18+
input = 2.00
19+
output = 6.00
20+
cache_read = 0.40
21+
22+
[limit]
23+
context = 1_048_576
24+
output = 131_072
25+
26+
[modalities]
27+
input = ["text", "image", "audio", "video", "pdf"]
28+
output = ["text"]
29+
30+
[interleaved]
31+
field = "reasoning_content"
32+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name = "MiMo-V2.5"
2+
family = "mimo"
3+
release_date = "2026-04-22"
4+
last_updated = "2026-04-22"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.4
14+
output = 2
15+
cache_read = 0.08
16+
17+
[cost.context_over_200k]
18+
input = 0.80
19+
output = 4.00
20+
cache_read = 0.16
21+
22+
[limit]
23+
context = 1_048_576
24+
output = 131_072
25+
26+
[modalities]
27+
input = ["text"]
28+
output = ["text"]
29+
30+
[interleaved]
31+
field = "reasoning_content"
32+

0 commit comments

Comments
 (0)