Appearance
Genviral
Genviral (/media/genviral) is a Studio AI video generator that routes prompts to underlying video models such as Sora and Seedance. Provide a prompt and a model from the live catalog, and it returns a short-form video.
Where to configure
Configure your Genviral Partner API key under Settings → Media. The key is a single public_id.secret Bearer token. See Settings for provider setup.
Tabs / operations
| Tab | Operation | Key fields | Produces |
|---|---|---|---|
| Prompt → Video | Video | Model, prompt, source image (optional), audio track (optional), negative prompt, aspect ratio, duration, fps, generate audio | Short-form video |
Generation flow
Genviral video generation is async. The studio submits the job to Genviral's Partner API and the render queue polls for completion via the shared poll cron. When the status becomes succeeded, the video lands in /files and can be opened in the Designer or posted. See Media Studios overview for the common flow.
Caveats
- A model is required. The model dropdown is populated live from Genviral's
/studio/modelscatalog; the combobox also accepts any typed model id, so the catalog never blocks a render. - There is no completion webhook; jobs rely on the
media-jobs-pollcron, like Runway. - Resolution, duration, fps, aspect ratio, and
generate_audioare nested under aparamsobject server-side; optional media inputs (image_url,audio_url) andnegative_promptride at the top level. - Genviral supports video only — no image or audio-only generation.
Related docs
- Media Studios overview — the shared render-queue and hand-off flow.
- Settings — configuring media providers.
Verified against v1.0.0