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. When authenticated with an API key, returns only the models approved for your organization. Without authentication, returns all publicly available models. 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.

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 August 7, 2026