Skip to main content
GET
/
models
cURL
curl 'https://api.gumloop.com/api/v1/models?team_id=YOUR_TEAM_ID' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "model_groups": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Query Parameters

team_id
string

Scope model availability to a specific team. When omitted, uses the authenticated user's default organization.

Response

Model groups available to the caller.

model_groups
object[]

Groups of available models. The shape of each group is open and may evolve; treat it as a passthrough payload for the model picker.