Claude Opus 4.6

Claude Opus 4.6 (Anthropic) — 128K context, Reasoning tier. Prix entrée $5/M · Prix sortie $25/M · Latence 48ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Entrée / 1 M: $5/M · Sortie / 1 M: $25/M · TTFT: 48ms

Specifications

  • Éditeur: Anthropic
  • Catégorie: Reasoning
  • Fenêtre de contexte: 128K
  • Prix entrée: $5 / 1M
  • Prix sortie: $25 / 1M
  • Latence: 48 ms
  • SLA: B

Typical use cases

  • Raisonnement multi-étapes
  • RAG et appels d’outils
  • Génération de code

FAQ

  • Tarification de Claude Opus 4.6 sur Routara ? — Entrée $5/M, sortie $25/M — facturation à l’usage.
  • Claude Opus 4.6 est-il compatible OpenAI ? — Oui — base_url : https://api.routara.ai/v1
  • Claude Opus 4.6 supporte le streaming ? — Oui si la route est live (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}'