SnozeDevelopers
API referenceAi

List the featured AI models

Returns the curated model catalog the picker offers, each entry carrying its label, icon, relative allowance cost multiplier, speed and intelligence ratings, and whether it accepts image input. No authentication: this operation carries no auth middleware and the catalog is a static, workspace-independent list.

GET
/v1/ai/models

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/ai/models"
{  "data": [    {      "id": "string",      "label": "string",      "icon": "string",      "group": "frontier",      "vision": true,      "disabled": true,      "costX": 0,      "description": "string",      "speed": 0,      "intelligence": 0,      "effortLevels": [        "minimal"      ],      "tier": "A"    }  ]}