---
title: "Gets Loops server capabilities"
method: GET
path: "/v1/loops/capabilities"
---

# Gets Loops server capabilities

`GET /v1/loops/capabilities`

Returns the list of models supported by the Loops server, including each model's maximum context length and whether it supports vision-language inputs.

## Response `200`

- GetLoopsCapabilitiesResponseV1 — Response for ``GET /v1/loops/capabilities``.
  - `supported_models` SupportedModelV1[], required — List of models available on the server.
    - `model_name` string, required — The name of the supported model.
    - `max_context_length` integer, required — The maximum context length (in tokens) supported by this model.
    - `supports_vision_language` boolean, required — Whether the model accepts image inputs alongside text.

---

[API](https://skmtc.net/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.net/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/versions/a55a2f64c3c5/schema)
