Claude Opus 4.6

Claude Opus 4.6 (Anthropic) — 128K context, Reasoning tier. Input-Preis $5/M · Output-Preis $25/M · Latenz 48ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Eingabe / 1 Mio.: $5/M · Ausgabe / 1 Mio.: $25/M · TTFT: 48ms

Specifications

  • Entwickler: Anthropic
  • Kategorie: Reasoning
  • Kontextfenster: 128K
  • Input-Preis: $5 / 1M
  • Output-Preis: $25 / 1M
  • Latenz: 48 ms
  • SLA: B

Typical use cases

  • Mehrstufiges Reasoning
  • RAG und Tool-Aufrufe
  • Code-Generierung

FAQ

  • Wie wird Claude Opus 4.6 auf Routara abgerechnet? — Input $5/M, Output $25/M — nutzungsbasiert ohne Plattformgebühr.
  • Ist Claude Opus 4.6 OpenAI-kompatibel? — Ja. base_url: https://api.routara.ai/v1
  • Unterstützt Claude Opus 4.6 Streaming? — Ja, wenn die Route live ist (stream: true).

Related models

  • 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)

Quick integration

  • 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}'