Providers
In Admin, open Inference → Providers. A Provider represents one upstream service account. Each record contains OpenAI-compatible, Anthropic, and Gemini endpoints, one upstream API key, and an active / disabled status. Create multiple Providers when you have multiple accounts at the same vendor.

What to do in Admin
Section titled “What to do in Admin”- In the sidebar under Inference, open Providers.
- Create or edit: set the display name, per-protocol endpoints (
baseor full capability URLs — follow upstream docs for/v1paths), one API Key, status, and optional notes. - Multiple accounts: create one Provider per vendor account, then add multiple Upstream Targets to the same Route Pool. Configure priority, weight, and distribution strategy under Routing.
- Import from catalog: use the built-in catalog to pre-fill endpoints; you still need a valid API Key. For Images, confirm generations (and edits when needed); see Images.
- After saving, go to Routing to bind models to this vendor and protocol; use Playground or Simulator to validate connectivity.
Gemini Generate Content
Section titled “Gemini Generate Content”For standard Gemini services, set the Base URL to the path immediately before {model}, for example https://generativelanguage.googleapis.com/v1beta/models. For a non-standard upstream, use one Advanced models.generate template such as https://example.com/v1beta/models/{model}:{action}; {action} resolves to generateContent or streamGenerateContent at runtime. Legacy per-action templates remain readable, but new configuration should use the unified template.
- Wrong base URLs / endpoints often show up as 404/401 — double-check upstream docs.
- This screen does not include a one-click connectivity test; validate via routes + Playground / Simulator.
- When the upstream rotates a key, replace it here. Use multiple Providers and Route Targets for gradual cutover or backup accounts.
Automation
Section titled “Automation”For bulk changes from your backend, use the admin HTTP API — see the GitHub technical reference.