# Video API: text, image, reference, and editing workflows

> Choose Chinese video models by verified task, understand asynchronous jobs, and use a complete create, poll, download, and verify workflow.

- Canonical: https://chinaapi.ai/video-api/
- Updated: 2026-08-08
- Tasks: text-to-video, image-to-video, reference-to-video, video-editing, video-with-audio
- Endpoint: `POST /v1/video/generations; GET /v1/video/generations/{task_id}`
- Inputs: A prompt plus only the image, video, audio, or reference assets explicitly supported by the selected model.
- Outputs: A task record followed by a downloadable video artifact when the job succeeds.
- Lifecycle: Asynchronous. Create once, preserve the task ID, poll the same job to a terminal state, then download and validate the artifact.
- Limits: Duration, resolution, reference counts, audio generation, editing, and accepted asset types vary by model; an unlisted combination is unsupported.

## Models with matching catalog metadata

### [kling-3.0-turbo](https://chinaapi.ai/models/kling-3.0-turbo/)

- Tasks: text-to-video, image-to-video, video-with-audio
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 generation × $0.5556 = $0.5556.

### [MiniMax-H3](https://chinaapi.ai/models/minimax-h3/)

- Tasks: text-to-video, image-to-video, reference-to-video, video-with-audio
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.08 = $0.08.

### [doubao-seedance-2-5-260628](https://chinaapi.ai/models/doubao-seedance-2-5-260628/)

- Tasks: text-to-video, image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: The public unit price is not published; use live Pricing before submitting a billable request.

### [MiniMax-Hailuo-2.3](https://chinaapi.ai/models/minimax-hailuo-2.3/)

- Tasks: text-to-video, image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 generation × $0.2778 = $0.2778.

### [doubao-seedance-2-0-mini-260615](https://chinaapi.ai/models/doubao-seedance-2-0-mini-260615/)

- Tasks: text-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: The public unit price is not published; use live Pricing before submitting a billable request.

### [kling-v3](https://chinaapi.ai/models/kling-v3/)

- Tasks: text-to-video, image-to-video, video-with-audio
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 5-second 720p silent generation × $0.4799 = $0.4799.

### [kling-v3-omni](https://chinaapi.ai/models/kling-v3-omni/)

- Tasks: reference-to-video, image-editing
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 generation × $0.4167 = $0.4167.

### [MiniMax-Hailuo-02](https://chinaapi.ai/models/minimax-hailuo-02/)

- Tasks: text-to-video, image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 generation × $0.2778 = $0.2778.

### [doubao-seedance-2-0-260128](https://chinaapi.ai/models/doubao-seedance-2-0-260128/)

- Tasks: text-to-video, image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: The public unit price is not published; use live Pricing before submitting a billable request.

### [MiniMax-Hailuo-2.3-Fast](https://chinaapi.ai/models/minimax-hailuo-2.3-fast/)

- Tasks: image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 generation × $0.1875 = $0.1875.

### [doubao-seedance-2-0-fast-260128](https://chinaapi.ai/models/doubao-seedance-2-0-fast-260128/)

- Tasks: text-to-video, image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: The public unit price is not published; use live Pricing before submitting a billable request.

### [happyhorse-1.1-t2v](https://chinaapi.ai/models/happyhorse-1.1-t2v/)

- Tasks: text-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.075 = $0.075.

### [happyhorse-1.1-r2v](https://chinaapi.ai/models/happyhorse-1.1-r2v/)

- Tasks: reference-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.075 = $0.075.

### [happyhorse-1.1-i2v](https://chinaapi.ai/models/happyhorse-1.1-i2v/)

- Tasks: image-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.075 = $0.075.

### [wan2.7-t2v](https://chinaapi.ai/models/wan2.7-t2v/)

- Tasks: text-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.1 = $0.1.

### [wan2.7-r2v](https://chinaapi.ai/models/wan2.7-r2v/)

- Tasks: reference-to-video
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.35 = $0.35.

### [wan2.7-videoedit](https://chinaapi.ai/models/wan2.7-videoedit/)

- Tasks: No narrower task claim published
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.2 = $0.2.

### [wan2.7-i2v](https://chinaapi.ai/models/wan2.7-i2v/)

- Tasks: image-to-video, video-with-audio
- Endpoint: `POST https://api.chinaapi.ai/v1/video/generations`
- Cost example: 1 second × $0.1 = $0.1.

Displayed prices are generated from `scripts/models-data.json`, synchronized against the ChinaAPI gateway. Media service margin, if any, is included in the displayed USD rate and is not added separately.

Source: https://chinaapi.ai/data/model-pricing/ · updated 2026-08-08.
