Skip to main content
APIXO is a drop-in LLM API gateway. If your code or app already supports Claude, OpenAI, or Gemini API formats, you usually only need to change the base URL, API key, and model id.

Fastest setup

  1. Create an API key in the APIXO dashboard.
  2. Store it as APIXO_API_KEY.
  3. Use the compatible API format your app already supports.
  4. Change the model value when you want to switch models.

Choose your API format

APIXO keeps the official request and response formats. Do not rewrite your payload unless you are also changing provider format.

Minimal requests

Switch models

To switch models, keep the same API format and change only the model id. See Supported Models for the current model ids.

Next steps

Use official SDKs

Configure Claude, OpenAI, and Gemini compatible SDK clients.

Configure third-party apps

Use APIXO in apps that accept a custom provider endpoint.

Supported models

Copy a model id for Claude, OpenAI, or Gemini compatible requests.

Errors and retry

Troubleshoot authentication, unsupported models, and upstream failures.