Skip to main content

Domestic Video Models

Domestic video models provide a unified OpenAI-compatible interface, supporting multiple generation modes such as text-to-video, image-to-video, first-and-last-frame video generation, motion control, digital humans, and lip sync.

Quick Start

Video Generation

POST /v1/videos, submit domestic video tasks, supporting multiple generation scenarios.

Task Query

GET /v1/videos/{task_id}, query task status and results.

Model Family

Full Model List

Base Models:
  • Vidu-*, Kling-*, GV-*, OS-*
  • Hunyuan-*, Mingmou-*, Hailuo-*
  • SV-*, JV-*, jimeng-video-*
Combined Billing Models:
  • vidu-q2-pro-reference-1080p-offpeak
  • kling-3.0-omni-1080p-ref-audio
  • kling-2.6-motion-pro-1080p
  • kling-avatar-720p
  • sv-1.5-pro-1080p-audio

Integration Methods

Domestic video models use the following interfaces in a unified way:
Note: Different model series may provide multiple integration methods.
  • Vidu: Official format (/vidu/ent/v2/*), OpenAI format (/v1/videos), unified video (/v1/video/create)
  • Jimeng: OpenAI format (/v1/videos), unified video (/v1/video/create), Doubao channel
  • Kling: OpenAI format (/v1/videos)
This page mainly introduces the general specifications of the OpenAI-compatible interface. For model-specific interfaces, please refer to the model documentation below.

Request Parameters

Image Input Description

Different integration methods use different image fields:

Basic Fields

metadata Extended Parameters

Scenario Type: Output Configuration (metadata.output_config): Other Common Fields:
  • motion_level: motion level (std/pro)
  • offpeak: whether off-peak billing is enabled
  • last_frame_url: the last frame in first-and-last-frame generation
  • video_url: reference video URL
  • file_infos: native FileInfos passthrough
  • ext_info: native ExtInfo string passthrough

Parameter Precedence

Duration Parameters

  1. Top-level seconds
  2. Top-level duration
  3. metadata.seconds / metadata.duration / metadata.video_duration
  4. Default 5

Resolution Parameters

  1. metadata.output_config.resolution
  2. Top-level size
  3. Model default value

Scenario Examples

Text-to-Video

Image-to-Video

First-and-Last-Frame Video Generation

Motion Control

Model Documentation

Detailed documentation for the following mainstream models is currently provided first:

Jimeng Video

Documentation for generating and querying jimeng-video-3.0 and jimeng-video-2.0.

Vidu Video

The three integration methods for the viduq3-pro, viduq2, and viduq1 series.

Kling Video

Multiple generation modes for Kling-3.0-Omni, Kling-2.6, and Kling-2.5.
Detailed documentation for other models (GV-*, OS-*, Hunyuan-*, Mingmou-*, Hailuo-*, SV-*, JV-*) is being organized. You can refer to Domestic Video Model Generation for general parameter specifications and usage methods.

Authentication

Channel key format:
  • SubAppId|SecretId|SecretKey
  • SubAppId|SecretId|SecretKey|Region