Video · Google

Veo 3.1

High-fidelity video generation up to 4K with natively synthesized dialogue, sound effects, and ambience.

Operational · 2 variants · 최저 $0.300
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/veo-3.1 -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Veo 3.1 skill for me:

1. Clone https://github.com/runapi-ai/veo-3.1
2. Copy the skills/veo-3.1/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
개요

Veo 3 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.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • 실패한 생성은 과금되지 않습니다
변형

변형

Variant Billing From
veo-3.1 call $2.25 보기 →
veo-3.1-fast call $0.300 보기 →
요금

Utility endpoints

Shared endpoints for this model line, such as extension, enhancement, or conversion actions.

Extend video
$0.30 / video
Upscale video
$0.08-$0.60 / video
Output resolution: 4k $0.60
Output resolution: 1080p $0.08
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Generate a 10-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio."
// Code generated by the agent via @runapi.ai/veo-3.1
import { Veo31Client } from '@runapi.ai/veo-3.1';

const client = new Veo31Client();
const result = await client.textToVideo.run({
  model: 'veo-3.1',
  prompt: 'Generate a 10-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio.',
});
@runapi.ai/veo-3.1 npm
작동 방식

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/veo_3_1/text_to_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "veo-3.1",
  "prompt": "Generate a 10-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",
    prompt: "Generate a 10-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",
    prompt: "Generate a 10-second cinematic drone shot of a coastal highway at golden hour, with waves crashing below and ambient wind audio."
)
@runapi.ai/veo-3-1 v1
컨텍스트

Where Veo 3.1 fits

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.

Provider
Google
Modality
Video
RUNAPI를 선택하는 이유

Why use Veo 3.1 through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

실패한 생성은 과금되지 않습니다

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

지금 시작

Start building with Veo 3.1.