ai

GET /v1/ai/models

The live model catalogue.

All ai endpoints

Authentication

Send an API key as a bearer token. The key must carry the links.view permission; a key without it is refused with 403, not 404.

This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.

Try it

Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.

curl -X GET https://api.zinndigital.com/v1/ai/models \
  -H "Authorization: Bearer zdk_live_…"

Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console

Details

Models read from each provider's own endpoint and **proven against our prompts** before being offered. ⚖️ Owner instruction 2026-08-20: *"auto update of the latest models they release so it stays up to date … and it must test it works with our system and prompts."* ⛔ Returns `verified` models only unless `status=all` is passed. A `discovered` row has been listed by the provider and never called by us; offering one is how a customer's scheduled run fails on a model nobody has ever tried. Requires `links.view`.

Parameters

NameTypeRequiredWhat it is
provider (query)AiProviderCodeNo
modality (query)string<text, image>No
status (query)string<all>No`all` includes discovered and failed models. Omit for verified only.

Response

NameTypeRequiredWhat it is
dataAiModel[]Yes

Errors this endpoint can return

401 · 403 · 429