Merge pull request #1211 from sylviezhang37/update-vercel-models-20260317-1807

Update Vercel models
This commit is contained in:
Aiden Cline
2026-03-17 14:30:24 -05:00
committed by GitHub
3 changed files with 68 additions and 0 deletions
@@ -0,0 +1,23 @@
name = "GPT 5.4 Mini"
family = "gpt"
attachment = true
reasoning = true
tool_call = true
temperature = true
release_date = "2026-03-17"
last_updated = "2026-03-17"
open_weights = false
[cost]
input = 0.75
output = 4.5
cache_read = 0.075
[limit]
context = 400_000
input = 272_000
output = 128_000
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
@@ -0,0 +1,23 @@
name = "GPT 5.4 Nano"
family = "gpt"
attachment = true
reasoning = true
tool_call = true
temperature = true
release_date = "2026-03-17"
last_updated = "2026-03-17"
open_weights = false
[cost]
input = 0.19999999999999998
output = 1.25
cache_read = 0.02
[limit]
context = 400_000
input = 272_000
output = 128_000
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "GLM 5 Turbo"
family = "glm"
attachment = false
reasoning = true
tool_call = true
temperature = true
release_date = "2026-03-15"
last_updated = "2026-03-17"
open_weights = false
[cost]
input = 1.2
output = 4
cache_read = 0.24
[limit]
context = 202_800
output = 131_100
[modalities]
input = ["text"]
output = ["text"]