27 lines
565 B
TOML
27 lines
565 B
TOML
name = "Claude Opus 4.7"
|
|
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
|
|
family = "claude-opus"
|
|
release_date = "2026-04-16"
|
|
last_updated = "2026-04-16"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
|
temperature = false
|
|
tool_call = true
|
|
knowledge = "2026-01-31"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 5
|
|
output = 25
|
|
cache_read = 0.5
|
|
cache_write = 6.25
|
|
|
|
[limit]
|
|
context = 200_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|