Skip to main content
GET
/
v1
/
loops
/
capabilities
cURL
curl --request GET \
--url https://api.baseten.co/v1/loops/capabilities \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "supported_models": [
    {
      "model_name": "<string>",
      "max_context_length": 123
    }
  ]
}

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

Authorization
string
header
required

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.

supported_models
SupportedModelV1 · object[]
required

List of models available on the server.