Skip to main content
GET
List Models (OpenAI)

Overview

Returns a list of all available models in the OpenAI-compatible format. This endpoint works with any tool that expects the OpenAI /v1/models format.

Request

Headers

string
required
Bearer token: Bearer YOUR_API_KEY

Response

string
Always "list".
array
Array of model objects:
  • id — model identifier (same as the name used in API calls)
  • object"model"
  • created — Unix timestamp
  • owned_by"ajstudioz"

Examples