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

Video Google

Veo 3.1 API

透過 RunAPI 使用 Veo 3.1 API,包含 model skill、統一驗證與按用量計費。

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

關於 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.

供應商
Google
模式
Video

比較所有 API 變體

變體 計費 定價
veo-3.1 call $2.50 查看 →
veo-3.1-fast call $0.600 查看 →
veo-3.1-lite call $0.300 查看 →
PRICING

Veo 3.1 定價

Endpoint 解析度 時長 價格
text_to_video 4s, 6s, 8s $2.50 / video

以下為 veo-3.1 的定價。其他變體保留各自的 endpoint 定價。

PRICING

實用 Endpoints

此模型系列的共用 endpoints,例如延伸、增強或轉換操作。

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
Agent 整合

透過 Agent 執行 Veo 3.1

運作方式

開始使用 Veo 3.1

  1. 選擇模型

    挑選符合輸出類型、品質門檻與延遲目標的模型與變體。

  2. 設定

    設定 RunAPI key,並在 coding workspace 安裝 model skill。

  3. 開發

    使用 skill 指引,在你的 app 內加入模型功能。

  4. 接收

    透過 task ID 查詢、在支援時串流,或處理 webhook callback。

CONTEXT

Veo 3.1 API 是甚麼?

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.

供應商
Google
查看全部 →
模式
Video
瀏覽模型 →

為何透過 RunAPI 使用 Veo 3.1 API

一個驗證,對應所有 provider

一組 RunAPI key 即可解鎖整個 catalog。無需分開帳戶,亦無需為每個整合輪換密鑰。

統一定價與計費

按次以 USD 收費,每月結算。失敗的生成不會收費。

內含 schema 的 skill

型別化 schema 與 setup 備註打包在 model skill 內,讓實作從正確契約開始。

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.

我應該先用邊個版本?

先選最平而且符合你質素要求的版本。大多數團隊會先用快速版本,之後再升級到 pro 用於正式生產。

相似模型

如果你鍾意 Veo 3.1 API,可以試吓呢些

開始用 Veo 3.1 API 開發。