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.
Response Body
application/json
curl -X GET "https://example.com/v1beta/openai/models"{
"success": true,
"message": "string",
"data": null
}Retrieve details of the specified model.
Retrieve details of the specified model. 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.
Gemini format.
List the Gemini-compatible models available to the current API Key.