anomalyco--models.dev
28 行
772 B
TOML
28 行
772 B
TOML
name = "Claude Opus 4.6"
|
|
description = "Flagship Claude model for deep reasoning, coding, and long-horizon agents"
|
|
# Cortecs maps `reasoning_effort = low|medium|high` and
|
|
# `thinking.budget_tokens >= 1024`; unsupported fields may be silently ignored.
|
|
# https://api.cortecs.ai/v1/models (accessed 2026-06-25)
|
|
family = "claude-opus"
|
|
release_date = "2026-02-05"
|
|
last_updated = "2026-03-13"
|
|
attachment = true
|
|
reasoning = true
|
|
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024 }]
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-05-31"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 5.98
|
|
output = 29.89
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 1_000_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "pdf"]
|
|
output = ["text"]
|