APIReference

Models API

Generated OpenAPI reference for the Models API surface.

Overview

Models endpoints are part of the public Everyn API. Product model catalog. Reads require job_specs:read; job-spec create/update still validates model IDs against this catalog.

Endpoints

The generated OpenAPI component below contains request parameters, request bodies, response bodies, status codes, and schemas for this tag.

Endpoint summary for quick scanning before using the generated reference:

Failures use the PublicErrorEnvelope shape with an X-Request-Id header. Most endpoints below return 400, 401, 403, 404, 409, 422, 429; the few that differ list their own statuses in the table, which otherwise shows only success responses. See API errors for the envelope and recovery patterns.

MethodPathSummaryRequest bodySuccess response
GET/v1/model-providersList Model ProvidersNone.200 application/json: Page_ModelProviderResponse_
GET/v1/modelsList ModelsNone.200 application/json: Page_ModelResponse_
GET/v1/models/{model_id_or_key}Get ModelNone.200 application/json: ModelResponse

Loading API reference...