Every model now ships an OpenAPI schema
API
Every model now ships an OpenAPI schema
- Every model exposes an OpenAPI 3.0 schema at
GET /v1/models/{slug}/schemas/openapi, and its inputs and outputs render as a typed reference in the model page's API tab. - The machine-readable schema plugs straight into code generators, validators, and API explorers, while the same schema drives the human-readable reference (types, required flags, defaults, enum values, ranges).
- Coverage is automatic and always in sync: both the endpoint and the API tab are derived from each model's request schema, so there's nothing to author or maintain per model.