From 6ceb25ca84a6b684b635ca75b316e3f3c1a3f3b6 Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Tue, 26 May 2026 20:08:49 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#275) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 87f3f3a..4d50019 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -14089,11 +14089,20 @@ components: model: description: Slug of the analysis model that failed. type: string + status_code: + description: HTTP status code from the upstream response, when available (e.g. 402, 429). + type: integer required: - model - error type: object type: array + failure_reason: + description: >- + Typed failure reason when the fusion run failed. Possible values include: all_panels_failed, + insufficient_credits, rate_limited, judge_not_valid_json, judge_schema_mismatch, judge_upstream_error, + judge_empty_completion. + type: string id: type: string responses: