OpenAI-Compatible API
List Models (OpenAI)
List available models via the OpenAI-compatible endpoint
GET
List Models (OpenAI)
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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
Bearer token:
Bearer YOUR_API_KEYResponse
Always
"list".Array of model objects:
id— model identifier (same as the name used in API calls)object—"model"created— Unix timestampowned_by—"ajstudioz"
