Skip to main content
GET
List every model Requesty routes to, across all modalities, in a single response. Each entry is the same object its modality specific endpoint returns, and the api field (chat, embedding, image, transcription or speech) tells them apart.

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 across every modality. Use the api field to tell the entries apart.

Last modified on September 10, 2026