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
4 changes: 2 additions & 2 deletions providers/vultr/models/deepseek-r1-distill-llama-70b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release_date = "2025-01-20"
last_updated = "2025-01-20"

[cost]
input = 0.20
output = 0.20
input = 0.55
output = 2.75

[limit]
context = 121_808
Expand Down
4 changes: 2 additions & 2 deletions providers/vultr/models/deepseek-r1-distill-qwen-32b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release_date = "2025-01-20"
last_updated = "2025-01-20"

[cost]
input = 0.20
output = 0.20
input = 0.55
output = 2.75

[limit]
context = 121_808
Expand Down
22 changes: 22 additions & 0 deletions providers/vultr/models/deepseek-v3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek V3.2"
family = "deepseek"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
knowledge = "2025-09"
release_date = "2026-01-27"
last_updated = "2026-01-27"

[cost]
input = 0.55
output = 2.75

[limit]
context = 164_000
output = 66_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/vultr/models/glm-5-fp8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "GLM-5 FP8"
family = "glm"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
knowledge = "2025-06"
release_date = "2026-02-11"
last_updated = "2026-02-11"

[cost]
input = 0.55
output = 2.75

[limit]
context = 200_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
4 changes: 2 additions & 2 deletions providers/vultr/models/gpt-oss-120b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release_date = "2025-06-23"
last_updated = "2025-06-23"

[cost]
input = 0.20
output = 0.20
input = 0.55
output = 2.75

[limit]
context = 121_808
Expand Down
4 changes: 2 additions & 2 deletions providers/vultr/models/kimi-k2-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release_date = "2024-07-18"
last_updated = "2024-07-18"

[cost]
input = 0.20
output = 0.20
input = 0.55
output = 2.75

[limit]
context = 58_904
Expand Down
22 changes: 22 additions & 0 deletions providers/vultr/models/kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Kimi K2.5"
family = "kimi"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
knowledge = "2025-10"
release_date = "2026-01-20"
last_updated = "2026-01-20"

[cost]
input = 0.55
output = 2.75

[limit]
context = 256_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/vultr/models/llama-3.1-nemotron-ultra-253b-v1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Llama 3.1 Nemotron Ultra 253B"
family = "nemotron"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
knowledge = "2024-12"
release_date = "2025-04-15"
last_updated = "2025-04-15"

[cost]
input = 0.55
output = 2.75

[limit]
context = 128_000
output = 8_192

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

[cost]
input = 0.55
output = 2.75

[limit]
context = 200_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "NVIDIA Nemotron 3 Super 120B"
family = "nemotron"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
knowledge = "2025-06"
release_date = "2026-03-01"
last_updated = "2026-03-01"

[cost]
input = 0.55
output = 2.75

[limit]
context = 1_000_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
4 changes: 2 additions & 2 deletions providers/vultr/models/qwen2.5-coder-32b-instruct.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ release_date = "2024-11-06"
last_updated = "2024-11-06"

[cost]
input = 0.20
output = 0.20
input = 0.55
output = 2.75

[limit]
context = 12_952
Expand Down
Loading