GPT-5.3 Codex Spark

Model details

GPT-5.3 Codex Spark

Model
gpt-5.3-codex-spark
Provider
azure-openai-responses
API
azure-openai-responses
Base URL
(none)
Input
text, image
Reasoning
Yes
Context window
128,000
Max tokens
32,000
Cost / million input
$1.75
Cost / million output
$14
Cost / million cache read
$0.175
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "azure-openai-responses": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "gpt-5.3-codex-spark",
          "name": "GPT-5.3 Codex Spark",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 32000,
          "cost": {
            "input": 1.75,
            "output": 14,
            "cacheRead": 0.175,
            "cacheWrite": 0
          }
        }
      ],
      "api": "azure-openai-responses"
    }
  }
}