Skip to main content
Contact your Account Executive at 2501 for the complete list of supported providers, models, and their configuration details.

Configuration Steps

1. Add API Key

Edit your env.engine file and add the API key for your provider.

2. Enable Feature Toggle

Feature toggles control which providers are active. Contact your Account Executive for instructions on enabling providers for your deployment.

3. Restart Engine

2501-infra deploy --restart

Setting Tenant Models

When creating a tenant, specify the LLM and multimodal models:
2501-infra tenant create \
  --name "My Company" \
  --llm-model "<your-llm-model>" \
  --multimodal-model "<your-multimodal-model>" \
  --timezone "Europe/Paris"
All providers are disabled by default. You must enable the feature toggle AND add the API key for a provider to function.