Skip to main content

Documentation Index

Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Use the Generation APIs for image, video, and audio models. These APIs are asynchronous: you submit a task, receive a taskId, then poll for completion or receive a webhook callback.

Base URL

https://api.apixo.ai/api/v1

Request flow

StepEndpointPurpose
1POST /generateTask/{model}Submit a generation task
2GET /statusTask/{model}?taskId={id}Poll task status and retrieve results
Optionalcallback_url in the request bodyReceive webhook delivery instead of polling

Start here

Generate Task

Submit an image, video, or audio generation task.

Status Task

Poll for task progress, final results, and failures.

Webhooks

Receive task completion callbacks in production.

Parameter Specification

Compare common request fields across models.

Model categories

Image Models

Generate images, edit references, upscale, and create variations.

Video Models

Generate videos from text, images, first and last frames, or references.

Audio Models

Generate music with vocal and instrumental options.

LLM Gateway

Looking for Claude, OpenAI, or Gemini compatible APIs? Use the LLM Gateway.

Browse by provider

CategoryProvider or familyModels
ImageGoogleNano Banana, Nano Banana Pro, Nano Banana 2
ImageOpenAIGPT Image 1, GPT Image 2
ImagexAIGrok Image
ImageBlack Forest LabsFlux 2, Flux Kontext
ImageMidjourneyMidjourney
ImageByteDanceSeedream 4.5, Seedream 5.0
VideoOpenAISora 2, Sora 2 Pro
VideoGoogleVeo 3.1, Veo 3.1 Extend
VideoAlibabaWan 2.2 Animate, Wan 2.5, HappyHorse
VideoByteDanceSeedance 1.5 Pro, Seedance 2.0, Seedance 2.0 Fast
VideoKuaishouKling 2.1, Kling 2.5 Turbo Pro, Kling 2.6, Kling 3.0
VideoMiniMax / HailuoHailuo 2.3, Hailuo 2.3 Fast
VideoVidu, LTX, AvatarVidu Q3, LTX 2 19B, InfiniteTalk
AudioSunoSuno

Choosing a generation model

GoalGood starting point
Fast image prototypeNano Banana
Higher-quality image generationFlux 2, GPT Image 2, Seedream 5.0
Artistic image generationMidjourney
Text-to-videoSora 2, Veo 3.1, Wan 2.5
Image-to-videoSora 2 Pro, Hailuo 2.3, Kling 2.6
Music generationSuno

From playground to API

If you came here from an APIXO model playground, open the matching model page in the sidebar. Each model page includes:
  • Model ID and endpoints
  • A copy-paste request
  • Supported request parameters
  • Response and result format
  • Polling, webhook, error, and retry guidance
Pricing is maintained on the Pricing page. Use it as the source of truth for current model prices and route differences.