Model Adapters and Options
Rilo uses adapter modules to normalize model-specific inputs:
- text-to-image adapters
- image-to-video adapters
This allows swapping models without changing orchestration logic.
How options are applied
modelsselects which provider model is used per category.modelOptionsis resolved against the selected model metadata.- Unknown keys, invalid types, and out-of-range values are rejected.
Categories
textToText: script generation model optionstextToSpeech: voice and speech controlstextToImage: keyframe generation optionsimageTextToVideo: segment generation options
Recommended tuning workflow
- Start with default models and no overrides.
- Add one option at a time in
modelOptions. - Run a short project and inspect output quality and runtime.
- Save stable presets in project config for repeatability.
See: