gpt-5.1-codex-medium
gpt-5.1-codex-medium (OpenAI) — 128K context, Coding tier. Input price: $1.3125/M · Output price: $10.5/M · Avg latency 24ms. Routed via Routara OpenAI-compatible endpoint with multi-region failover and metered billing.
Input price: $1.3125/M · Output price: $10.5/M · TTFT: 24ms
Specifications
- Developer: OpenAI
- Category: Coding
- Context window: 128K
- Input price: $1.3125 / 1M
- Output price: $10.5 / 1M
- Avg latency: 24 ms
- SLA grade: A
Typical use cases
- Code generation, review, and test synthesis
- RAG pipelines with tool calling
- Multi-step reasoning and agent workflows
FAQ
- How is gpt-5.1-codex-medium priced on Routara? — Input tokens are billed at $1.3125/M and output at $10.5/M. Charges are metered per request with no separate platform fee.
- Is gpt-5.1-codex-medium OpenAI-compatible? — Yes. Point any OpenAI SDK to https://api.routara.ai/v1 and set model to the Routara slug shown below.
- Does gpt-5.1-codex-medium support streaming? — Streaming is supported when the upstream route is live. Use stream: true in chat.completions.
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-medium","messages":[{"role":"user","content":"Hello"}],"stream":true}'