Skip to main content
GET
This endpoint is an alias to /v1/models/chat to maintain compatibility with most tools and SDKs.
List all models available through Requesty’s routing. This endpoint covers chat models only. For the other modalities use /v1/models/embedding, /v1/models/image, /v1/models/transcription, /v1/models/speech, or /v1/models/all for everything at once. Browse the full catalog interactively on the Model Library.

Authentication

Authentication is optional. The API key can be sent as either Authorization: Bearer YOUR_REQUESTY_API_KEY or X-Api-Key: YOUR_REQUESTY_API_KEY; both headers behave identically.

Authorizations

Authorization
string
header
required

API key for authentication

Response

List of available models

object
enum<string>
required

The object type, always 'list'

Available options:
list
data
object[]
required

The list of available models

Last modified on September 10, 2026