APIXO

Create

HomeAssets

Model Market

ImageVideoAudioTextPricing
APIXO
APIXO
APIXO

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

Support@apixo.ai

Models

Claude Sonnet 4.6
Flux 2
FLUX 3
Flux Kontext
Gemini 3.1 Pro Preview
Gemini Omni
GPT-5.5
GPT-Image-1
GPT-Image-2
Grok Image
Grok Imagine Video 1.5
Grok Video
Hailuo 2.3
Hailuo 2.3 Fast
HappyHorse
Image Upscaler
Image Watermark Remover
InfiniteTalk
Kling 2.1
Kling 2.5 Turbo Pro
Kling 2.6
Kling 3.0 Omni
Kling 3.0 Std
Kling 3.0 Turbo
LTX-2 19B
Midjourney
MiniMax H3
MiniMax H3 LoRA
MiniMax Image 01
MiniMax Speech 2.8
MiniMax Voice
Nano Banana
Nano Banana 2
Nano Banana Pro
Qwen Image 3.0
Qwen Image 3.0 Pro
Seedance 1.5 Pro
Seedance 2.0
Seedance 2.0 Fast
Seedance 2.0 Mini
Seedance 2.5
Seedream 4.5
Seedream 5.0
Seedream 5.0 Pro
Sora 2
Sora 2 Pro
Suno V5
Veo 3.1
Vidu Q3
Wan 2.2 Animate
Wan 2.5
Wan 2.5 Image
Wan 2.6
Wan 2.6 Image
Wan 2.7
Wan 2.7 Image
Wan 3.0 Video
Wan 3.0 Video LoRA
Wan 3.0 Video Pro LoRA

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.

Anthropic-compatible gateway

Use Claude models through APIXO

Keep the Anthropic Messages API format. Change the baseURL, use your APIXO key, and choose any Claude model ID from the table.

Base URL

https://llm.apixo.ai/v1

API key

APIXO_API_KEY

Model ID

claude-opus-4-8

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

Claude Opus 4.8

claude-opus-4-8

Input

$3

Output

$15

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/messages \
  -H "x-api-key: $APIXO_API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -H "content-type: application/json" \
  -d '{
    "model": "claude-opus-4-8",
    "max_tokens": 1024,
    "messages": [
      { "role": "user", "content": "Write a concise product launch brief." }
    ]
  }'
JavaScript
import Anthropic from '@anthropic-ai/sdk'

const client = new Anthropic({
  apiKey: process.env.APIXO_API_KEY,
  baseURL: 'https://llm.apixo.ai/v1',
})

const message = await client.messages.create({
  model: 'claude-opus-4-8',
  max_tokens: 1024,
  messages: [
    { role: 'user', content: 'Write a concise product launch brief.' },
  ],
})
Python
import os
from anthropic import Anthropic

client = Anthropic(
    api_key=os.environ["APIXO_API_KEY"],
    base_url="https://llm.apixo.ai/v1",
)

message = client.messages.create(
    model="claude-opus-4-8",
    max_tokens=1024,
    messages=[
        {"role": "user", "content": "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

Anthropic-compatible

Base URL

https://llm.apixo.ai/v1

API key

APIXO_API_KEY

Model ID

claude-opus-4-8

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.

Claude models and pricing

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

ModelInputOutputCache writeCache readSavings
Claude Opus 4.8claude-opus-4-8$3$15$3.75$0.3Save 40%
Claude Opus 4.7claude-opus-4-7$3$15$3.75$0.3Save 40%
Claude Opus 4.6claude-opus-4-6$3$15$3.75$0.3Save 40%
Claude Opus 4.5 20251101claude-opus-4-5-20251101$3$15$3.75$0.3Save 40%
Claude Sonnet 4.6claude-sonnet-4-6$1.8$9$2.25$0.18Save 40%
Claude Sonnet 4.5claude-sonnet-4-5$1.8$9$2.25$0.18Save 40%
Claude Sonnet 4.5 20250929claude-sonnet-4-5-20250929$1.8$9$2.25$0.18Save 40%
Claude Haiku 4.5 20251001claude-haiku-4-5-20251001$0.6$3$0.75$0.06Save 40%

Connection details

SDK
Anthropic SDK
Endpoint path
/messages
Base URL
https://llm.apixo.ai/v1

Selected pricing

Input$3
Output$15
Cache write$3.75
Cache read$0.3