Supported Endpoints
List Endpoints
GET
/
v0
/
endpoints
Lists available endpoints in model@provider
format.
If model
or provider
are specified, only the matching endpoints will be listed.
You can also show all custom endpoints 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
model
string
Model to get available endpoints for.
provider
string
Provider to get available endpoints for.