From 4c5911ffeeaa7ab53b63e6d985ed870594343bfe Mon Sep 17 00:00:00 2001 From: robert-j-y <212159665+robert-j-y@users.noreply.github.com> Date: Wed, 13 May 2026 13:33:16 -0700 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#243) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 2f15413..85ec720 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -6347,6 +6347,7 @@ components: analysis_models: - ~anthropic/claude-opus-latest - ~openai/gpt-latest + - ~google/gemini-pro-latest enabled: true id: fusion model: ~anthropic/claude-opus-latest @@ -6356,10 +6357,11 @@ components: Slugs of models to run in parallel as the "expert panel" the judge analyzes. Each model receives the same user prompt with web_search + web_fetch enabled. Capped at 8 models to bound cost amplification. When omitted, defaults to the Quality preset from the /labs/fusion UI (~anthropic/claude-opus-latest, - ~openai/gpt-latest). + ~openai/gpt-latest, ~google/gemini-pro-latest). example: - ~anthropic/claude-opus-latest - ~openai/gpt-latest + - ~google/gemini-pro-latest items: type: string maxItems: 8 @@ -6407,6 +6409,7 @@ components: analysis_models: - ~anthropic/claude-opus-latest - ~openai/gpt-latest + - ~google/gemini-pro-latest properties: analysis_models: description: >- @@ -6417,6 +6420,7 @@ components: example: - ~anthropic/claude-opus-latest - ~openai/gpt-latest + - ~google/gemini-pro-latest items: type: string maxItems: 8