← Back to all models
Models
omni_flash_abra_edit
Video
Omni video editing, per-resolution · per-call.
POST/v1/videos
- Modes
- video editing
- Size
- 16:9 or 9:16 (from size orientation)
- Seconds
- —(from source video)
- Refs
- optional, up to 5
- Billing
- per resolution · per call (tier 720p/1080p)
Model notes
- Video-edit model: metadata.source_video_url (a public source-video URL) is required.
- Source video size limit: 20 MB.
- reference_images optional, up to 5.
- tier sets resolution and billing (720p / 1080p); billed per resolution · per call.
Request example
json
{
"model": "omni_flash_abra_edit",
"prompt": "make the sky a sunset orange",
"tier": "720p",
"metadata": { "source_video_url": "https://.../clip.mp4" }
}