Skip to content

Commit ad3305b

Browse files
committed
Merge branch 'dev' of github.com:anomalyco/models.dev into dev
2 parents 0198228 + 165bc7d commit ad3305b

354 files changed

Lines changed: 5936 additions & 828 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/core/src/family.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const ModelFamilyValues = [
1414
"gpt-mini",
1515
"gpt-nano",
1616
"gpt-oss",
17+
"gpt-image",
1718

1819
// OpenAI o-series (reasoning models)
1920
"o",
@@ -46,6 +47,7 @@ export const ModelFamilyValues = [
4647

4748
// Alibaba Qwen
4849
"qwen",
50+
"qwen-free",
4951

5052
// DeepSeek
5153
"deepseek",
@@ -376,6 +378,15 @@ export const ModelFamilyValues = [
376378

377379
// Writer
378380
"palmyra",
381+
382+
// ALLaM
383+
"allam",
384+
385+
// Canopy Labs
386+
"canopylabs",
387+
388+
// Groq
389+
"groq",
379390
] as const;
380391

381392
export const ModelFamily = z.enum(ModelFamilyValues);

providers/aihubmix/provider.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "AIHubMix"
2-
npm = "@ai-sdk/openai-compatible"
2+
npm = "@aihubmix/ai-sdk-provider"
33
env = ["AIHUBMIX_API_KEY"]
4-
api = "https://aihubmix.com/v1"
54
doc = "https://docs.aihubmix.com"
65

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "MiniMax M2.5"
2+
family = "minimax"
3+
release_date = "2026-03-18"
4+
last_updated = "2026-03-18"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.30
14+
output = 1.20
15+
16+
[limit]
17+
context = 196_608
18+
output = 98_304
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "NVIDIA Nemotron 3 Super 120B A12B"
2+
family = "nemotron"
3+
release_date = "2026-03-11"
4+
last_updated = "2026-03-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.15
13+
output = 0.65
14+
15+
[limit]
16+
context = 262_144
17+
output = 131_072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GLM-5"
2+
family = "glm"
3+
release_date = "2026-03-18"
4+
last_updated = "2026-03-18"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 1.00
16+
output = 3.20
17+
18+
[limit]
19+
context = 202_752
20+
output = 101_376
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]

providers/baseten/models/nvidia/Nemotron-3-Super.toml renamed to providers/baseten/models/nvidia/Nemotron-120B-A12B.toml

File renamed without changes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Claude Sonnet 4.6"
2+
family = "claude-sonnet"
3+
release_date = "2026-02-17"
4+
last_updated = "2026-03-13"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-08"
10+
open_weights = false
11+
12+
[cost]
13+
input = 3.59
14+
output = 17.92
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 1_000_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 = "Claude Haiku 4.5"
2+
family = "claude-haiku"
3+
release_date = "2025-10-15"
4+
last_updated = "2025-10-15"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-02-28"
10+
open_weights = false
11+
12+
[cost]
13+
input = 1.09
14+
output = 5.43
15+
16+
[limit]
17+
context = 200_000
18+
output = 200_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 = "Claude Opus 4.5"
2+
family = "claude-opus"
3+
release_date = "2025-11-24"
4+
last_updated = "2025-11-24"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-03-31"
10+
open_weights = false
11+
12+
[cost]
13+
input = 5.98
14+
output = 29.89
15+
16+
[limit]
17+
context = 200_000
18+
output = 200_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 = "Claude Opus 4.6"
2+
family = "claude-opus"
3+
release_date = "2026-02-05"
4+
last_updated = "2026-03-13"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2025-05"
10+
open_weights = false
11+
12+
[cost]
13+
input = 5.98
14+
output = 29.89
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 1_000_000
19+
20+
[modalities]
21+
input = ["text", "image", "pdf"]
22+
output = ["text"]

0 commit comments

Comments
 (0)