Skip to main content
GET
Typescript

Overview

List all available models from configured providers. Returns 300+ models across OpenAI, Anthropic, Google, xAI, DeepSeek, Mistral, Groq, Fireworks, and more. Each model includes structured metadata:
  • Capabilities — what the model can do (text, vision, tools, thinking, etc.)
  • Pricing — per-million-token cost in USD (input, output, cached input)
  • Token limits — context window and max output tokens
  • Routing — which upstream API and endpoints the model supports
  • Status — enabled, preview, or deprecated

Usage Examples

Response Fields

Fields that are null are omitted from the response. See Response Schemas for complete schema documentation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response for /v1/models endpoint.

data
Model · object[]
required

List of available models

object
string
default:list

Response object type

Allowed value: "list"
Last modified on April 21, 2026