← Back to catalog

🎬 Google VEO 3.1 Fast

Model code: google-veo31-fast
Provider: Google

Быстрое создание коротких роликов для соцсетей, превью проектов, тестирование идей. Генерация за минуты.

200 💠 per generation

What this model can do

  • Creating short videos from scripts
  • Video content for ads and presentations
  • Quick idea tests for content and product
This model is a good fit if you want a fast, clear result without complex setup. A solid choice for everyday tasks.

Model highlights

Type
Video
Price
200 💠 per generation
Availability
Available

Как использовать через API

Эту модель можно вызывать через OpenAI-совместимый GPTCube API с тем же кодом модели.

Эндпоинт
POST /v1/videos/generations
Поле model
google-veo31-fast

Пример запроса

Открыть endpoint
curl https://api.gptcube.ru/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "google-veo31-fast",
  "prompt": "A cinematic fly-through of a futuristic city at sunset",
  "duration": 10
}'