Gateway
List models
GET
List configured model aliases
Authorizations
Your LITELLM_MASTER_KEY. Default for local Docker Compose: sk-local
Query Parameters
Optional runtime alias. When set, returns models available for that runtime.
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/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "anthropic/*",
"object": "model"
}
]
}Your LITELLM_MASTER_KEY. Default for local Docker Compose: sk-local
Optional runtime alias. When set, returns models available for that runtime.
curl --request GET \
--url https://litellm-rust.onrender.com/v1/models \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "anthropic/*",
"object": "model"
}
]
}