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 theidwithout a migration. - You can mix default providers with custom
ExuluProviderinstances in the same array. - Model IDs in this table reflect the source at the time of the installed
@exulu/backendversion. Check the platform’s model admin page for live availability.
Related
- ExuluProvider — introduction: build and configure custom providers.
- Administration / Models: manage model access and API keys in the platform.