Router One
Back to Models

veo3.1-fast

video_generation

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
video_generation
Context Window
N/A
per video
$0.50

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "veo3.1-fast",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key