Use the Generation APIs for image, video, and audio models. These APIs are asynchronous: you submit a task, receive aDocumentation Index
Fetch the complete documentation index at: https://apixo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
taskId, then poll for completion or receive a webhook callback.
Base URL
Request flow
| Step | Endpoint | Purpose |
|---|---|---|
| 1 | POST /generateTask/{model} | Submit a generation task |
| 2 | GET /statusTask/{model}?taskId={id} | Poll task status and retrieve results |
| Optional | callback_url in the request body | Receive 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
| Category | Provider or family | Models |
|---|---|---|
| Image | Nano Banana, Nano Banana Pro, Nano Banana 2 | |
| Image | OpenAI | GPT Image 1, GPT Image 2 |
| Image | xAI | Grok Image |
| Image | Black Forest Labs | Flux 2, Flux Kontext |
| Image | Midjourney | Midjourney |
| Image | ByteDance | Seedream 4.5, Seedream 5.0 |
| Video | OpenAI | Sora 2, Sora 2 Pro |
| Video | Veo 3.1, Veo 3.1 Extend | |
| Video | Alibaba | Wan 2.2 Animate, Wan 2.5, HappyHorse |
| Video | ByteDance | Seedance 1.5 Pro, Seedance 2.0, Seedance 2.0 Fast |
| Video | Kuaishou | Kling 2.1, Kling 2.5 Turbo Pro, Kling 2.6, Kling 3.0 |
| Video | MiniMax / Hailuo | Hailuo 2.3, Hailuo 2.3 Fast |
| Video | Vidu, LTX, Avatar | Vidu Q3, LTX 2 19B, InfiniteTalk |
| Audio | Suno | Suno |
Choosing a generation model
| Goal | Good starting point |
|---|---|
| Fast image prototype | Nano Banana |
| Higher-quality image generation | Flux 2, GPT Image 2, Seedream 5.0 |
| Artistic image generation | Midjourney |
| Text-to-video | Sora 2, Veo 3.1, Wan 2.5 |
| Image-to-video | Sora 2 Pro, Hailuo 2.3, Kling 2.6 |
| Music generation | Suno |
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.