I was trying to pick a minimal provider setup before running one of the pipelines from the Pipelines section. The README links to docs/PROVIDERS.md, but it wasn't immediately clear which providers are actually needed for a given pipeline versus which ones are optional alternatives.
A small compatibility table in docs/PROVIDERS.md would make setup much less trial-and-error. Something like:
| Pipeline |
Required capabilities |
Supported providers |
Relevant env vars |
Even just marking required vs fallback providers would help avoid configuring unused keys, and it would make cost expectations clearer for pipelines that mix TTS, image generation, and video generation.
I was trying to pick a minimal provider setup before running one of the pipelines from the Pipelines section. The README links to
docs/PROVIDERS.md, but it wasn't immediately clear which providers are actually needed for a given pipeline versus which ones are optional alternatives.A small compatibility table in
docs/PROVIDERS.mdwould make setup much less trial-and-error. Something like:Even just marking required vs fallback providers would help avoid configuring unused keys, and it would make cost expectations clearer for pipelines that mix TTS, image generation, and video generation.