chore: update OpenAPI spec from monorepo (#252)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-15 16:01:52 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 0ecf2ef253
commit da19555f7f
+18
View File
@@ -11491,6 +11491,24 @@ components:
error: error:
description: Error message when the fusion run did not produce an analysis result. description: Error message when the fusion run did not produce an analysis result.
type: string 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: id:
type: string type: string
responses: responses: