Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Devstral Small 2 24B"
family = "devstral"
release_date = "2025-12"
last_updated = "2026-03"
attachment = true
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.10
output = 0.30

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
20 changes: 20 additions & 0 deletions providers/neuralwatt/models/glm-5-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "GLM-5 Fast"
family = "glm-flash"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
open_weights = true

[cost]
input = 0.90
output = 2.90

[limit]
context = 200_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
20 changes: 20 additions & 0 deletions providers/neuralwatt/models/glm-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "GLM-5"
family = "glm"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
open_weights = true

[cost]
input = 0.90
output = 2.90

[limit]
context = 200_000
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/gpt-oss-20b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "GPT-OSS 20B"
family = "gpt-oss"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.00
output = 0.20

[limit]
context = 16_384
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/kimi-k2.5-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Kimi K2.5 Fast"
family = "kimi"
release_date = "2025-01"
last_updated = "2026-03"
attachment = true
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.50
output = 2.60

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2025-01"
last_updated = "2026-03"
attachment = true
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.50
output = 2.60

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/minimax-m2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "MiniMax M2.5"
family = "minimax-m2.5"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.30
output = 1.40

[limit]
context = 196_608
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/qwen3.5-397b-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3.5 397B Fast"
family = "qwen"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.70
output = 4.10

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/neuralwatt/models/qwen3.5-397b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3.5 397B"
family = "qwen"
release_date = "2025-01"
last_updated = "2026-03"
attachment = false
reasoning = false
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.70
output = 4.10

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/neuralwatt/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "NeuralWatt"
env = ["NEURALWATT_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://portal.neuralwatt.com/docs"
api = "https://api.neuralwatt.com"