Skip to content

API overview

Overview of AIX Open Platform API capabilities across language, video, image, account, and file management modalities.

Get API Key

  • Pay-as-you-go: Create an API Key under “API Keys” in the console

    TIP

    Pay-as-you-go supports all modalities, including language, video, and image.

  • Subscription plans: View subscription Keys under “Subscription Management”

    TIP

    Subscription Keys are independent from pay-as-you-go API Keys. See account management docs for details.


Language models

Language models generate conversation content and tool calls from input context. You can integrate via HTTP or compatible SDKs.

Supported models

ModelContext windowDescription
AIX-L11,000,000Latest language model for agent reasoning, tool calling, code, and long-context tasks
AIX-L1-fast204,800Near L1 quality with lower latency; suited to high-concurrency online services
AIX-L0204,800General chat and code generation base model

If you run into issues while using a model:

  • Contact technical support through official channels
  • Submit feedback in the project Issue area

Video models

Generate video from multimodal inputs such as text and images, covering text-to-video, image-to-video, and related scenarios.

Supported models

ModelCapabilities
AIX-V1Multimodal video generation; text-to-video / image-to-video; multiple resolutions and variable duration
AIX-V1-fastFast generation focused on low-latency text-to-video / image-to-video

API notes

Video jobs are asynchronous. Typical steps:

  1. Create a video generation task; on success you receive a task_id
  2. Use the query API with task_id to get status and results
  3. You can cancel queued tasks or delete records for completed tasks

Image models

Creative image generation from text or reference images, with aspect ratio and resolution options.

Model list

ModelDescription
AIX-Image-01Image generation model supporting text-to-image and image-to-image
AIX-Image-01-styleStyle control enhancements on top of the base capabilities

Account management

Account, key, and usage capabilities for onboarding prep and day-to-day operations.


File management

File management APIs work with other platform features to obtain presigned URLs and upload assets.

File formats, capacity, and size limits are defined in the upload API docs.