gpt-5.1-codex-max
gpt-5.1-codex-max (OpenAI) — 128K context, Coding tier. Input-Preis: $0.7087500000000001/M · Output-Preis: $5.670000000000001/M · Latenz 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Input-Preis: $0.7087500000000001/M · Output-Preis: $5.670000000000001/M · TTFT: 24ms
Specifications
- Entwickler: OpenAI
- Kategorie: Coding
- Kontextfenster: 128K
- Input-Preis: $0.7087500000000001 / 1M
- Output-Preis: $5.670000000000001 / 1M
- Latenz: 24 ms
- SLA: A
Typical use cases
- Code-Generierung
- RAG und Tool-Aufrufe
- Mehrstufiges Reasoning
FAQ
- Wie wird gpt-5.1-codex-max auf Routara abgerechnet? — Input $0.7087500000000001/M, Output $5.670000000000001/M — nutzungsbasiert ohne Plattformgebühr.
- Ist gpt-5.1-codex-max OpenAI-kompatibel? — Ja. base_url: https://api.routara.ai/v1
- Unterstützt gpt-5.1-codex-max Streaming? — Ja, wenn die Route live ist (stream: true).
Related models
- qwen-coder-plus (/detail/qwen-coder-plus)
- qwen-coder-plus-1106 (/detail/qwen-coder-plus-1106)
- qwen-coder-plus-latest (/detail/qwen-coder-plus-latest)
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-max","messages":[{"role":"user","content":"Hello"}],"stream":true}'