Models
List models
This endpoint mimics the OpenAI models endpoint format, returning a list of available models with their associated metadata. Each model includes standard OpenAI-compatible fields to ensure compatibility with existing OpenAI client libraries.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.