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
21 changes: 21 additions & 0 deletions providers/digitalocean/models/alibaba-qwen3-32b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Qwen3-32B"
family = "qwen"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
release_date = "2025-04"
last_updated = "2025-04"

[cost]
input = 0.25
output = 0.55

[limit]
context = 131_072
output = 40_960

[modalities]
input = ["text"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/digitalocean/models/anthropic-claude-4.1-opus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Opus 4.1"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2025-08"
last_updated = "2025-08"

[cost]
input = 15.00
output = 75.00
cache_read = 1.50
cache_write = 18.75

[limit]
context = 200_000
output = 32_000

[modalities]
input = ["text", "image"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/digitalocean/models/anthropic-claude-4.5-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Claude Sonnet 4.5"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2025-09"
last_updated = "2025-09"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 3.75

[cost.context_over_200k]
input = 6.00
output = 22.50

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/digitalocean/models/anthropic-claude-4.6-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Claude Sonnet 4.6"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2026-02"
last_updated = "2026-02"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 3.75

[cost.context_over_200k]
input = 6.00
output = 22.50

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/digitalocean/models/anthropic-claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Haiku 4.5"
family = "claude"
attachment = true
reasoning = false
tool_call = true
temperature = true
open_weights = false
release_date = "2025-10"
last_updated = "2025-10"

[cost]
input = 1.00
output = 5.00
cache_read = 1.00
cache_write = 1.25

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/digitalocean/models/anthropic-claude-opus-4.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Opus 4.5"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2025-11"
last_updated = "2025-11"

[cost]
input = 5.00
output = 25.00
cache_read = 0.50
cache_write = 6.25

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/digitalocean/models/anthropic-claude-opus-4.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Claude Opus 4.6"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2026-02"
last_updated = "2026-02"

[cost]
input = 5.00
output = 25.00
cache_read = 0.50
cache_write = 6.25

[cost.context_over_200k]
input = 10.00
output = 37.50

[limit]
context = 1_000_000
output = 128_000

[modalities]
input = ["text", "image"]
output = ["text"]
23 changes: 23 additions & 0 deletions providers/digitalocean/models/anthropic-claude-opus-4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Opus 4"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2025-05"
last_updated = "2025-05"

[cost]
input = 15.00
output = 75.00
cache_read = 1.50
cache_write = 18.75

[limit]
context = 200_000
output = 32_000

[modalities]
input = ["text", "image"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/digitalocean/models/anthropic-claude-sonnet-4.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Claude Sonnet 4"
family = "claude"
attachment = true
reasoning = true
tool_call = true
temperature = true
open_weights = false
release_date = "2025-05"
last_updated = "2025-05"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 3.75

[cost.context_over_200k]
input = 6.00
output = 22.50

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/digitalocean/models/deepseek-r1-distill-llama-70b.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek R1 Distill Llama 70B"
family = "deepseek"
attachment = false
reasoning = true
tool_call = false
temperature = true
open_weights = true
release_date = "2025-01"
last_updated = "2025-01"

[cost]
input = 0.99
output = 0.99

[limit]
context = 128_000
output = 32_768

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

[cost]
input = 1.00
output = 3.20

[limit]
context = 128_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/digitalocean/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"
attachment = false
reasoning = true
tool_call = true
temperature = true
open_weights = true
release_date = "2025-07"
last_updated = "2025-07"

[cost]
input = 0.50
output = 2.70

[limit]
context = 131_072
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/digitalocean/models/llama3-8b-instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.1 8B Instruct"
family = "llama"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2024-07"
last_updated = "2024-07"

[cost]
input = 0.20
output = 0.20

[limit]
context = 128_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/digitalocean/models/llama3.3-70b-instruct.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Llama 3.3 70B Instruct"
family = "llama"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2024-12"
last_updated = "2024-12"

[cost]
input = 0.65
output = 0.65

[limit]
context = 128_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/digitalocean/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
release_date = "2025-06"
last_updated = "2025-06"
status = "beta"

[cost]
input = 0.30
output = 1.20

[limit]
context = 1_048_576
output = 128_000

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/digitalocean/models/mistral-nemo-instruct-2407.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Mistral NeMo"
family = "mistral"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
release_date = "2024-07"
last_updated = "2024-07"

[cost]
input = 0.30
output = 0.30

[limit]
context = 128_000
output = 128_000

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