AIXHUB integration docsClients, APIs, and SDKs

Create an API key, choose a model, configure Codex desktop or Claude Code, and complete a verifiable API request.

config.toml + auth.json
# config.toml
model_provider = "AIXHUB"
model = "panel-model-id"

[model_providers.AIXHUB]
name = "AIXHUB"
base_url = "https://api.aixhub.org/v1"
wire_api = "responses"
requires_openai_auth = true

# auth.json
{
  "auth_mode": "apikey",
  "OPENAI_API_KEY": "sk-your-key"
}

Codex desktop will connect through the Responses protocol while the credential stays separate from provider settings.

Continue with your next task

From integration to error checks, every guide is organized around a concrete outcome.

Integration paths

Choose an SDK or native API, then complete your first request.

Popular clients

Configure the CLI or desktop app you actually use.

Protocols and model families

Choose the correct endpoint for each client protocol.

Panel features

Review balances, keys, usage, and available channels.

Errors and verification

Confirm success, then diagnose problems by status code.