Skip to content
Closed
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
11 changes: 7 additions & 4 deletions providers/digitalocean/models/alibaba-qwen3-32b.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
name = "Qwen3-32B"
name = "Qwen3 32B"
description = "Qwen instruction model for multilingual chat, reasoning, and tool use"
family = "qwen"
release_date = "2025-04-30"
last_updated = "2026-04-16"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]
temperature = true
tool_call = true
structured_output = true
open_weights = true

[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high", "max"]

[cost]
input = 0.25
output = 0.55

[limit]
context = 131_000
output = 40_960
context = 32_768
output = 131_072

[modalities]
input = ["text"]
Expand Down
17 changes: 10 additions & 7 deletions providers/digitalocean/models/anthropic-claude-4.1-opus.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
name = "Claude Opus 4.1"
name = "Anthropic Claude 4.1 Opus"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
family = "claude-opus"
release_date = "2025-08-05"
last_updated = "2025-08-05"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[limit]
context = 200_000
output = 32_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
25 changes: 14 additions & 11 deletions providers/digitalocean/models/anthropic-claude-4.5-sonnet.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
name = "Claude Sonnet 4.5"
name = "Anthropic Claude 4.5 Sonnet"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
family = "claude-sonnet"
release_date = "2025-09-29"
last_updated = "2025-09-29"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-07-31"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[[cost.tiers]]
tier = { size = 200_000 }
input = 6.00
output = 22.50
cache_read = 0.30
tier = { type = "context", size = 200_000 }
input = 6
output = 22.5
cache_read = 0.3
cache_write = 3.75

[limit]
context = 1_000_000
context = 200_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
27 changes: 15 additions & 12 deletions providers/digitalocean/models/anthropic-claude-4.6-sonnet.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
name = "Claude Sonnet 4.6"
name = "Anthropic Claude Sonnet 4.6"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
family = "claude-sonnet"
release_date = "2026-02-17"
last_updated = "2026-03-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-08-31"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[[cost.tiers]]
tier = { size = 200_000 }
input = 6.00
output = 22.50
cache_read = 0.30
tier = { type = "context", size = 200_000 }
input = 6
output = 22.5
cache_read = 0.3
cache_write = 3.75

[limit]
context = 1_000_000
output = 64_000
context = 200_000
output = 128_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
15 changes: 9 additions & 6 deletions providers/digitalocean/models/anthropic-claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
name = "Claude Haiku 4.5"
name = "Anthropic Claude Haiku 4.5"
description = "Fast Claude model for responsive assistance, classification, and lightweight agents"
family = "claude-haiku"
release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-02-28"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
15 changes: 9 additions & 6 deletions providers/digitalocean/models/anthropic-claude-opus-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
name = "Claude Opus 4.5"
name = "Anthropic Claude Opus 4.5"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
family = "claude-opus"
release_date = "2025-11-24"
last_updated = "2025-11-24"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
25 changes: 14 additions & 11 deletions providers/digitalocean/models/anthropic-claude-opus-4.6.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
name = "Claude Opus 4.6"
name = "Anthropic Claude Opus 4.6"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
family = "claude-opus"
release_date = "2026-02-05"
last_updated = "2026-03-13"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-05-31"
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[[cost.tiers]]
tier = { size = 200_000 }
input = 10.00
output = 37.50
cache_read = 0.50
tier = { type = "context", size = 200_000 }
input = 10
output = 37.5
cache_read = 0.5
cache_write = 6.25

[limit]
context = 1_000_000
context = 200_000
output = 128_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
16 changes: 10 additions & 6 deletions providers/digitalocean/models/anthropic-claude-opus-4.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
name = "Claude Opus 4"
name = "Anthropic Claude Opus 4"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
family = "claude-opus"
release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false
status = "deprecated"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[limit]
context = 200_000
output = 32_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
26 changes: 15 additions & 11 deletions providers/digitalocean/models/anthropic-claude-sonnet-4.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,37 @@
name = "Claude Sonnet 4"
name = "Anthropic Claude Sonnet 4"
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
family = "claude-sonnet"
release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false
status = "deprecated"

[[reasoning_options]]
type = "effort"
values = ["low", "medium", "high"]

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

[[cost.tiers]]
tier = { size = 200_000 }
input = 6.00
output = 22.50
cache_read = 0.30
tier = { type = "context", size = 200_000 }
input = 6
output = 22.5
cache_read = 0.3
cache_write = 3.75

[limit]
context = 1_000_000
context = 200_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
input = ["text", "image"]
output = ["text"]
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ release_date = "2025-01-30"
last_updated = "2025-01-30"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "max"] }]
temperature = true
tool_call = true
structured_output = true
open_weights = true

[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high", "max"]

[cost]
input = 0.99
output = 0.99

[limit]
context = 131_072
output = 32_768
context = 32_678
output = 16_384

[modalities]
input = ["text"]
Expand Down
Loading