Skip to main content
GET
cURL
This endpoint is in beta. The request and response structure may change before it’s generally available.

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Query Parameters

name
string | null

When set, returns only models with this exact name, if any. On a team-scoped route this matches at most one model; on the org-wide route it may match models in multiple teams, since names are unique only within a team.

Response

200 - application/json

A list of models.

models
ModelV1 · object[]
required