Gemini Omni 1.1 Flash
Teks ke VideoGambar ke VideoReferensi ke videoDari $0,03 / S
Google Omni 1.1 Flash menghasilkan dan mengedit video dari input multimodal dengan penyempurnaan percakapan, perluasan video, dan peningkatan resolusi.
Masukan
Mode
Lengkapi kolom yang wajib diisi untuk melihat harga.
Text To Video · 5s
Output idle tidak tersedia
| Durasi | Resolusi | Jenis | Harga |
|---|---|---|---|
| output second | 360p | Gambar ke Video | $0,03 / s |
| Referensi ke video | $0,03 / s | ||
| Teks ke Video | $0,03 / s | ||
| 720p | Gambar ke Video | $0,1002 / s | |
| Referensi ke video | $0,1002 / s | ||
| Teks ke Video | $0,1002 / s | ||
| 1080p | Gambar ke Video | $0,15 / s | |
| Referensi ke video | $0,15 / s | ||
| Teks ke Video | $0,15 / s | ||
| 4K | Gambar ke Video | $0,30 / s | |
| Referensi ke video | $0,30 / s | ||
| Teks ke Video | $0,30 / s |
Titik akhir
POST
https://pollo.ai/api/platform/v1/generation/google/gemini-omni-1-1-flash/videoMode
Autentikasi
Sertakan kunci API Anda di header permintaan x-api-key.
x-api-key: YOUR_API_KEYLihat Kunci APIKirim Tugas
Buat tugas pembuatan model.
Meminta
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
}
}'Respons (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}Periksa Status
Lakukan polling pada endpoint status tugas hingga proses pembuatan selesai.
Permintaan HTTP
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYRespons (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
Secara opsional, sertakan webhookUrl untuk menerima panggilan balik ketika tugas berhasil atau gagal.
Kolom permintaan opsional
{
"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"
}Skema
Kolom input untuk endpoint dan mode yang dipilih.
| Bidang | Jenis | Diperlukan | Deskripsi |
|---|---|---|---|
| prompt | string | Ya | Text prompt describing the content to generate. |
| aspectRatio | string | TIDAK | Output aspect ratio, as width:height (e.g. 16:9). |
| duration | integer | TIDAK | The duration of the generated video, in seconds. |
| resolution | string | TIDAK | Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive. |
Kesalahan
Kode respons API publik umum.
- 400
- Masukan atau batasan model tidak valid
- 401
- Kunci API hilang atau tidak valid
- 403
- Kunci API tidak memiliki akses
- 404
- Model atau tugas tidak ditemukan
Dokumentasi model akan segera hadir.