返回模型列表

Claude Opus 4.5

anthropicanthropic/claude-opus-4.5

The next generation of Anthropic's most intelligent model, Claude Opus 4.5 is an industry leader across coding, agents, computer use, and enterprise workflows. Use cases: Coding: Opus 4.5 can confidently deliver multi-day software development projects in hours, working independently with the technical depth and taste to create efficient and straightforward solutions. It has improved performance across coding languages, with better planning and architecture choices - making it the ideal model for enterprise developers. Agents: Claude Opus 4.5, paired with our advanced tool use capabilities, enables more capable agents with new behaviors. Computer use: Our best computer-using model yet, Claude Opus 4.5 navigates new experiences with confident, consistent approaches that deliver more human-like browsing, enabling better web QA, workflow automation, and advanced user experiences. Enterprise workflows: Opus 4.5 can power agents that manage sprawling professional projects from start to finish. It better leverages memory to maintain context and consistency across files, alongside a step-change improvement in creating spreadsheets, slides, and docs. Financial analysis: Opus 4.5 connects the dots across complex information systems - regulatory filings, market reports, internal data - making sophisticated predictive modeling and proactive compliance possible. Cybersecurity: Opus 4.5 brings professional-grade analysis to security workflows, correlating logs, vulnerability databases, and threat intelligence for proactive threat detection and automated incident response.

上下文长度
200K
最大输出
64K
输入价格
$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.5",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'