Files
2026-07-13 12:28:55 +08:00

30 lines
817 B
TOML

name = "Anthropic: Claude Opus 4"
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
# Native exception (accessed 2026-06-25): `thinking.type` is enabled or disabled;
# manual `budget_tokens` is >=1024 and below max_tokens, hence this 31,999 cap.
# https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking
family = "claude-opus"
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 = 31_999 }]
temperature = true
tool_call = true
knowledge = "2025-05"
open_weights = false
[cost]
input = 15
output = 75
cache_read = 1.5
cache_write = 18.75
[limit]
context = 200000
output = 32000
[modalities]
input = ["text", "image"]
output = ["text"]