Skip to main content
ExuluDefaultProviders is a nested object containing ready-made ExuluProvider instances for the most commonly used models. Each entry is a fully configured provider that you can pass directly to ExuluApp.create() or reference when building an agent’s model list in the platform UI. The accessor path matches the provider key in the docs: ExuluDefaultProviders.<vendor>.<accessor>.

Providers

Anthropic

Cerebras

Cerebras providers require a Cerebras API key configured as the provider credential in the platform. The provider field is "custom".

Google Vertex

Vertex providers require a Google Cloud service-account JSON as the provider credential. See the authentication note in the platform’s provider settings.

OpenAI

Example

Notes

  • Each default provider has a stable id (e.g. claude_sonnet_4_5_provider) that IMP stores in the database when a user selects it. Do not change the id without a migration.
  • You can mix default providers with custom ExuluProvider instances in the same array.
  • Model IDs in this table reflect the source at the time of the installed @exulu/backend version. Check the platform’s model admin page for live availability.