Selected models are free to useView free models

OPENAI-COMPATIBLE API & CLIENT SETUP

The tools you knowThe models you need

Connect your app, Codex, or Claude Code to LanoX. Add your API key and choose an exact model ID from the live catalog.

Set up your preferred client

View full documentation

Use CC Switch to connect Codex or Claude Code. Choose your client for the download link, endpoint, and model setup steps.

01 / CODEX

Connect Codex to LanoX

Use CC Switch to add LanoX, enter your endpoint and API key, and avoid editing configuration files.

Download CC Switch
  1. 01
    Open your current providerOpen CC Switch, select Codex, and edit your LanoX provider.
  2. 02
    Enter the Base URLUse https://api.lanox.ai/v1.
  3. 03
    Add your API keyUse the key created in the console as the Bearer token.
  4. 04
    Send the first requestConfirm that the response, usage, and charge are recorded correctly.
Integration method
CC Switch
Base URL
https://api.lanox.ai/v1
Model ID
Copy from the model catalog
Configuration check
Keep /v1 and select Responses (native) as the upstream format

Your base URL, API key, and model ID

01

Codex / OpenAI Compatible

https://api.lanox.ai/v1
02

Claude Code

https://api.lanox.ai
03

API Key

Create it in the console; the full production key is shown once.

04

Model ID

Copy an exact ID from Models & pricing instead of guessing.

Check your first response and its cost

Every API call remains clear and traceable.

View usage details in console
01

Requested model

Confirm the model ID sent by the client.

02

Actual result

Check the returned model and result.

03

Usage record

Review tokens, images, or video duration.

04

Final charge

Match the charge to the model's real billing unit.

API and client setup FAQ

Find the right base URL, model ID, and settings for your client.

01What does OpenAI-compatible API mean?

It means the service supports one or more request and response formats used by the OpenAI API, often by changing the base URL and API key. Compatibility is endpoint-specific, so verify Chat Completions, Responses, images, and other APIs separately.

02What is the LanoX OpenAI-compatible base URL?

Use https://api.lanox.ai/v1 with an API key from your LanoX console. Claude Code uses a different URL format, so follow its client-specific guide.

03How do I retrieve available model IDs?

Use the live model directory or call GET /v1/models with your API key. Copy the exact model ID returned by the catalog into your client configuration.

04What endpoint should Codex use?

The current Codex setup guide uses https://api.lanox.ai/v1. Confirm the API mode and model ID in the matching client guide and live model directory.

05What endpoint should Claude Code use?

The current Claude Code guide uses https://api.lanox.ai with no /v1 path and no trailing slash. It follows a different API convention from Codex.

06How do I verify the first API call?

Check the requested model ID, returned result, token or media usage, and final charge. Then review the request-level record in the console usage details.

Ready to send your first request?

Create an API key, copy an exact model ID from the live catalog, and follow the guide for your client.