Gemini Omni 1.1 Flash
ข้อความเป็นวิดีโอภาพเป็นวิดีโอวิดีโอจากภาพอ้างอิง$0.03 ต่อ ส
Google Omni 1.1 Flash สร้างและแก้ไขวิดีโอจากอินพุตหลายรูปแบบ พร้อมการปรับแต่งแบบสนทนา การขยายวิดีโอ และการเพิ่มความละเอียดของภาพ
ข้อมูลอินพุต
โหมด
กรอกข้อมูลในช่องที่จำเป็นเพื่อดูราคา
Text To Video · 5s
เอาต์พุตขณะไม่ได้ใช้งาน
| ระยะเวลา | ความละเอียด | ประเภท | ราคา |
|---|---|---|---|
| output second | 360p | ภาพเป็นวิดีโอ | $0.03 / s |
| วิดีโอจากภาพอ้างอิง | $0.03 / s | ||
| ข้อความเป็นวิดีโอ | $0.03 / s | ||
| 720p | ภาพเป็นวิดีโอ | $0.1002 / s | |
| วิดีโอจากภาพอ้างอิง | $0.1002 / s | ||
| ข้อความเป็นวิดีโอ | $0.1002 / s | ||
| 1080p | ภาพเป็นวิดีโอ | $0.15 / s | |
| วิดีโอจากภาพอ้างอิง | $0.15 / s | ||
| ข้อความเป็นวิดีโอ | $0.15 / s | ||
| 4K | ภาพเป็นวิดีโอ | $0.30 / s | |
| วิดีโอจากภาพอ้างอิง | $0.30 / s | ||
| ข้อความเป็นวิดีโอ | $0.30 / s |
จุดสิ้นสุด
POST
https://pollo.ai/api/platform/v1/generation/google/gemini-omni-1-1-flash/videoโหมด
การตรวจสอบสิทธิ์
ระบุคีย์ API ของคุณในส่วนหัวคำขอ x-api-key
x-api-key: YOUR_API_KEYดูคีย์ APIส่งงาน
สร้างงานสร้างแบบจำลอง
ขอ
curl -X POST 'https://pollo.ai/api/platform/v1/generation/google/gemini-omni-1-1-flash/video' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"input": {
"prompt": "A close-up of raindrops rippling across a still pond in slow motion, natural daylight",
"aspectRatio": "16:9",
"duration": 5
}
}'การตอบสนอง (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}ตรวจสอบสถานะ
ตรวจสอบสถานะของงานเป็นระยะจนกว่ากระบวนการสร้างจะเสร็จสมบูรณ์
คำขอ HTTP
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYการตอบสนอง (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"credit": 12,
"costUsd": 0.12,
"generations": [
{
"id": "generation_01",
"createdDate": "2026-07-13T07:00:00.000Z",
"updatedDate": "2026-07-13T07:00:12.000Z",
"status": "succeeded",
"failMsg": null,
"url": "https://example.com/output.mp4",
"mediaType": "video"
}
]
}Webhook
สามารถใส่ webhookUrl เพื่อรับการแจ้งเตือนเมื่อภารกิจสำเร็จหรือล้มเหลวได้ (ถ้าต้องการ)
ช่องคำขอเพิ่มเติม (ไม่จำเป็น)
{
"input": {
"prompt": "A close-up of raindrops rippling across a still pond in slow motion, natural daylight",
"aspectRatio": "16:9",
"duration": 5
},
"webhookUrl": "https://example.com/webhooks/pollo"
}แผนผัง
ช่องป้อนข้อมูลสำหรับปลายทางและโหมดที่เลือก
| สนาม | ประเภท | ที่จำเป็น | คำอธิบาย |
|---|---|---|---|
| prompt | string | ใช่ | Text prompt describing the content to generate. |
| aspectRatio | string | เลขที่ | Output aspect ratio, as width:height (e.g. 16:9). |
| duration | integer | เลขที่ | The duration of the generated video, in seconds. |
| resolution | string | เลขที่ | Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive. |
ข้อผิดพลาด
รหัสตอบกลับ API สาธารณะทั่วไป
- 400
- ข้อมูลป้อนเข้าหรือข้อจำกัดของโมเดลไม่ถูกต้อง
- 401
- คีย์ API หายไปหรือไม่ถูกต้อง
- 403
- คีย์ API ไม่สามารถเข้าถึงได้
- 404
- ไม่พบแบบจำลองหรืองาน
เอกสารประกอบโมเดลจะออกมาเร็วๆ นี้