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.
| Method | Path | Summary | Request body | Success response |
|---|---|---|---|---|
GET | /v1/model-providers | List Model Providers | None. | 200 application/json: Page_ModelProviderResponse_ |
GET | /v1/models | List Models | None. | 200 application/json: Page_ModelResponse_ |
GET | /v1/models/{model_id_or_key} | Get Model | None. | 200 application/json: ModelResponse |
Loading API reference...