The Cloud API currently integrates with Replicate for image generation (seeDocumentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
devkit4ai/backend-api/app/integrations/replicate_ai.py). To plug in other providers:
- Implement new policies or services that emit the same events so projectors stay unchanged.
- Keep configuration in environment variables (
REPLICATE_API_TOKEN, etc.) so deployments remain configurable. - We will publish end-to-end instructions here once additional providers are supported in production.

