Router One
Back to Models

veo_3_1-fast-components-4K

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": "veo_3_1-fast-components-4K",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key