Models

Model discovery endpoints

gethttps://app.meingpt.com/api/models/v1

List available models

Returns metadata for models enabled for your organization. Use the `id` field as the model name in chat completion requests.

🔒 ApiKeyAuth

Parameter

ParameterInTypBeschreibung
Authorization*headerstringAPI key for authentication. Use 'Bearer <your-api-key>' format.

Responses

200List of available models with metadata
FeldTypBeschreibung
modelsArray<Model>
400Missing API key
FeldTypBeschreibung
statusstring
messagestring
401Invalid API key
FeldTypBeschreibung
statusstring
messagestring
403Subscription expired
FeldTypBeschreibung
statusstring
messagestring
Was this page helpful?