Models Hub
API ReferenceAudio & Others

List models via the Gemini OpenAI-compatible path.

List models via the Gemini OpenAI-compatible path. This endpoint is derived from the current new-api router code and returns a unified management API response; the specific `data` structure varies by business object.

Edit this page
GET
/v1beta/openai/models

Response Body

application/json

curl -X GET "https://example.com/v1beta/openai/models"
{
  "success": true,
  "message": "string",
  "data": null
}