30 lines
839 B
TOML
30 lines
839 B
TOML
name = "Anthropic: Claude Sonnet 4"
|
|
description = "Balanced Claude model for coding, analysis, agent workflows, and cost control"
|
|
# Native exception (accessed 2026-06-25): `thinking.type` is enabled or disabled;
|
|
# manual `budget_tokens` is >=1024 and below max_tokens, hence this 63,999 cap.
|
|
# https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking
|
|
family = "claude-sonnet"
|
|
release_date = "2025-05-14"
|
|
last_updated = "2025-05-14"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-05"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 3
|
|
output = 15
|
|
cache_read = 0.30000000000000004
|
|
cache_write = 3.75
|
|
|
|
[limit]
|
|
context = 200000
|
|
output = 64000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|