30 lines
594 B
TOML
30 lines
594 B
TOML
name = "Claude Opus 4.1"
|
|
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 = "budget_tokens", min = 1_024 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-03-31"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 15.00
|
|
output = 75.00
|
|
cache_read = 1.50
|
|
cache_write = 18.75
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/anthropic"
|