> ## 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 视频生成与任务查询接口。

# Veo 视频

Veo 系列使用 `POST /v1/videos` 和 `GET /v1/videos/{task_id}`，请求为 JSON 格式。

* 使用 `POST /v1/videos` 提交视频生成任务。
* 参考图生视频使用 JSON 字段 `input_reference`。
* 模型包括 `veo_3_1`、`veo_3_1-fast`。

<CardGroup cols={2}>
  <Card title="视频生成" icon="clapperboard" href="/api-reference/videos/veo/generation">
    `POST /v1/videos`，提交 Veo 视频任务。
  </Card>

  <Card title="任务查询" icon="hourglass" href="/api-reference/videos/veo/query">
    `GET /v1/videos/{task_id}`，查询 Veo 任务状态与结果。
  </Card>
</CardGroup>

## 当前模型

* `veo_3_1`
* `veo_3_1-fast`

## 当前接口行为

| 项目      | 当前行为                                                 |
| ------- | ---------------------------------------------------- |
| 请求格式    | JSON                                                 |
| 常见输入字段  | `model`、`prompt`、`size`、`duration`、`input_reference` |
| 参考图字段   | `input_reference`                                    |
| 参考生视频约束 | 实际效果取决于当前模型支持                                        |
| 查询接口    | `GET /v1/videos/{task_id}`                           |

## 相关页面

* [视频模型支持矩阵](/api-reference/videos/model-matrix)
* [Veo 视频生成](./generation)
* [Veo 任务查询](./query)
