Models

The available models are whatever GET /v1/models returns right now; the catalog below lists the commonly used model IDs.

Available model IDs28 models

OpenAIGPT6

  • gpt-6-astra
  • gpt-5.6-sol
  • gpt-5.6-terra
  • gpt-5.6-luna
  • gpt-5.5
  • gpt-5.4

ClaudeClaude8

  • claude-opus-5
  • claude-fable-5
  • claude-sonnet-5
  • claude-opus-4-8
  • claude-opus-4-7
  • claude-opus-4-6
  • claude-sonnet-4-6
  • claude-haiku-4-5

GeminiGemini6

  • gemini-3.8-flash
  • gemini-3.7-flash
  • gemini-3.6-flash
  • gemini-3.5-flash-lite
  • gemini-3.1-pro-preview
  • gemini-3.1-flash-lite-preview

DeepSeekDeepSeek4

  • deepseek-flash
  • deepseek-v4-flash-vision-exp
  • deepseek-v4-pro
  • deepseek-v4-flash

ZhipuGLM3

  • glm-5.3-flash
  • glm-5.3
  • glm-5.2

GrokGrok1

  • grok-4.6

Models API standard

GET /v1/models returns every model you can call, and its spelling of model IDs is authoritative; see List models. IDs with a [1M] suffix are long-context variants of the same model; see 1M context.

API response schema

One entry per model: id (the ID to use in requests), object (always model), and owned_by (the vendor).

Model pricing

Prices come from GET /v1/models/pricing; see Get model pricing, or the pricing page on the web.

Ready? Three steps to startLog in to the console · top up · create an API key
DiscordGet community help instantly
Models · Docs