Skip to content

Commit 9d33b64

Browse files
authored
Merge branch 'anomalyco:dev' into dev
2 parents 0f16fcf + c76586a commit 9d33b64

14 files changed

Lines changed: 264 additions & 3 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"]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "GPT-5.2 Codex"
2+
family = "gpt-codex"
3+
release_date = "2025-12-11"
4+
last_updated = "2025-12-11"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 1.75
15+
output = 14.00
16+
cache_read = 0.175
17+
18+
[limit]
19+
context = 400_000
20+
input = 272_000
21+
output = 128_000
22+
23+
[modalities]
24+
input = ["text", "image", "pdf"]
25+
output = ["text"]
26+
27+
[provider]
28+
npm = "ai-gateway-provider"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "GPT-5.3 Codex"
2+
family = "gpt-codex"
3+
release_date = "2026-02-05"
4+
last_updated = "2026-02-05"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 1.75
15+
output = 14.00
16+
cache_read = 0.175
17+
18+
[limit]
19+
context = 400_000
20+
input = 272_000
21+
output = 128_000
22+
23+
[modalities]
24+
input = ["text", "image", "pdf"]
25+
output = ["text"]
26+
27+
[provider]
28+
npm = "ai-gateway-provider"

providers/opencode-go/logo.svg

Lines changed: 3 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/opencode/logo.svg

Lines changed: 0 additions & 1 deletion
Loading
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name = "GPT-5.3 Codex"
2+
family = "gpt-codex"
3+
release_date = "2026-02-24"
4+
last_updated = "2026-02-24"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
knowledge = "2025-08-31"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 1.75
15+
output = 14.00
16+
cache_read = 0.175
17+
18+
[limit]
19+
context = 400_000
20+
input = 272_000
21+
output = 128_000
22+
23+
[modalities]
24+
input = ["text", "image", "pdf"]
25+
output = ["text"]
26+
27+
[provider]
28+
npm = "@ai-sdk/openai"

0 commit comments

Comments
 (0)