Api reference
List models
Returns the models and capabilities available to the authenticated project.
Returns the models and capabilities available to the authenticated project.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/models"{ "data": [ { "id": "nano-banana-pro", "name": "string", "type": "image", "capabilities": [ "string" ] } ]}{ "code": 0, "message": "string"}