Models
Authorizations
AuthorizationstringRequired
API key in Authorization header using Bearer .
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Max number of models.
100offsetintegerOptionalDefault:
Number of models to skip.
0containerany ofOptional
Container ID or label to filter models by. Container-scoped results include attached models and may also include the effective default model when it is globally scoped.
stringOptional
nullOptional
Responses
200
Successful Response
application/json
objectconst: listOptionalDefault:
Object type identifier.
listtotalintegerRequired
Total number of items available for this resource.
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
422
Validation Error
application/json
429
Too Many Requests
application/json
500
Internal Server Error
application/json
501
Not Implemented
application/json
503
Upstream Unavailable
application/json
get
/v1/modelsLast updated