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
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-haiku-4-5"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
name = "Claude Haiku 4.5"

interleaved = true
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-opus-4.5.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-5"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
name = "Claude Opus 4.5"
release_date = "2024-11-24"

Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-opus-4.6.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]

interleaved = true

Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-opus-4.7.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-7"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }]
temperature = true

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-opus-4.8.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh", "max"] }]
temperature = true

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/anthropic/claude-sonnet-4.6.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-6"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]

interleaved = true

Expand Down
Loading