Skip to main content
Models and providers are managed per tenant in a catalog in Command Center. At deploy time, the installer gives you a head start by seeding that catalog from the API keys already present in your engine environment. After the initial seed, ongoing management moves to the UI. Contact your Account Executive at 2501 for the complete list of supported providers and models.

Seeding at Deploy Time

When you deploy, the installer detects provider API keys present in the engine environment and offers to seed matching catalog providers and models for you. Accept the prompt to create those providers and models in the tenant catalog automatically. After this initial seed, you manage providers and models in Command Center under Settings > Providers and Settings > Models. From there you can add providers, point at custom or Azure endpoints, enable or disable models, set pricing, and run performance tests, all without restarting the engine. See Models & Providers for the full catalog reference.
Existing model configurations are preserved on upgrade. Per-provider feature toggles have been removed; whether a provider or model is available is now controlled by its Enabled toggle in the catalog.

Setting Tenant Models

When creating a tenant, specify the default LLM and multimodal models:
2501-infra tenant create \
  --name "My Company" \
  --llm-model "<your-llm-model>" \
  --multimodal-model "<your-multimodal-model>" \
  --timezone "Europe/Paris"
You can change these defaults later in Command Center under Settings > Tenant, choosing from the catalog’s enabled models.