> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rixapi.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Model

> This document introduces how to use the video generation service to help create video content efficiently.

## Supported models

| Model   | Description                            | Interface                                         |
| ------- | -------------------------------------- | ------------------------------------------------- |
| Sora    | OpenAI official video generation model | Only supports OpenAI official API format          |
| Kling   | Keling AI (Kling) video generation     | Only supports Kling official API format           |
| Luma    | Luma AI                                | Support Luma official API format/reverse format   |
| Runway  | Runway video generation                | Only supports Runway reverse API format           |
| Veo     | Google series models                   | Support Gemini official API format/reverse format |
| Jimeng  | Jimeng video generation                | Only supports Jimeng official API format          |
| Pika    | Pika AI video generation               | Only supports Pika reverse API format             |
| Minimax | Minimax video generation               | Only supports Minimax official API format         |

We are developing a unified asynchronous task interface, and all the above models will be migrated in the future.

## Workflow

1. Create a generation task: Submit a video generation request and obtain the task ID (task\_id)
2. Query task status: Use task\_id to poll the task status.
