Veo 3.1
The currently public Crazyrouter Veo 3.1 model names are:veo-3.1-fastveo-3.1-quality
Via Unified Video API
- text-to-video
- single-image image-to-video
referenceImages, style reference, and other Veo-specific modes are not part of the current public contract yet.
Current Public Models
| Model | Description |
|---|---|
veo-3.1-fast | Lower-latency option for getting the first usable result faster |
veo-3.1-quality | Quality-first option for the default public path |
Capability Status
| Capability / Spec | Status | Notes |
|---|---|---|
text-to-video 720P / 1080P | Verified | Closed in the current public contract |
single-image image-to-video 720P / 1080P | Verified | Closed in the current public contract |
| audio-enabled rows | Beta | The official capability exists, but the public artifact is still pending |
start_end | Beta | Not committed on the current public page |
referenceImages / reference assets | Beta | Not committed on the current public page |
4K | Beta | Not committed on the current public page |
The Pricing page and this doc use the same status language:
Verified means there is a current minimal live artifact, while Beta means the official capability exists but the public validation set or edge coverage is still being completed.Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | veo-3.1-fast or veo-3.1-quality |
prompt | string | Yes | Video prompt |
aspect_ratio | string | No | Publicly recommended: 16:9 or 9:16 |
size | string | No | Publicly recommended: 720P or 1080P |
images | array | No | Pass exactly one image URL for the current public image-to-video flow |
duration | integer | No | Common value: 8 |
Request Examples
Response Example
Single-Image Image-to-Video Example
cURL
Query Task
cURL
Response Example (Completed)
Google’s official Veo 3.1 docs also describe
reference asset images and other provider-native capability details. The current Crazyrouter public page intentionally stays narrower: it only commits to text-to-video and single-image image-to-video under veo-3.1-fast and veo-3.1-quality. Additional Veo capability pages should be published only after the public route and validation artifacts are ready.