Skip to main content
GET
Get Available Models

Get Available Models

Retrieve available AI models based on your API key permissions and user license.

Endpoint

Description

Retrieve available AI models based on your API key permissions and user license.

Authentication

Required: API Key

Parameters

Request

Basic Request

Filter by Provider

Response

Success Response (200)

Response Fields

Model Object

Restrictions Object

Filters Object

Error Responses

401 Unauthorized

429 Rate Limit Exceeded

Example Usage

JavaScript/Node.js

Python

Filter by Provider

cURL

LLM Buckets (Current)

The chat system classifies models into two execution buckets:
  • standard bucket
  • premium bucket
This reference is based on the active backend bucket mapping.

Standard Bucket

  • openai/gpt-oss-120b
  • openai/gpt-5-nano
  • google/gemini-3.1-flash-lite-preview
  • google/gemini-3-flash-preview
  • deepseek/deepseek-r1-distill-llama-70b
  • deepseek/deepseek-r1
  • deepseek/deepseek-v3.2
  • meta-llama/llama-3.3-70b-instruct
  • meta-llama/llama-4-maverick
  • meta-llama/llama-4-scout
  • mistralai/mistral-7b-instruct
  • mistralai/mistral-nemo
  • mistralai/ministral-14b-2512
  • mistralai/mistral-large-2512
  • x-ai/grok-3-mini
  • qwen/qwen3-235b-a22b-2507
  • qwen/qwen3-coder
  • qwen/qwen3-coder-next
  • qwen/qwen3.5-397b-a17b

Premium Bucket

  • anthropic/claude-3.7-sonnet
  • anthropic/claude-sonnet-4.6
  • anthropic/claude-opus-4.6
  • openai/o4-mini-high
  • openai/o4-mini
  • openai/gpt-5.2
  • openai/gpt-5.3-codex
  • openai/gpt-5.1
  • google/gemini-3.1-pro-preview
  • x-ai/grok-4

Available Providers

  • OpenAI
  • Anthropic
  • Google
  • Meta
  • Mistral
  • DeepSeek
  • xAI
  • Qwen

Notes

  • Models available depend on your subscription tier
  • Some models may be restricted based on your license
  • Use the provider filter to get models from specific providers
  • The response includes your current license tier and restrictions
  • API key restrictions (allowedModels) can further reduce the model list

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format. Example: Authorization: Bearer sk-your-api-key-here

Query Parameters

provider
string

Filter models by provider (e.g., 'openai', 'anthropic', 'google')

Response

List of available models

success
boolean
Example:

true

models
object[]
user_license
string
Example:

"Growth"

restrictions
object
filters
object