Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e3918929c |
@@ -4,6 +4,7 @@ release_date = "2025-10-15"
|
||||
last_updated = "2025-10-15"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-02-28"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 31_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-03-31"
|
||||
@@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
|
||||
output = ["text"]
|
||||
|
||||
[provider]
|
||||
npm = "@ai-sdk/anthropic"
|
||||
npm = "@ai-sdk/anthropic"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-11-24"
|
||||
last_updated = "2025-11-24"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-03-31"
|
||||
@@ -24,4 +25,4 @@ input = ["text", "image", "pdf"]
|
||||
output = ["text"]
|
||||
|
||||
[provider]
|
||||
npm = "@ai-sdk/anthropic"
|
||||
npm = "@ai-sdk/anthropic"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-6"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]
|
||||
|
||||
[cost]
|
||||
input = 5
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-16"
|
||||
last_updated = "2026-04-16"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
||||
temperature = false
|
||||
tool_call = true
|
||||
knowledge = "2026-01-31"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-8"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
||||
|
||||
[cost]
|
||||
input = 5
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-09-29"
|
||||
last_updated = "2025-09-29"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
interleaved = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-17"
|
||||
last_updated = "2026-02-17"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
interleaved = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-05-22"
|
||||
last_updated = "2025-05-22"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-03-31"
|
||||
@@ -31,4 +32,4 @@ input = ["text", "image", "pdf"]
|
||||
output = ["text"]
|
||||
|
||||
[provider]
|
||||
npm = "@ai-sdk/anthropic"
|
||||
npm = "@ai-sdk/anthropic"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-07-25"
|
||||
last_updated = "2025-07-25"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-07-25"
|
||||
last_updated = "2025-07-25"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-09-30"
|
||||
last_updated = "2025-09-30"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-12-08"
|
||||
last_updated = "2025-12-08"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-12-08"
|
||||
last_updated = "2025-12-08"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-12-08"
|
||||
last_updated = "2025-12-08"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-01-19"
|
||||
last_updated = "2026-01-19"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-01-19"
|
||||
last_updated = "2026-01-19"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2025-12-23"
|
||||
last_updated = "2025-12-23"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-03-20"
|
||||
last_updated = "2026-03-20"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-04-03"
|
||||
last_updated = "2026-04-03"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-02-12"
|
||||
last_updated = "2026-02-12"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01-01"
|
||||
|
||||
@@ -3,7 +3,6 @@ release_date = "2026-04-01"
|
||||
last_updated = "2026-04-01"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
Reference in New Issue
Block a user