OpenAI / openai/o3

o3 - access through LLMTR

Well suited to multi-step work across math, science, technical writing, and code analysis. A strong choice when you need deeper analysis and robust reasoning. You can tune thinking depth by setting `reasoning_effort` to `low`, `medium`, or `high`.

Technical specifications

Canonical IDopenai/o3
ProviderOpenAI
Context window200,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$2.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$8.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/o3","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models