API Reference

List models

List available models for the authenticated project.

GET /v1/models

Query

FieldTypeDescription
kindstringOptional filter: image, video or audio.

Response

{
  "data": [
    {
      "id": "nano-banana-2",
      "name": "Nano Banana 2",
      "kind": "image",
      "unit": "image",
      "prices": { "default": 11 },
      "capabilities": { "ratios": ["1:1", "16:9", "9:16"] },
      "min_plan": "entry"
    }
  ],
  "defaults": { "create_image": "nano-banana-2" }
}