返回模型列表

Claude Opus 4.6

anthropicanthropic/claude-opus-4.6

Claude Opus 4.6 is the next generation of our most intelligent model, and the world's best model for coding, enterprise agents, and professional work. Use cases include: Agents: Opus 4.6 is the world's best model for agentic workflows, orchestrating complex tasks across dozens of tools with industry-leading reliability. It proactively spins up subagents, parallelizes work, and drives tasks forward with minimal oversight. Coding: Opus 4.6 is the world's best coding model, excelling at long-horizon projects, complex implementations, and large-scale codebases. It handles the full lifecycle from architecture to deployment—so senior engineers can delegate their most complex work with confidence. Enterprise workflows: Opus 4.6 sets the standard for enterprise workflows, powering agents that manage sprawling projects end-to-end with professional polish, domain awareness, and industry-leading performance on spreadsheets, slides, and docs. Financial analysis: Opus 4.6 is Anthropic's most capable model for financial workflows, surfacing insights that would take analysts days to compile. It handles the nuance and precision that compliance-sensitive work demands. Cybersecurity: Opus 4.6 delivers the deepest reasoning for security workflows, catching subtle patterns and complex attack vectors with unmatched accuracy. Computer use: Opus 4.6 is our most capable computer-use model for complex workflows, bringing deep reasoning to multi-step tasks that span multiple applications and require planning and judgment.

上下文长度
1M
最大输出
128K
输入价格
$6.00每百万 Tokens
输出价格
$30.00每百万 Tokens

模态能力

文本图像PDF文本

价格明细

类型费率
输入$6.00 每百万 Tokens
输出$30.00 每百万 Tokens

支持参数

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop

API 使用示例

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "anthropic/claude-opus-4.6",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'