Video Generation
The video generation endpoint allows you to generate videos from text prompts. Simply provide a prompt describing the video you want to create. To see the list of models that support video generation, visit the Models page and filter by “Text to Video”.Video generation can take a few minutes to generate, depending on the model. So we recommend using the
run_fast parameter to speed up the process. We are working on async video generation, reach out at support@oxen.ai if you want early access.Parameters
- model: The model identifier to use for video generation (e.g.,
wan-2.2-t2v-fast) - prompt: Text description of the video you want to generate
- run_fast: Whether to use fast generation mode (optional, defaults to
true)