Theme
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
| Model | Context window | Description |
|---|---|---|
| AIX-L1 | 1,000,000 | Latest language model for agent reasoning, tool calling, code, and long-context tasks |
| AIX-L1-fast | 204,800 | Near L1 quality with lower latency; suited to high-concurrency online services |
| AIX-L0 | 204,800 | General 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
GPT APIs
Chat APIs and multimodal response APIs
View docs →DeepSeek APIs
DeepSeek family API docs
View docs →Qwen APIs
Qwen family API docs
View docs →Claude APIs
Claude family API docs
View docs →Gemini APIs
Gemini family API docs
View docs →Error codes
Common error codes and troubleshooting tips
View docs →Video models
Generate video from multimodal inputs such as text and images, covering text-to-video, image-to-video, and related scenarios.
Supported models
| Model | Capabilities |
|---|---|
| AIX-V1 | Multimodal video generation; text-to-video / image-to-video; multiple resolutions and variable duration |
| AIX-V1-fast | Fast generation focused on low-latency text-to-video / image-to-video |
API notes
Video jobs are asynchronous. Typical steps:
- Create a video generation task; on success you receive a
task_id - Use the query API with
task_idto get status and results - 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
| Model | Description |
|---|---|
| AIX-Image-01 | Image generation model supporting text-to-image and image-to-image |
| AIX-Image-01-style | Style control enhancements on top of the base capabilities |
GPT
Unified GPT image generation entry (current model: gpt-image-2)
View docs →Gemini
Gemini native-format image generation
View docs →Qwen
qwen-image family text-to-image / image editing
View docs →Doubao
Doubao Seedream family image generation
View docs →Account management
Account, key, and usage capabilities for onboarding prep and day-to-day operations.
Account overview
Account information and basic configuration
View docs →API Key
Create, rotate, and manage API Keys
View docs →Usage
View call volume and billing statistics
View docs →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.