Claude Opus 4.5 是 Anthropic 能力出众的模型,适用于复杂编程、长上下文推理和智能体工作流。支持文本和图像Entrada。按 token 计费:Entrada token 每百万 $3.00,Saída token 每百万 $15.00。提供两个端点:标准异步(/claude-opus-4-5)和通过 SSE 的实时流式端点(/claude-opus-4-5/stream)。
About this model
Claude Opus 4.5 是 Anthropic 能力出众的模型,针对复杂编程、长上下文推理和智能体工作流进行了优化。它提供强大的调试、代码审查和大上下文处理能力,非常适合要求较高的工程与知识工作任务。价格为:Entrada token 每百万 $3.00,Saída token 每百万 $15.00,明显低于 Anthropic 官方定价。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $3.00/M input tokens, $15.00/M output tokens | 按 Token 计费,单次调用最低 $0.0006,约为 Anthropic 官方价格的 60%。 |
| Anthropic (official) | ~$5.00/M input tokens, ~$25.00/M output tokens | 价格以 api.anthropic.com 的官方定价为准。 |
| Fal.ai | Não disponível | Claude Opus 4.5 is not available on Fal.ai. |
按 Token 计费,单次调用最低 $0.0006,约为 Anthropic 官方价格的 60%。
价格以 api.anthropic.com 的官方定价为准。
Claude Opus 4.5 is not available on Fal.ai.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | 用户消息或指令。 | Review this code and suggest improvements for performance and readability. |
| Imagem URL | string | 多模态请求的可选Imagem URL。 | undefined |
| 系统Prompt | string | 可选的系统级指令,用于引导模型行为。 | You are an expert software architect. |
用户消息或指令。
Review this code and suggest improvements for performance and readability.多模态请求的可选Imagem URL。
undefined可选的系统级指令,用于引导模型行为。
You are an expert software architect.Developer documentation
POST /api/v1/claude-opus-4-5 — 返回 request_id,通过 /api/v1/predictions/{id}/result 轮询结果。
POST /api/v1/claude-opus-4-5/stream — 返回实时 SSE 流。每个分块格式为:data: {"choices":[{"delta":{"content":"text"}}]},最后以 data: [DONE] 结束。
参见流式文档获取完整代码示例。
Frequently asked
按 token 计费:Entrada token 每百万 $3.00,Saída token 每百万 $15.00。每次调用的最低费用为 $0.0006。实际费用会根据模型返回的 token 数量,在每次调用后扣除。
所有 Opus 模型都属于相同的价格档位。请选择最符合你需求的版本——Opus 4.8 是最新迭代版本,而 Opus 4.5 是非常稳定的早期版本。
支持。在请求正文中传入 image_url,即可将图像作为用户消息的一部分。