Skip to main content
Each row below is a Hugging Face repo ID you can pass as base_model when starting a Loops run, along with the maximum supported sequence length and whether the model accepts vision-language input. Baseten adds rows as it validates new models end to end.

Models

List supported models

Query the /v1/loops/capabilities endpoint for the current list of base models, their maximum sequence lengths, and whether they support vision-language input:
The endpoint lists the base models your workspace has access to, so its response is the source of truth for what you can pass as base_model, even where it differs from the table above. See GET /v1/loops/capabilities for the full route reference.

Pass a model to Loops

Pass the table value verbatim as base_model through any of the following entry points: The minimal HTTP call provisions a trainer against an existing session. Replace 2qjl22w with the session.id returned by POST /v1/loops/sessions:
For the full request body and response shape, see the Loops API reference.

Request a model

To request a base model that isn’t listed, contact support.