Gemini Omni 1.1 閃光燈
文字轉視頻圖像轉視頻影片參考$0.03 起/ s
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模式
驗證
在 x-api-key 請求標頭中傳遞您的 API 金鑰。
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
- 未找到模型或任務
載入中…