List models
GET/models
Lists the models available to the API key making the request. The id of each entry is the value to send as model in a chat completion.
Responses
- 200
- 401
- 429
The list of models.
Missing or invalid API key.
Rate limit exceeded. Wait for the number of seconds in the Retry-After header before retrying.
Response Headers
Retry-After
Seconds to wait before retrying.