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
model
Fetch a single model by ID in format ‘provider/model-name’
provider
Filter by provider
vendor
Filter by vendor
cursor
Pagination cursor
limit
Page size
Response
Successful Response
PublicModelsListResponse
Paginated response wrapper for GET /v1/models. Use the next_cursor field to page through results when has_more is true.
OR
PublicModel
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