o3-pro

Model details

o3-pro

Model
o3-pro
Provider
azure-openai-responses
API
azure-openai-responses
Base URL
(none)
Input
text, image
Reasoning
Yes
Context window
200,000
Max tokens
100,000
Cost / million input
$20
Cost / million output
$80
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "azure-openai-responses": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "o3-pro",
          "name": "o3-pro",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 200000,
          "maxTokens": 100000,
          "cost": {
            "input": 20,
            "output": 80,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "azure-openai-responses"
    }
  }
}