返回模型列表
Vidu Q1 Start-End
zhipuzhipu/viduq1-start-end
供应商自营与 TheRouter 服务形态的差异
供应商自己运营时
智谱原生 MaaS API 通过 /api/paas/v4/videos/generations 提供 Vidu Q1 Start-End,上游模型名为 viduq1-start-end,image_url 接收两张图片组成的数组。
在 TheRouter 上
TheRouter 以公开模型 ID zhipu/viduq1-start-end 提供同一首尾帧能力,通过 TheRouter 路由的视频生成接口统一鉴权、价格和参数目录。
媒体生成能力
video_generation
- sizes
- 1920x1080
- durations_seconds
- 5
- defaults
- size
- 1920x1080
- duration_seconds
- 5
API 使用指南
异步视频生成
提交首帧、尾帧和提示词,生成固定 5 秒 1080P 转场视频。代码片段在人工批准付费验证前仅作示例。
cURL
curl https://api.therouter.ai/v1/videos \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zhipu/viduq1-start-end",
"prompt": "A plush rabbit drives from a quiet street into a bright spring market, smooth cinematic transition",
"image_url": [
"https://example.com/first-frame.jpg",
"https://example.com/last-frame.jpg"
],
"duration": 5,
"size": "1920x1080",
"movement_amplitude": "auto"
}'首帧和尾帧输入
按顺序传入两张图片 URL:先首帧,再尾帧。代码片段在人工批准付费验证前仅作示例。
cURL
curl https://api.therouter.ai/v1/videos \
-H "Authorization: Bearer $THEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "zhipu/viduq1-start-end",
"image_url": ["https://example.com/first.jpg", "https://example.com/last.jpg"],
"prompt": "Keep the same character identity while moving naturally from the opening pose to the final pose",
"duration": 5,
"size": "1920x1080"
}'事实档案 — 本页每条断言可在此回溯来源
| 来源 | URL | 采集于 | |
|---|---|---|---|
| 生成模式 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 输入图片 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 时长 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 帧率 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 输出清晰度 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 上游模型名 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 上游标价 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 生成视频 URL 有效期 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 并发在途任务 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| Official qualitative quality claims | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| Start-end transition quality | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| Output specification | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| 智谱公开 Vidu Q1 文档,面向 5 秒 1080P 视频生成 | docs.bigmodel.cn ↗ | 2026-08-18 | 已核实 |
| Vidu Q1 Start-End 会怎样使用两张图片? | docs.bigmodel.cn ↗ | 2026-08-18 | 待核实 |
| 生成视频的时长和清晰度是多少? | docs.bigmodel.cn ↗ | 2026-08-18 | 待核实 |
| 本页代码片段是否已经过实时 API 验证? | docs.bigmodel.cn ↗ | 2026-08-18 | 待核实 |