Skip to content

Commit 593308b

Browse files
author
marcelarie
committed
Merge branch 'dev' of github.com:marcelarie/models.dev into dev
2 parents 54386f3 + 798538f commit 593308b

47 files changed

Lines changed: 226 additions & 167 deletions

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const ModelFamilyValues = [
4646

4747
// Alibaba Qwen
4848
"qwen",
49+
"qwen-free",
4950

5051
// DeepSeek
5152
"deepseek",
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Qwen3.6 Plus Free"
2+
family = "qwen-free"
3+
release_date = "2026-03-30"
4+
last_updated = "2026-03-30"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
knowledge = "2024-12"
10+
open_weights = false
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 0
17+
output = 0
18+
cache_read = 0
19+
20+
[limit]
21+
context = 1_048_576
22+
output = 64_000
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen3.6 Plus Preview (free)"
2+
family = "qwen"
3+
release_date = "2026-03-30"
4+
last_updated = "2026-03-30"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.00
14+
output = 0.00
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Kat Coder Pro V2"
2+
family = "kat-coder"
3+
attachment = false
4+
reasoning = true
5+
tool_call = true
6+
temperature = true
7+
release_date = "2026-03-27"
8+
last_updated = "2026-03-30"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.3
13+
output = 1.2
14+
cache_read = 0.06
15+
16+
[limit]
17+
context = 256_000
18+
output = 256_000
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+
attachment = false
4+
reasoning = false
5+
tool_call = false
6+
temperature = true
7+
release_date = "2026-03-18"
8+
last_updated = "2026-03-30"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.15
13+
output = 0.65
14+
15+
[limit]
16+
context = 256_000
17+
output = 32_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

providers/vultr/models/DeepSeek-R1-Distill-Llama-70B.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/vultr/models/DeepSeek-R1-Distill-Qwen-32B.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/vultr/models/Llama-3_1-Nemotron-Ultra-253B-v1.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/vultr/models/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

providers/vultr/models/gpt-oss-120b.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)