Use this recipe when you have not picked a video model yet and want a repeatable way to choose one before you submit paid jobs.Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
Goal
- Find active public video models.
- Filter by the input and output shape you need.
- Check provider coverage and pricing before submitting a job.
1. Fetch the video model catalogue
Use the dedicated video models endpoint instead of hard-coding a provider-specific list.modelnamestatusinput_typesoutput_typessupported_paramsproviderspricing
2. Narrow the list by workflow shape
Before choosing the model, write down the minimum requirements for the workflow. Examples:- text-to-video only
- image-to-video or first-frame input
- audio generation required
- duration and aspect-ratio controls
- one specific provider or region
3. Check the parameters you actually need
Do not select the model only on brand or leaderboard familiarity. Check whether the model surface exposes the controls your request will rely on. Common examples:durationaspect_ratioresolutionseedgenerate_audioinput_references- provider-specific settings through
provider_params
4. Check provider and pricing coverage
For production use, also check:- which providers expose the model
- whether the model is active publicly
- whether pricing is fixed, per-second, or provider-dependent
5. Save the chosen model in one config layer
After you decide, store the chosen model in one place:- a preset
- one config file
- one environment-owned mapping