Skip to main content
GET
List the models agents can run on

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Headers

If-None-Match
string

Previously returned ETag. When it still identifies the current representation, the response is 304 with no body.

Response

Response body of GET /v1/models. Unlike the other catalogs this one is not stored per organization: it reflects the models currently available and is cached briefly, so a successful response can be slightly stale, and the operation returns 503 rather than an empty list when the model catalog cannot be read and nothing is cached.

Response body of GET /v1/models. Unlike the other catalogs this one is not stored per organization: it reflects the models currently available and is cached briefly, so a successful response can be slightly stale, and the operation returns 503 rather than an empty list when the model catalog cannot be read and nothing is cached.

items
object[]
required

Models agents can currently run on. Always an array and never null.