Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions providers/vercel/models/alibaba/qwen3-coder-next.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3 Coder Next"
family = "qwen"
attachment = false
reasoning = true
tool_call = true
temperature = true
release_date = "2025-07-22"
last_updated = "2026-02-19"
open_weights = false

[cost]
input = 0.5
output = 1.2

[limit]
context = 256_000
output = 256_000

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/vercel/models/alibaba/qwen3.5-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Qwen 3.5 Plus"
family = "qwen"
attachment = true
reasoning = true
tool_call = true
temperature = true
release_date = "2026-02-16"
last_updated = "2026-02-19"
open_weights = false

[cost]
input = 0.4
output = 2.4
cache_read = 0.04
cache_write = 0.5

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/vercel/models/minimax/minimax-m2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "MiniMax M2.5"
family = "minimax"
attachment = false
reasoning = true
tool_call = true
temperature = true
release_date = "2026-02-12"
last_updated = "2026-02-19"
open_weights = false

[cost]
input = 0.3
output = 1.2
cache_read = 0.03
cache_write = 0.375

[limit]
context = 204_800
output = 131_000

[modalities]
input = ["text"]
output = ["text"]
17 changes: 17 additions & 0 deletions providers/vercel/models/xai/grok-imagine-image-pro.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "Grok Imagine Image Pro"
family = "grok"
attachment = false
reasoning = false
tool_call = false
temperature = true
release_date = "2026-01-28"
last_updated = "2026-02-19"
open_weights = false

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["text", "image"]
17 changes: 17 additions & 0 deletions providers/vercel/models/xai/grok-imagine-image.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "Grok Imagine Image"
family = "grok"
attachment = false
reasoning = false
tool_call = false
temperature = true
release_date = "2026-01-28"
last_updated = "2026-02-19"
open_weights = false

[limit]
context = 0
output = 0

[modalities]
input = ["text"]
output = ["text", "image"]
22 changes: 22 additions & 0 deletions providers/vercel/models/zai/glm-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GLM-5"
family = "glm"
attachment = false
reasoning = true
tool_call = true
temperature = true
release_date = "2026-02-12"
last_updated = "2026-02-19"
open_weights = false

[cost]
input = 1
output = 3.20
cache_read = 0.20

[limit]
context = 202_800
output = 131_072

[modalities]
input = ["text"]
output = ["text"]