From da19555f7fa062ed9d776cd9202d0192a8236aa5 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Fri, 15 May 2026 16:01:52 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#252) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 06322b2..01e4e3a 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -11491,6 +11491,24 @@ components: error: description: Error message when the fusion run did not produce an analysis result. type: string + failed_models: + description: >- + Models that were requested as part of the analysis panel but did not produce a response. Present when at + least one requested analysis model failed. The fusion result is still usable but was produced from a + degraded panel. + items: + properties: + error: + description: Error message describing why the model failed. + type: string + model: + description: Slug of the analysis model that failed. + type: string + required: + - model + - error + type: object + type: array id: type: string responses: