Skip to main content
GET
/
api
/
capabilities
List gateway capabilities
curl --request GET \
  --url https://litellm-rust.onrender.com/api/capabilities \
  --header 'Authorization: Bearer <token>'
{
  "providers": [
    "anthropic",
    "openai"
  ],
  "mcp_servers": [
    "<string>"
  ],
  "runtimes": [
    "local-opencode",
    "cursor"
  ]
}

Authorizations

Authorization
string
header
required

Your LITELLM_MASTER_KEY. Default for local Docker Compose: sk-local

Response

Providers, endpoints, MCP servers, and agents

providers
string[]
Example:
["anthropic", "openai"]
mcp_servers
string[]
runtimes
string[]
Example:
["local-opencode", "cursor"]