API ReferenceAudio & Others
OpenAI format.
List the OpenAI-compatible models available to the current API Key.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/models"{
"object": "list",
"data": [
{
"id": "modelsok-chat",
"object": "model",
"owned_by": "string",
"context_window": 128000,
"created": 0
}
]
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}