It looks like you may prefer a different language. Switch anytime.

Video Google

Veo 3.1 API

Korzystaj z API Veo 3.1 przez RunAPI z model skillem, wspólnym uwierzytelnianiem i cennikiem pay-as-you-go.

runapi.ai
curl -X POST https://runapi.ai/api/v1/veo_3_1/text_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "veo-3.1-lite",
  "prompt": "Generate an 8-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio."
}'
import { Veo31Client } from "@runapi.ai/veo-3-1";

const client = new Veo31Client();
const result = await client.textToVideo.run({
    model: "veo-3.1-lite",
    prompt: "Generate an 8-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Veo31\Veo31Client;

$client = new Veo31Client();
$result = $client->textToVideo->run([
        'model' => 'veo-3.1-lite',
        'prompt' => 'Generate an 8-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio.',
]);
require "runapi/veo_3_1"

client = RunApi::Veo31::Client.new
result = client.text_to_video.run(
    model: "veo-3.1-lite",
    prompt: "Generate an 8-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio."
)
npx skills add runapi-ai/veo-3.1 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/veo-3-1 v1
OVERVIEW

O Veo 3.1

Veo 3.1 is Google DeepMind's video generation model that produces high-fidelity video clips with native audio synthesis, including ambient sound, dialogue, and music generated in sync with the visuals.

Dostawca
Google
Modalność
Video

Porównaj wszystkie warianty API

Wariant Rozliczenia Cennik
veo-3.1 call $2.50 Zobacz →
veo-3.1-fast call $0.600 Zobacz →
veo-3.1-lite call $0.300 Zobacz →
PRICING

Cennik Veo 3.1

Endpoint Rozdzielczość Czas trwania Cena
text_to_video 4s, 6s, 8s $2.50 / video

Ceny podane dla veo-3.1. Pozostałe warianty mają własne cenniki endpointów.

PRICING

Endpointy narzędziowe

Wspólne endpointy dla tej linii modeli, takie jak rozszerzanie, ulepszanie lub konwersja.

Extend video
$0.60-$2.50 / video
Source model: veo-3.1 $2.50
Source model: veo-3.1-fast $0.60
Upscale video
$0.05-$1.20 / request
Output resolution: 4k $1.20
Output resolution: 1080p $0.05
Integracja agentów

Uruchamiaj Veo 3.1 z agenta

JAK TO DZIAŁA

Zacznij korzystać z Veo 3.1

  1. Wybierz model

    Wybierz model i wariant pasujące do typu wyjścia, progu jakości i celu opóźnienia.

  2. Konfiguracja

    Ustaw klucz RunAPI i zainstaluj model skill w workspace kodu.

  3. Implementacja

    Użyj instrukcji skilla, aby dodać funkcję modelu w swojej aplikacji.

  4. Odbiór

    Odpytuj po task ID, streamuj gdy wspierane albo obsłuż callback webhook.

CONTEXT

Czym jest API 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.

Dostawca
Google
Zobacz wszystko →
Modalność
Video
Przeglądaj modele →

Dlaczego używać API Veo 3.1 przez RunAPI

Jedno uwierzytelnienie, wszyscy providerzy

Jeden klucz RunAPI odblokowuje cały katalog. Bez osobnych kont i rotacji kluczy dla każdej integracji.

Ujednolicony cennik i rozliczenia

Rozliczanie za wywołanie w USD, fakturowane co miesiąc. Nieudane generacje nie są naliczane.

Skill ze schematami

Typowane schematy i notatki setupu są spakowane w model skill, więc implementacja startuje od właściwego kontraktu.

Pytania o Veo 3.1

Does Veo 3.1 generate audio with the video?

Yes — Veo 3.1 natively synthesizes synchronized audio including dialogue, sound effects, and ambience in the same generation call.

What resolution does Veo 3.1 output?

Native 1080p generation with upscaling support to 4K (3840×2160). Aspect ratios include 16:9 and 9:16.

How long can generated clips be?

4, 6, or 8 seconds per generation. Scene Extension works once from a text-to-video result and cannot be chained.

Are generated videos watermarked?

All Veo outputs include an invisible SynthID watermark embedded in the pixel data, which persists through compression and resizing.

How is the audio generated?

Veo 3.1 generates native audio synchronized with the on-screen action, matching sound to the motion and events in the scene.

Od jakiego wariantu powinienem zacząć?

Wybierz najtańszy wariant, który spełnia Twoje wymagania jakościowe. Większość zespołów zaczyna od szybkiego wariantu, a do produkcji przechodzi na pro.

PODOBNE MODELE

Jeśli podoba Ci się API Veo 3.1, wypróbuj też te

Zacznij budować z API Veo 3.1.