Claude Opus 4.6

Claude Opus 4.6 (Anthropic) — 128K context, Reasoning tier. 输入价格 $5/M · 输出价格 $25/M · 平均延迟 48ms. 经 Routara 统一 OpenAI 兼容端点路由,支持多区域故障转移与按量计费。

输入 / 百万: $5/M · 输出 / 百万: $25/M · 首字延迟: 48ms

技术规格

  • 开发商: Anthropic
  • 类别: Reasoning
  • 上下文窗口: 128K
  • 输入价格: $5 / 1M
  • 输出价格: $25 / 1M
  • 平均延迟: 48 ms
  • SLA 等级: B

典型场景

  • 多步推理与 Agent 工作流
  • RAG 与工具调用流水线
  • 代码生成、审查与单测

常见问题

  • Claude Opus 4.6 在 Routara 上如何计费? — 输入 $5/M tokens,输出 $25/M tokens,按请求计量,无额外平台费。
  • Claude Opus 4.6 是否兼容 OpenAI SDK? — 兼容。将 base_url 设为 https://api.routara.ai/v1,model 使用下方 Routara slug。
  • Claude Opus 4.6 是否支持流式输出? — 当上游路由在线时支持流式。在 chat.completions 中设置 stream: true。

相关模型

  • audio1.0 (/detail/audio1-0)
  • gpt-5.3-thinking-all (/detail/gpt-5-3-thinking-all)
  • gpt-5.4-thinking-all (/detail/gpt-5-4-thinking-all)

快速接入

  • curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"anthropic/claude-opus-4-6","messages":[{"role":"user","content":"Hello"}],"stream":true}'