Models
Model discovery endpoints
GET
/models/v1Authorization
ApiKeyAuth Authorization<token>
API key for authentication. Use 'Bearer ' format.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://app.meingpt.com/api/models/v1"{
"models": [
{
"id": "string",
"name": "string",
"provider": "string",
"family": "string",
"hostingLocation": "EU",
"contextWindow": 0,
"capabilities": [
"string"
],
"useCases": [
"chat"
],
"quality": 0,
"speed": 0,
"infoUrl": "string"
}
]
}{
"status": "error",
"message": "string"
}{
"status": "error",
"message": "string"
}{
"status": "error",
"message": "string"
}