Gemini Omni Flash - Video Edit API: fal.ai's video-generation model, one key away
Gemini Omni Flash - Video Edit via the ApexApi gateway
Edit an existing video with a natural language instruction. Provide a source video up to 10 seconds and describe the change, for example "Make this video anime. Keep everything else the same." The output keeps the scene and length of the source. 720p output with audio. Call it through ApexApi's unified, OpenAI-compatible API with one `ak-` key, alongside every other model in the catalog. Pricing is $0.152–$1.37/sec per second, billed pay-per-use from your credit balance with no subscription.
Gemini Omni Flash - Video Edit is served through ApexApi's unified, OpenAI-compatible API. One key, one format, with smart routing and automatic failover. Provider: fal.ai.
Why Gemini Omni Flash - Video Edit
AI video generation
Text-to-video (and image-to-video where supported) via a simple async job.
Per-second pricing ($0.152–$1.37/sec)
Pay only for what you generate from your credit balance. No subscription.
OpenAI-compatible
Drop-in with any OpenAI SDK. Change the base URL and key, keep your code.
Specifications
- Modality
- video
- Context window
- —
- Max output
- —
- Streaming
- Yes
- Tool / function calling
- —
- Vision input
- —
Gemini Omni Flash - Video Edit pricing
- That makes it the 16th cheapest of the 32 video models we serve, ranked on output price.
- It runs 3.3× cheaper than Google Veo 3, the pricier option from the same maker.
Getting started with Gemini Omni Flash - Video Edit
OpenAI-compatible. Point your client at ApexApi, swap your key, and call it. No new SDK to learn.
import requests, time
job = requests.post(
"https://api.apexapi.dev/v1/videos/generations",
headers={"Authorization": "Bearer <YOUR_APEXAPI_KEY>"},
json={"model": "google/gemini-omni-flash/edit", "prompt": "A drone shot over a neon city at night", "duration": 5},
).json()
# Poll until the async job completes
while True:
res = requests.get(
f"https://api.apexapi.dev/v1/videos/generations/{job['id']}",
headers={"Authorization": "Bearer <YOUR_APEXAPI_KEY>"},
).json()
if res["status"] in ("completed", "failed"):
print(res)
break
time.sleep(3)Gemini Omni Flash - Video Edit use cases
What teams build with Gemini Omni Flash - Video Edit on ApexApi.
Short-form content
Generate clips for social, ads, and marketing.
Product & explainer
Turn prompts or images into motion for launches and demos.
Creative prototyping
Explore video concepts fast before a full production.
Gemini Omni Flash - Video Edit vs other models
How it compares, and on ApexApi you can switch between any of them with a single string change, same key, same endpoint.
Gemini Omni Flash - Video Edit vs Veo 3.1
Compare Gemini Omni Flash - Video Edit against this model on price, capabilities, and latency. A/B them with a single key on ApexApi.
Learn more about Veo 3.1 API →Gemini Omni Flash - Video Edit vs Seedance 2.0
Compare Gemini Omni Flash - Video Edit against this model on price, capabilities, and latency. A/B them with a single key on ApexApi.
Learn more about Seedance 2.0 API →Gemini Omni Flash - Video Edit API: FAQ
How do I call Gemini Omni Flash - Video Edit through ApexApi?
Create an ApexApi key, point your client at https://api.apexapi.dev/v1, and POST to /v1/videos/generations with the model set to `google/gemini-omni-flash/edit`. The API is OpenAI-compatible, so an existing OpenAI SDK works once you change the base URL and key.
How much does Gemini Omni Flash - Video Edit cost on ApexApi?
$0.152–$1.37/sec, billed per second with no subscription or minimum. The exact figure is shown before you generate, so nothing is charged against a price you have not seen.
What should I use instead of Gemini Omni Flash - Video Edit?
From the same maker, Veo 3.1 Fast costs less for lighter work and Google Veo 3 is the step up when this one falls short. Switching is one string: both run on the same endpoint and the same key, so there is nothing to re-integrate.
Ready to build with Gemini Omni Flash - Video Edit?
One API key. Every major AI model. Pay only for what you use.
Get your API key, free to start