Veo 3 API
$0.06-$0.24/sec /วินาที
Developer-ready API access
สัมผัส รุ่นล่าสุดสำหรับการสร้างวิดีโอแบบภาพยนตร์ด้วยความสมจริงตามหลักฟิสิกส์และเสียงแบบเนทีฟ เข้าถึง
Pay-as-you-go access through PiAPI.
$0.06-$0.24/sec /วินาที
Developer-ready API access
Capabilities from the production model page.
สร้างวิดีโอแนวนอนหรือแนวตั้งที่ความละเอียด 720p หรือ 1080p สำหรับงานโซเชียลและงานภาพยนตร์
Veo 3 เพิ่มการสร้างเสียงแบบผสานในตัว ทำให้สร้างบทสนทนาและเสียงบรรยากาศได้ในเวิร์กโฟลว์เดียว
Veo 3 พัฒนาความสมจริง ฟิสิกส์ และความตรงตามพรอมป์ตเพื่อผลลัพธ์ที่มีความเป็นภาพยนตร์มากขึ้น
โหมดเร็วรองรับการสร้าง T2V และ I2V อย่างรวดเร็วสำหรับการทดลอง โฆษณา และการผลิตที่ขยายได้
คงความสอดคล้องของภาพและเสียงให้มากขึ้น พร้อมควบคุมสไตล์ จังหวะ และองค์ประกอบของผลลัพธ์
มีการตรวจสอบผลลัพธ์เพื่อลดความเสี่ยงด้านลิขสิทธิ์ ความเป็นส่วนตัว และอคติจากเนื้อหาที่จำได้
ส่งงาน Veo 3 ไว้เบื้องหลังและดึงผลลัพธ์กลับมาในภายหลังด้วยเวิร์กโฟลว์ที่รองรับ callback
ปรับแต่งเฟรมแรกและเฟรมสุดท้ายอย่างละเอียดเพื่อการเปลี่ยนฉากที่ลื่นไหลและการกำกับที่แม่นยำยิ่งขึ้น
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Add credits on the billing page when you are ready to scale beyond the free tier.
POST your first task following the API docs, then poll the task until the result is ready.
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "veo3",
"task_type": "veo3-video",
"input": {
"prompt": "A cinematic shot of waves rolling onto a golden beach at sunset",
"duration": "8s",
"resolution": "720p",
"aspect_ratio": "16:9",
"generate_audio": false
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run veo-3 \ prompt="A cinematic shot of waves rolling onto a golden beach at sunset" \ duration=8s \ resolution=720p \ aspect_ratio=16:9 \ generate_audio=false ✓ Task completed! https://img.theapi.app/ephemeral/…
Google Veo 3 คือโมเดล AI Veo 3 ขั้นสูงสำหรับการสร้างวิดีโอแบบภาพยนตร์
ใช้ endpoint ของ Veo AI API จาก PiAPI เพื่อส่งพรอมป์ตและรับวิดีโอที่สร้างขึ้น
Veo 3 โดดเด่นด้วยการสร้างเสียงแบบเนทีฟ ความสอดคล้องตามเวลา และการเคลื่อนไหวที่สมจริงยิ่งขึ้น
ได้ คุณสามารถควบคุมระยะเวลาและความละเอียดได้เมื่อเรียกใช้ Veo AI API
เหมาะ หลายทีมใช้การสร้างวิดีโอด้วย Veo สำหรับโฆษณา ตัวอย่างภาพยนตร์ และการทำภาพแนวคิด
ใช่ PiAPI รองรับ Veo 3.1 API เยี่ยมชมหน้า Veo 3.1 และเริ่มนำสถาปัตยกรรม Veo AI ไปใช้ในเวิร์กโฟลว์ของคุณได้เลยวันนี้
ใช่ PiAPI มี Veo 3 API ในโหมด Veo 3 fast สำหรับเวิร์กโฟลว์ที่รวดเร็ว
More questions? See the API docs.