AirCubeAirCube
Core Concepts

Models

Browse the AI models available through the AirCube API and learn how to use them.

AirCube provides access to 87+ AI models through a unified API. Each model is identified by a slug that you include in the request URL.

URL format

POST https://aircube.ai/api/v3/{model-slug}/{task}

For models with provider-scoped variants:

POST https://aircube.ai/api/v3/{provider}/{model}/{task}

Image models

Model slugDisplay nameSupported tasks
seedream-v5.0-proSeedream 5.0 Protext-to-image
gpt-image-2GPT Image 2text-to-image
flux-1.1Flux 1.1text-to-image
flux-2-kleinFlux 2 Kleintext-to-image
qwen-imageQwen Image 2.0text-to-image
qwen-image/edit-2511Qwen Image Edit 2511image-editing
recraft-v3Recraft V3text-to-image
ideogram-v3Ideogram V3text-to-image

Video models

Model slugDisplay nameSupported tasks
seedance-2.0Seedance 2.0text-to-video, image-to-video
kling-v3.0-stdKling 3.0text-to-video, image-to-video
veo3.1Veo 3.1text-to-video
sora-2Sora 2text-to-video, image-to-video
wan-2.1Wan 2.1text-to-video, image-to-video
hailuo-v2Hailuo V2text-to-video, image-to-video
luma-ray-2Luma Ray 2text-to-video, image-to-video

Audio models

Model slugDisplay nameSupported tasks
eleven-v3ElevenLabs v3text-to-speech
qwen3-ttsQwen3 TTStext-to-speech
music-2.5MiniMax Music 2.5text-to-music

Special models

Model slugDisplay nameEndpoint
face-swapFace SwapSee Face Swap API

How task types work

The task segment in the URL tells the API what kind of generation to perform. It also determines the output type:

Task containsOutput type
videovideo
audio, music, speech, ttsaudio
anything elseimage

Common task types include:

  • text-to-image — generate an image from a text prompt
  • image-to-image — transform an existing image
  • image-editing — edit specific parts of an image
  • text-to-video — generate a video from a text prompt
  • image-to-video — animate a still image into a video
  • reference-to-video — generate a video using reference media
  • text-to-speech — synthesize speech from text
  • text-to-music — generate music from a text prompt

Browse all models

The tables above show a selection of popular models. For the complete list with real-time availability and pricing, visit the model catalog and pricing page.

On this page