List Models
API Endpoints
List Models
Retrieve a list of models currently available in the Mibyan API.
GET
List Models
Retrieves the list of models currently available in the Mibyan API. This endpoint is fully compatible with the OpenAI Models API.
Request Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Must be set to Bearer <your-api-key> (starts with mb-). |
x-mibyan-api-key | string | No | Alternative way to pass your API key. |
Response Body
The object type, always
list.A list of model objects.
