API ReferenceAudio & Others
Gemini format.
List the Gemini-compatible models available to the current API Key.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1beta/models"{
"models": [
{}
]
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}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.
OpenAI format.
List the OpenAI-compatible models available to the current API Key.