Server
Get server capabilities
Returns the list of models supported by the Loops server, including each model’s maximum context length.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
Response for GET /v1/loops/capabilities.
List of models available on the server.
Previous
Create groupCreate a Frontier Gateway group with its model set, per-model limits, and a place in the hierarchy.
Next
cURL