Video generation API
Gemini Omni
Google Gemini Omni Flash — multimodal video generation with T2V, I2V, reference, and video editing.
Provider: Google7 models
Available models
| Model key | Display name | Capability | Atlas Cloud slug |
|---|---|---|---|
gemini_omni_flash_t2v | Gemini Omni Flash T2V | text-to-video | google/gemini-omni-flash/text-to-video |
gemini_omni_flash_i2v | Gemini Omni Flash I2V | image-to-video | google/gemini-omni-flash/image-to-video |
gemini_omni_flash_ref2vid | Gemini Omni Flash Ref2Vid | reference-to-video | google/gemini-omni-flash/reference-to-video |
gemini_omni_flash_vid_edit | Gemini Omni Flash Video Edit | video-edit | google/gemini-omni-flash/video-edit |
gemini_omni_flash_t2v_dev | Gemini Omni Flash T2V Dev | text-to-video | google/gemini-omni-flash/text-to-video-developer |
gemini_omni_flash_i2v_dev | Gemini Omni Flash I2V Dev | image-to-video | google/gemini-omni-flash/image-to-video-developer |
gemini_omni_flash_ref2vid_dev | Gemini Omni Flash Ref2Vid Dev | reference-to-video | google/gemini-omni-flash/reference-to-video-developer |
Endpoint
POST /api/generateRequest body
| Parameter | Type | Required | Description |
|---|---|---|---|
modelKey | string | ✓ | One of the model keys listed above |
prompt | string | ✓ | Text description of the image to generate |
inputUrl | string | Input image URL (for edit/i2i models) | |
aspectRatio | string | "1:1", "16:9", "9:16", etc. | |
imageQuality | string | "Low", "Medium", "High" | |
styleRef | string | string[] | Style reference image URL(s) | |
charRef | string | string[] | Character reference image URL(s) | |
brandId | string | Brand DNA ID for brand-consistent generation |
Code example
curl -X POST https://api.oyefilmy.com/api/generate \
-H "Authorization: Bearer of_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"modelKey": "gemini_omni_flash_t2v",
"prompt": "A smooth camera pan through a modern art gallery with abstract sculptures"
}'Response
{
"success": true,
"predictionId": "pred_abc123...",
"status": "processing",
"model": "google/gemini-omni-flash/text-to-video",
"creditCost": 5
}Gemini Omni Flash uses Google's multimodal architecture. Developer variants have relaxed safety filters for creative use cases.

