Skip to main content
Use one OpenAI Responses-compatible integration for all seven GPT models available through APIXO. Configure the APIXO base URL and API key once, then switch models by changing only the model value.
This page includes the complete APIXO model and pricing snapshot verified on July 31, 2026. Model availability and pricing can change, so check the APIXO OpenAI model page before making billing-sensitive decisions.
Choose your integration path: Use the Quickstart to integrate manually, or let an AI implement it by copying this page or using APIXO MCP.

Compare GPT models and pricing

Choose the model that fits the workload, then use its exact model ID in any example on this page. Prices are in USD per 1 million tokens. means APIXO does not publish a separate cache-read price for that model. Prices verified: 2026-07-31.
Start with GPT-5.5 when output quality matters most, GPT-5.4 for a lower-cost general-purpose option, GPT-5.4 Mini for efficient high-volume work, a Codex model for agentic coding, or GPT-5 Mini for the lowest-cost well-defined tasks.

What to change

Quickstart

The examples use gpt-5.5. To use any other model in the comparison table, change only the model value.

Let an AI implement it

Copy this page to an AI

Use the Copy page button in the page menu, paste the copied documentation into your AI coding tool, and add this prompt:
Replace gpt-5.5 in the prompt with any model ID from the comparison table.

Use APIXO MCP

APIXO MCP reads APIXO’s published machine-readable model catalog and schemas; it does not scrape this webpage in real time. The openai-responses schema includes the gateway endpoint, supported model IDs, model guidance, and the pricing snapshot shown above, so an MCP-connected AI can discover the current integration details and write the code for you. After installing APIXO MCP, ask your AI:
APIXO MCP helps your AI write the integration; it does not replace the API connection used by your application.

Streaming

Supported OpenAI models

Use one of these exact ids in the request body model field.
  • gpt-5.5
  • gpt-5.4
  • gpt-5.4-mini
  • gpt-5.3-codex
  • gpt-5.2
  • gpt-5.2-codex
  • gpt-5-mini
To switch models, keep the same endpoint, API key, and request format, then change only model.

Troubleshooting

  • 401: missing or invalid API key
  • 400: invalid Responses API request body, misspelled model id, or unsupported model
  • 429: rate limit or temporary capacity limit
  • 502 / 504: upstream provider error or timeout
Retry 429, 502, and 504 with backoff. Fix 400 and 401 before retrying.

Open a model on APIXO

These links open the selected model on APIXO’s OpenAI gateway page, where you can review its current pricing and copy model-specific code examples.