LLM providers
Configuring external LLM providers and their model registries.
LLM providers are the AI services that power the research, synthesis, scoring, and outreach generation in Client Path. You configure them in Settings > LLM providers. Admin or owner role is required.
Supported provider kinds
| Kind | Description |
|---|---|
| OpenAI-compatible | Any API following the OpenAI chat completions format (OpenAI, Together AI, Groq, etc.) |
| Anthropic | Anthropic's Claude models via their native API |
| Vercel AI Gateway | Route requests through Vercel's AI gateway for multi-provider load balancing |
| Ollama | Self-hosted models via the Ollama runtime |
| AWS Bedrock | Models via Amazon Bedrock |
| Azure OpenAI | OpenAI models deployed on Azure |
Adding a provider
- Go to Settings > LLM providers.
- Click Add provider.
- Select the provider kind.
- Enter a name (for your own reference).
- Enter the API key. Keys are encrypted at rest and shown only as the last four characters after saving.
- For OpenAI-compatible providers, enter the base URL.
- Add at least one model to the provider's model registry. Each model needs a model ID (the identifier the API uses, for example
gpt-4o) and a display name. - Click Save.
The provider is now available for use in LLM routing.
Data residency
Some providers process your prompts outside the country or region where your data is hosted. When you add a provider, you are asked to acknowledge data residency implications. This acknowledgement is logged with the timestamp and your user identity.
API key security
API keys are encrypted before storage. The application never logs the full key. You can rotate the key at any time by editing the provider and entering a new value.
Default provider
You can mark one provider as the default. The default provider is used when no routing rule specifically assigns a task to a different provider.
Archiving a provider
To remove a provider without deleting its audit history, archive it. Archived providers are excluded from routing but their historical usage data is retained.
See also: LLM routing, LLM audit.