RodiumAi docs
Core concepts

Video generation

Same gateway auth as chat. Video jobs can take several minutes — use a long timeout.

POSThttps://api.rodiumai.io/v1/videos/generations

Call POST /v1/videos/generations with a Veo model id. The OpenAI JS/Python SDK may not expose videos.generate yet, so examples use cURL, fetch, and httpx with the same Bearer key.

Examples

Request parameters

ParameterTypeRequiredDescription
modelstringRequiredVideo model id (e.g. google/veo-3.1-generate-preview).
promptstringRequiredText description of the video to generate.
duration_secondsnumberOptionalClip length in seconds (alias: seconds). Default 8.
aspect_ratiostringOptionalOptional aspect ratio when supported (e.g. "16:9").

API reference: videos