APIXO
    APIXO

    Create any content you can imagine. Trusted by millions of creators.

    Support@apixo.ai

    Models

    Qwen Image 3.0Qwen Image 3.0 ProSeedream 5.0 ProNano Banana 2Nano Banana ProGPT-Image-2MiniMax Image 01Wan 2.6 ImageWan 2.5 ImageImage UpscalerImage Watermark RemoverGPT-Image-1Seedream 5.0Seedream 4.5Flux 2Flux KontextFLUX 3MidjourneySora 2Sora 2 ProVeo 3.1
    Gemini OmniWan 2.5Wan 2.6Wan 2.7Seedance 2.0Seedance 2.0 FastSeedance 2.0 MiniKling 3.0 StdKling 3.0 TurboKling 2.5 Turbo ProHappyHorseHailuo 2.3Vidu Q3Grok ImageGrok VideoMiniMax Speech 2.8MiniMax VoiceSuno V5GPT-5.5Claude Sonnet 4.6Gemini 3.1 Pro Preview

    Product

    FeaturedImage ModelsVideo ModelsAudio ModelsText Models

    Resources

    AffiliateCompany InformationTerms of ServicePrivacy PolicyRefund PolicyShipping / Digital Delivery Policy

    Other

    PricingAPI Docs

    © 2026 APIXO. All rights reserved.

    MODEL AVAILABILITY, PRICING, AND ROUTING CAN VARY BY PROVIDER AND REGION.

    APIXO
    PricingAPI Docs
    OpenAI-compatible gateway

    Use OpenAI models through APIXO

    Keep the OpenAI SDK and request format. Change the baseURL, use your APIXO key, and choose any OpenAI model ID from the table.

    Base URL

    https://llm.apixo.ai/v1

    API key

    APIXO_API_KEY

    Model ID

    gpt-5.3-codex

    Official upstream route

    Selected model, matching upstream model.

    APIXO routes each request to the corresponding upstream model, so stability, capability, and output quality stay aligned with official model behavior.

    Official or compliant channels
    Provider-native format
    No reverse-engineered API access
    No spoofing, mixing, or fallback

    Selected model

    GPT-5.3-Codex

    gpt-5.3-codex

    Input

    $1.05

    Output

    $8.4

    Save 40%
    Create API keyView API docs

    Official SDK quick start

    The request body stays provider-native. Replace the baseURL and API key only.

    cURL
    curl https://llm.apixo.ai/v1/responses \
      -H "Authorization: Bearer $APIXO_API_KEY" \
      -H "content-type: application/json" \
      -d '{
        "model": "gpt-5.3-codex",
        "input": "Write a concise product launch brief."
      }'
    JavaScript
    import OpenAI from 'openai'
    
    const client = new OpenAI({
      apiKey: process.env.APIXO_API_KEY,
      baseURL: 'https://llm.apixo.ai/v1',
    })
    
    const response = await client.responses.create({
      model: 'gpt-5.3-codex',
      input: 'Write a concise product launch brief.',
    })
    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["APIXO_API_KEY"],
        base_url="https://llm.apixo.ai/v1",
    )
    
    response = client.responses.create(
        model="gpt-5.3-codex",
        input="Write a concise product launch brief.",
    )

    Cursor and compatible tools

    Use the same three fields in Cursor, IDE extensions, gateway switchers, or any tool that supports a custom provider endpoint.

    Provider profile

    OpenAI-compatible

    Base URL

    https://llm.apixo.ai/v1

    API key

    APIXO_API_KEY

    Model ID

    gpt-5.3-codex

    Recharge your APIXO balance, then create an API key in the dashboard.

    Paste the base URL and API key into the tool's custom provider settings.

    Use the selected model ID exactly; switch models by changing only that value.

    OpenAI models and pricing

    Prices are USD per 1M tokens. Select a row to update the examples above.

    ModelInputOutputCache writeCache readSavings
    GPT-5.6 Solgpt-5.6-sol$3$18$3.75$0.3Save 40%
    GPT-5.6 Terragpt-5.6-terra$1.5$9$1.875$0.15Save 40%
    GPT-5.6 Lunagpt-5.6-luna$0.6$3.6$0.75$0.06Save 40%
    GPT-5.5gpt-5.5$3$18$0.3—Save 40%
    GPT-5.4gpt-5.4$1.5$9$0.15—Save 40%
    GPT-5.4 Minigpt-5.4-mini$0.45$2.7$0.045—Save 40%
    GPT-5.3-Codexgpt-5.3-codex$1.05$8.4$0.105—Save 40%
    GPT-5.2gpt-5.2$1.05$8.4$0.105—Save 40%
    GPT-5.2-Codexgpt-5.2-codex$1.05$8.4$0.105—Save 40%
    GPT-5 Minigpt-5-mini$0.15$1.2$0.015—Save 40%

    Connection details

    SDK
    OpenAI SDK
    Endpoint path
    /responses
    Base URL
    https://llm.apixo.ai/v1

    Selected pricing

    Input$1.05
    Output$8.4
    Cache write$0.105
    Cache read—