Providers

Where every LLM provider is configured and its credentials live. Apps never hold provider keys, only an Atlas key. The gateway dispatches on the dialect and base URL set here, so adding a provider is a row rather than a release — paste a real API key, it's encrypted at rest, and the gateway decrypts it per-request.

Add a provider
Type the name. Atlas reads the provider's documentation for its base URL, then proves the rest by calling it — the dialect, the token field and the model list all come from real responses, never from a guess.
Anything speaking the OpenAI, Anthropic or Google chat API works without a code change — press Enter to search.
Anthropic
anthropichttps://api.anthropic.commax_tokens
Active
A key is stored (encrypted) for this provider.
Google
googlehttps://generativelanguage.googleapis.com/v1betamax_tokens
Active
A key is stored (encrypted) for this provider.
Local
openaino base URLmax_tokensno key required
Paused
No key configured yet — the gateway will return a "not connected" error for this provider until one is added.
OpenAI
openaihttps://api.openai.com/v1max_completion_tokens
Active
A key is stored (encrypted) for this provider.