Supported Endpoints
List Models
GET
/
v0
/
models
Lists available models. If provider
is specified,
returns the models that the provider supports.
You can also show all custom models by passing custom
as the provider.
Authorizations
Authorization
string
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
provider
string
Provider to get available models from.