Samplers
Get a sampler
Fetch a Loops sampler by ID.
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.
Path Parameters
Response
200 - application/json
Response for GET /v1/loops/samplers/<sampler_id>.
The Loops sampler.
Previous
List checkpointsList Loops checkpoints filtered by run id, base model, or bt:// URI. Provide exactly one filter.
Next
cURL