---
title: "veo-3.1-lite API — Veo 3.1 定价与规格"
url: "https://runapi.ai/zh-CN/models/veo-3.1/lite.md"
canonical: "https://runapi.ai/zh-CN/models/veo-3.1/lite.md"
locale: "zh-CN"
model: "Veo 3.1"
provider: "Google"
variant_id: "veo-3.1-lite"
sdk_model_id: "veo-3.1-lite"
modality: "video"
price_from_cents: 30
billing_unit: "call"
status: "active"
---

# Veo 3.1 veo-3.1-lite API

通过 RunAPI 使用 Veo 3.1 系列的 veo-3.1-lite。按次计费，无需订阅，失败的生成不计费。

## Pricing

**$0.300** per call

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `veo-3.1-lite` |
| Provider | Google |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/veo_3_1/text_to_video` |
| Status | active |

## Request example

```json
{
  "model": "veo-3.1-lite",
  "prompt": "生成一段 8 秒的海岸公路黄金时刻航拍，海浪拍打下方，带有环境风声音频。"
}
```

## Install the skill

```sh
npx skills add runapi-ai/veo-3.1 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Veo 3.1 veo-3.1-lite features to an application.

```json
{
  "model": "veo-3.1-lite"
}
```

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


## Related

Other Veo 3.1 variants:

- [veo-3.1](https://runapi.ai/zh-CN/models/veo-3.1/veo-3.1.md) — `veo-3.1` · $2.50
- [veo-3.1-fast](https://runapi.ai/zh-CN/models/veo-3.1/fast.md) — `fast` · $0.600
