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.

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