Skip to content

Commit 4bc7191

Browse files
authored
Merge pull request #1467 from vercel/update-vercel-models-20260416-1812
Update Vercel models
2 parents 7680a1d + 6f62522 commit 4bc7191

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Claude Opus 4.7"
2+
family = "claude-opus"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
temperature = false
7+
release_date = "2026-04-16"
8+
last_updated = "2026-04-16"
9+
open_weights = false
10+
11+
[cost]
12+
input = 5
13+
output = 25
14+
cache_read = 0.5
15+
cache_write = 6.25
16+
17+
[limit]
18+
context = 1_000_000
19+
output = 128_000
20+
21+
[modalities]
22+
input = ["text", "image", "pdf"]
23+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Mercury Coder Small Beta"
2+
family = "mercury"
3+
attachment = false
4+
reasoning = false
5+
tool_call = true
6+
temperature = true
7+
release_date = "2025-02-26"
8+
last_updated = "2026-04-16"
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.25
13+
output = 1
14+
15+
[limit]
16+
context = 32_000
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GLM 5.1"
2+
family = "glm"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
temperature = true
7+
release_date = "2026-04-07"
8+
last_updated = "2026-04-16"
9+
open_weights = false
10+
11+
[cost]
12+
input = 1.4
13+
output = 4.4
14+
cache_read = 0.26
15+
16+
[limit]
17+
context = 202_752
18+
output = 202_752
19+
20+
[modalities]
21+
input = ["text", "image", "pdf"]
22+
output = ["text"]

0 commit comments

Comments
 (0)