Models Hub
API ReferenceAudio & Others

Gemini format.

List the Gemini-compatible models available to the current API Key.

Edit this page
GET
/v1beta/models

Response Body

application/json

application/json

curl -X GET "https://example.com/v1beta/models"
{
  "models": [
    {}
  ]
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}