Skip to content

OS 生视频参数

OS(os-2)走统一生视频契约:POST /video/generations + GET /video/tasks/{taskId}。本页说明现网码与可复制示例。

通用字段表见 视频生成 · 高级参数。端点说明见 创建视频生成任务。模型列表见 获取模型modality=video)或 模型广场


模型 ID

model典型能力分辨率时长(秒)
os-2文生;首帧图生常见 720p 4 / 8 / 12

公共约束

说明
duration_sec必须4812(勿传 5 / 6 等其它值)
aspect_ratio文生常见 16:99:16;图生通常跟随首帧比例
generate_audio可选
frame_images图生仅 首帧;不支持尾帧
input_references一般不使用
model_specific_config可选合规检查类开关(如 input_compliance_check / output_compliance_check

文生视频

json
{
  "model": "os-2",
  "prompt": "林间小径缓步前行,晨雾与柔光",
  "duration_sec": 8,
  "resolution": "720p",
  "aspect_ratio": "16:9",
  "generate_audio": false
}

首帧图生

json
{
  "model": "os-2",
  "prompt": "镜头缓慢推进,主体保持清晰",
  "duration_sec": 4,
  "resolution": "720p",
  "aspect_ratio": "16:9",
  "generate_audio": false,
  "frame_images": [
    {
      "type": "image_url",
      "frame_type": "first_frame",
      "image_url": { "url": "https://example.com/first.png" }
    }
  ]
}

相关

© Trinity AI