Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.geeknow.top/llms.txt

Use this file to discover all available pages before exploring further.

Veo 视频

Veo 系列当前也走 POST /v1/videosGET /v1/videos/{task_id}。在 main.py 里,veo* 同样属于 JSON 提交模型。
  • 入口路由仍然是 POST /v1/videos
  • main.pyveo_3_1veo_3_1-fast 已归入 JSON 提交模型。
  • 参考图会先放进 input_reference,后续由网关映射到 Gemini/Vertex Veo 请求结构。
  • 当前只整理两个模型:veo_3_1veo_3_1-fast

视频生成

POST /v1/videos,提交 Veo 视频任务。

任务查询

GET /v1/videos/{task_id},查询 Veo 任务状态与结果。

当前模型

  • veo_3_1
  • veo_3_1-fast

当前主链路行为

项目当前行为
请求格式JSON
常见输入字段modelpromptsizesecondsinput_referencemetadata
参考图字段input_reference
参考生视频约束main.py 里会把参考生视频模式强制约束到 16:9
查询接口GET /v1/videos/{task_id}

相关页面