APIXO

Create

AI VideoAI ImageAI Music

Library

GenerationsAssets

Explore

ModelsPricing
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
GPT-Image-2.5
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 V6
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
Z-Image LoRA
Z-Image LoRA Pro

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.

CreateGenerationsAssets
Gemini-compatible gateway

Use Gemini models through APIXO

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

Base URL

https://llm.apixo.ai/v1beta

API key

APIXO_API_KEY

Model ID

gemini-3.8-flash

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

Gemini 3.8 Flash

gemini-3.8-flash

Input

$0.9

Output

$4.5

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/v1beta/models/gemini-3.8-flash:generateContent?key=$APIXO_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "contents": [
      {
        "role": "user",
        "parts": [{ "text": "Write a concise product launch brief." }]
      }
    ]
  }'
JavaScript
import { GoogleGenAI } from '@google/genai'

const ai = new GoogleGenAI({
  apiKey: process.env.APIXO_API_KEY,
  httpOptions: { baseUrl: 'https://llm.apixo.ai/v1beta' },
})

const response = await ai.models.generateContent({
  model: 'gemini-3.8-flash',
  contents: 'Write a concise product launch brief.',
})
Python
import os
from google import genai
from google.genai import types

client = genai.Client(
    api_key=os.environ["APIXO_API_KEY"],
    http_options=types.HttpOptions(base_url="https://llm.apixo.ai/v1beta"),
)

response = client.models.generate_content(
    model="gemini-3.8-flash",
    contents="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

Gemini-compatible

Base URL

https://llm.apixo.ai/v1beta

API key

APIXO_API_KEY

Model ID

gemini-3.8-flash

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.

Gemini models and pricing

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

ModelInputOutputCache writeCache readSavings
Gemini 3.6 Flashgemini-3.6-flash$0.9$4.5—$0.09Save 40%
Gemini 3.5 Flashgemini-3.5-flash$0.9$5.4$0.09—Save 40%
Gemini 3.1 Pro Previewgemini-3.1-pro-preview$1.2$7.2—$0.12Save 40%
Gemini 3 Flash Previewgemini-3-flash-preview$0.3$1.8—$0.03Save 40%
Gemini 2.5 Progemini-2.5-pro$0.75$6—$0.075Save 40%
Gemini 3.7 Flashgemini-3.7-flash$0.9$4.5—$0.09Save 40%
Gemini 3.8 Flashgemini-3.8-flash$0.9$4.5—$0.09Save 40%

Connection details

SDK
Google Gemini SDK
Endpoint path
/models/gemini-3.8-flash:generateContent
Base URL
https://llm.apixo.ai/v1beta

Selected pricing

Input$0.9
Output$4.5
Cache write—
Cache read$0.09