feat(api): oasdiff OpenAI openAPI spec against ours

diff the `/v1/` routes that are OpenAI compatible against the OpenAI openAPI spec. This will of course only trigger on PRs where the spec is changed.

This will catch errors with new handwritten additions to our openAI compat routes.

Instead of fetching the OpenAPI spec from a dynamic URL, which could cause non-deterministic build failures,

this change uses a local copy stored at `docs/static/openai-spec-2.3.0.yml`.

This makes the conformance check fully reproducible and prevents CI failures caused by uncontrolled upstream changes.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-09-23 14:50:08 -04:00
parent b83184f7ef
commit 2b187cb309
3 changed files with 66760 additions and 0 deletions

66741
docs/static/openai-spec-2.3.0.yml vendored Normal file

File diff suppressed because it is too large Load diff