OpenAI / openai/gpt-5-codex

GPT-5-Codex - access through LLMTR

One of the first GPT-5 variants optimized for agentic coding and multi-file engineering work. Older than the newest Codex releases, but still a strong base option.

Technical specifications

Canonical IDopenai/gpt-5-codex
ProviderOpenAI
Context window400,000 tokens
OperationsRESPONSES
Modalitiestext, image

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
RESPONSESINPUT_TEXTPER_1M_TOKENS$1.25
RESPONSESCACHE_READPER_1M_TOKENS$0.125000
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$10.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-5-codex","messages":[{"role":"user","content":"Hello"}]}'

Related models