Google · Video
OpenClaw x Veo 3.1
Veo 3 is a frontier video generation model by Google DeepMind, notable for its native audio-video joint synthesis. Through RunAPI, it benefits from unified API access and shared billing across all Google models.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
veo-3.1 | Highest-fidelity Veo 3.1 generation with 4/6/8s duration control | /api/v1/veo_3_1/text_to_video | $2.50 | Model detail |
veo-3.1-fast | Fast Veo 3.1 generation with 4/6/8s duration control for drafts and iteration | /api/v1/veo_3_1/text_to_video | $0.600 | Model detail |
veo-3.1-lite | Veo 3.1 model for high-volume 720p video generation | /api/v1/veo_3_1/text_to_video | $0.300 | Model detail |
Configuration
Guide endpoint: <endpoint>
Select <model-id> to generate a request with the endpoint's public input contract.Verify
Select <model-id> to generate verification commands.Additional operations
These operations do not use a model ID.
/api/v1/veo_3_1/extend_video/api/v1/veo_3_1/upscale_video
How it works
- 1. Choose a model ID
Select a public catalog model ID and review its endpoint and current starting price.
- 2. Configure RunAPI
Set RUNAPI_API_KEY before making the endpoint request.
- 3. Verify the result
For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.
FAQ
Which model ID should I use?
Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.
Does this guide configure a chat model?
No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.