Skip to main content
GET
/
v1
/
models
List public models
curl --request GET \
  --url https://api.apiany.ai/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "nano-banana",
      "object": "model",
      "type": "image",
      "display_name": "Nano Banana",
      "status": "active",
      "owned_by": "APIAny.AI",
      "pricing": {},
      "parameters": {}
    }
  ],
  "object": "list"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Model list.

data
object[]
required
object
string
Example:

"list"