Veo 3 Fast (720p, audio on)
Video generationOne call. Same key. Same bill.
Veo 3 is Google DeepMind's text-to-video and image-to-video model
One API key. Every model.
One model. Three ways to call it. Same key, same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
One call. Same key. Same bill.
Capabilities
Resolution and length
Audio
veo-3-1-lite-720p) does not include native audio generation[^1]Conditioning
Aspect ratios
aspect_ratio parameter[^4]Editing
Style controls
One key. One base URL. Same SDK shape you already use.
# 1. set your key
export COINIS_API_KEY="sk_live_..."
# 2. call the model
curl https://api.app.coinis.com/v1/video/generate \
-H "Authorization: Bearer $COINIS_API_KEY" \
-d '{"prompt":"neon city, rain, tracking shot"}' import { Coinis } from "@coinis/sdk";
const coinis = new Coinis(process.env.COINIS_API_KEY);
const job = await coinis.video.generate({
model: "models/google/veo-3",
prompt: "neon city, rain, tracking shot",
}); from coinis import Coinis
coinis = Coinis(os.environ["COINIS_API_KEY"])
job = coinis.video.generate(
model="models/google/veo-3",
prompt="neon city, rain, tracking shot",
) {
"id": "gen_8fa2c1",
"status": "succeeded",
"model": "models/google/veo-3",
"output": {
"video_url":
"https://cdn.coinis.com/gen_8fa2c1.mp4"
,
"format": "mp4"
},
"tokens_used": 10
} Already on another provider's SDK? Change the host. Keep the call.
One wallet across every model. No API accounts to juggle.
No credit card.
1 token = $0.10 pay-as-you-go. Less on a plan.
Unified API across video, image, audio, and LLM.
Async queue plus webhooks. Batch at scale.
Ship it under your brand. Outputs are yours.
Prompt to platform-native clip in minutes.
One generation, every aspect ratio.
Authentic selfie-style ads, on brand.
AI short films and narrative video Script a scene, drop in dialogue, and get a lip-synced clip with synchronized ambient audio in one generation. Veo 3 Standard is the right tier when final quality matters.[^3]
Cinematic ads and marketing video
Control shot composition, lens, and camera motion via the prompt to produce polished advertising content. Veo 3 Fast at 1080p (variant veo-3-fast-1080p) delivers high-resolution output at $0.153/sec for high-volume campaigns.[^2]
9:16 social and UGC content
Portrait mode produces mobile-first vertical video in a single pass. Veo 3 Fast at 720p (variant veo-3-fast-720p) keeps cost at $0.127/sec for high-volume social pipelines.[^4]
Rapid preview and iteration
Veo 3.1 Lite (variant veo-3-1-lite-720p) at $0.051/sec lets teams test dozens of creative directions before committing to a final render on a higher tier.[^1]
Developer-embedded video generation Veo 3.1 is available via the Gemini API and Vertex AI with Python, JavaScript, Go, Java, and REST clients. Teams can embed video generation directly into their products without managing inference infrastructure.[^4]
Renders in seconds. Set a seed. Get the same frame back.
Outputs are yours. Sell them.
Safe for paid ads.
Your prompts are never used for training.
Start free
Start free. 15 tokens a week. No card.
Generate on CoinisNo credit card.
Pricing and capabilities verified 2026-05-26. Read the docs .