现已可用
Anthropic
claude-opus-4-5-thinking
Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...
TextReasoningToolsFilesVision200KCacheComputerUse
输入$3.00/ 1M
输出$15.00/ 1M
上下文200K
端点anthropic, openai
能力
推理工具视觉文件缓存结构化电脑操作预填充
模态
输入
fileimagetext
输出
text
快速统计
上下文窗口200K
最大输出64K
模式chat
分词器Claude
内容审核是
推理级别
minimal
性能
正在加载性能数据...
支持的参数
| 参数 | 始终 | 默认值 |
|---|---|---|
| frequency_penalty | — | (不发送) |
| include_reasoning | — | |
| max_tokens | — | |
| presence_penalty | — | (不发送) |
| reasoning | — | |
| repetition_penalty | — | (不发送) |
| response_format | — | — |
| stop | — | |
| structured_outputs | — | — |
| temperature | (不发送) | |
| tool_choice | — | |
| tools | — | |
| top_k | — | (不发送) |
| top_p | — | (不发送) |
| verbosity | — | — |
§ 01
价格
| 输入价格 | $3.00 · 百万 Token |
| 输出价格 | $15.00 · 百万 Token |
| 上下文窗口 | 200K Token |
| 兼容端点 | anthropic, openai |
| 供应商 | Anthropic |
§ 02
在您的代码中调用 claude-opus-4-5-thinking
将任意 OpenAI 兼容 SDK 指向 UnoRouter,并按名称请求模型。将 YOUR_API_KEY 替换为您控制台中的真实密钥。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-5-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常见问题
claude-opus-4-5-thinking 每百万 Token 多少钱?
输入价格 $3.00 / 百万 Token,输出价格 $15.00 / 百万 Token。按 Token 计费,不按批次大小取整。
如何通过 API 访问 claude-opus-4-5-thinking?
向 UnoRouter 的 /v1/chat/completions 端点发送请求,指定 model=claude-opus-4-5-thinking。任意 OpenAI 兼容客户端库均可使用。鉴权采用标准 Bearer Token。
claude-opus-4-5-thinking 的上下文窗口是多少?
claude-opus-4-5-thinking 支持 200K Token 的上下文窗口,由您的提示词和模型响应共同占用。
§ 04