Skip to main content
GET
List the chat models available through Requesty’s routing. This endpoint is identical to GET /v1/models: it returns the same objects, including your aliases and routing policies. When authenticated with an API key, returns only the models approved for your organization. Without authentication, returns all publicly available models.

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