List public models or fetch a single model

List all available public models. Supports filtering by provider or vendor, or fetching a single model by query parameter with ?model=<provider/model-name>.

Query parameters

modelstringOptional

Fetch a single model by ID in format ‘provider/model-name’

providerstringOptional
Filter by provider
vendorstringOptional
Filter by vendor
cursorstringOptional
Pagination cursor
limitintegerOptional1-500Defaults to 50
Page size

Response

Successful Response
PublicModelsListResponseobject

Paginated response wrapper for GET /v1/models. Use the next_cursor field to page through results when has_more is true.

OR
PublicModelobject

A canonical model in Merge Gateway’s catalog. Identified by model (fully-qualified provider/model ID) and exposes the set of vendors that can execute it, each with its own capabilities, context window, pricing, and ZDR flag.

Errors

422
Unprocessable Entity Error