System
Capabilities
GET
List gateway capabilities
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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"
]
}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"
]
}