LLM Gateway
Workspace model catalog, usage, and virtual keys via LiteLLM — inference stays off the Control Plane data path.
The LLM Gateway page manages workspace-scoped model catalogs, usage, and virtual API keys. Inference goes to LiteLLM directly; Control Plane is not in the token data path.
Pillar #13· LLM Gateway✅ Live
What you can do
- Browse the Groundfloor model catalog (and BYO models when provider keys exist in Secrets, for example
OPENAI_API_KEY) - Mint or rotate a workspace virtual key (shown once — store it as
LITELLM_API_KEYin Secrets) - View usage for the last 7 days (compute units, tokens, completions)
Prerequisites
- LiteLLM available in the environment
- Workspace selected in the top navigation picker
Portal location
Sidebar → Build → LLM Gateway
Use from apps
Federated apps should call the gateway with the workspace virtual key. See Shell LLM Gateway.
Related API
GET /v1/workspaces/{id}/llm/models— catalogGET /v1/workspaces/{id}/llm/usage— usage summaryPOST /v1/workspaces/{id}/llm/virtual-key— mint / rotate virtual key
Related
- Secrets — store virtual and provider keys
- Quotas — plan limits
- Shell LLM Gateway