Skip to content

Commit 98a7fb3

Browse files
Merge remote-tracking branch 'upstream/dev' into dev
2 parents d29c3c8 + 96e9537 commit 98a7fb3

10 files changed

Lines changed: 181 additions & 2 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "MiniMax-M2.5"
2+
family = "minimax"
3+
release_date = "2026-02-12"
4+
last_updated = "2026-02-12"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2026-01"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.30
17+
output = 1.20
18+
19+
[limit]
20+
context = 204000
21+
output = 204000
22+
23+
[modalities]
24+
input = ["text"]
25+
output = ["text"]

providers/opencode-go/logo.svg

Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "GLM-5"
2+
family = "glm"
3+
release_date = "2026-02-11"
4+
last_updated = "2026-02-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-04"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 1.0
17+
output = 3.2
18+
cache_read = 0.2
19+
20+
[limit]
21+
context = 204800
22+
output = 131072
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Kimi K2.5"
2+
family = "kimi"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-10"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0.6
17+
output = 3.0
18+
cache_read = 0.08
19+
20+
[limit]
21+
context = 262_144
22+
output = 65_536
23+
24+
[modalities]
25+
input = ["text", "image", "video"]
26+
output = ["text"]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "MiniMax M2.5"
2+
family = "minimax"
3+
release_date = "2026-02-12"
4+
last_updated = "2026-02-12"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-01"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.3
14+
output = 1.2
15+
cache_read = 0.06
16+
17+
[limit]
18+
context = 204_800
19+
output = 131_072
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
24+
25+
[provider]
26+
npm = "@ai-sdk/anthropic"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "OpenCode Go"
2+
env = ["OPENCODE_API_KEY"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "https://opencode.ai/zen/go/v1"
5+
doc = "https://opencode.ai/docs/zen"

providers/venice/models/gemini-3-1-pro-preview.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tool_call = true
66
structured_output = true
77
temperature = true
88
release_date = "2026-02-19"
9-
last_updated = "2026-02-19"
9+
last_updated = "2026-02-24"
1010
open_weights = false
1111

1212
[cost]
@@ -22,7 +22,7 @@ cache_read = 0.5
2222

2323
[limit]
2424
context = 1_000_000
25-
output = 250_000
25+
output = 65_000
2626

2727
[modalities]
2828
input = ["text", "image", "audio", "video"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Qwen 3.5 Flash"
2+
family = "qwen"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
temperature = true
7+
release_date = "2026-02-24"
8+
last_updated = "2026-02-24"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.1
13+
output = 0.4
14+
cache_read = 0.001
15+
cache_write = 0.125
16+
17+
[limit]
18+
context = 1_000_000
19+
output = 64_000
20+
21+
[modalities]
22+
input = ["text", "image", "pdf"]
23+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemini 3.1 Pro Preview"
2+
family = "gemini"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
temperature = true
7+
release_date = "2026-02-19"
8+
last_updated = "2026-02-24"
9+
open_weights = false
10+
11+
[cost]
12+
input = 2
13+
output = 12
14+
cache_read = 0.2
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 64_000
19+
20+
[modalities]
21+
input = ["text", "image", "pdf"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GPT 5.3 Codex"
2+
family = "gpt"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
temperature = true
7+
release_date = "2026-02-24"
8+
last_updated = "2026-02-24"
9+
open_weights = false
10+
11+
[cost]
12+
input = 1.75
13+
output = 14
14+
cache_read = 0.175
15+
16+
[limit]
17+
context = 400_000
18+
output = 128_000
19+
20+
[modalities]
21+
input = ["text", "image", "pdf"]
22+
output = ["text"]

0 commit comments

Comments
 (0)