gpt-5.1-codex-high

gpt-5.1-codex-high (OpenAI) — 128K context, Coding tier. Input-Preis: $1.3125/M · Output-Preis: $10.5/M · Latenz 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.

Input-Preis: $1.3125/M · Output-Preis: $10.5/M · TTFT: 24ms

Specifications

  • Entwickler: OpenAI
  • Kategorie: Coding
  • Kontextfenster: 128K
  • Input-Preis: $1.3125 / 1M
  • Output-Preis: $10.5 / 1M
  • Latenz: 24 ms
  • SLA: A

Typical use cases

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

FAQ

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

Related models

Quick integration

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