Skip to content

Commit d4ce566

Browse files
authored
Merge pull request #1296 from sylviezhang37/update-vercel-models-20260330-1655
Update Vercel models
2 parents 2042e3d + ad26e88 commit d4ce566

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

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"]

0 commit comments

Comments
 (0)