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

Last modified on August 7, 2026