The full OpenAPI 3.0 specification for the OpenAI-compatible surface is checked into the repo at
api/src/main/resources/juno-api.yaml.
Use it to:
Generate typed clients in languages other than the ones covered by the OpenAI SDKs.
Validate request and response bodies in CI.
Drive contract tests against a running coordinator.
The Juno-native endpoints (/v1/inference, /v1/inference/stream, /v1/cluster/health, and the
health/console routes) are not part of this OpenAPI document. See
Juno native API for those.
See also¶
<- 5.3 Error Handling | Table of Contents | 6.1 On-Prem Cluster ->