Skip to content

Commit 0aa6eab

Browse files
robert-j-yOpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#248)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 205749a commit 0aa6eab

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

‎.speakeasy/in.openapi.yaml‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,6 +6390,15 @@ components:
63906390
enum:
63916391
- fusion
63926392
type: string
6393+
max_tool_calls:
6394+
description: >-
6395+
Maximum number of tool-calling steps each panelist (analysis model) and the judge model may take during
6396+
their agentic web-research loop. Models with web_search/web_fetch enabled iterate until they produce a text
6397+
response or hit this ceiling. Defaults to 8. Capped at 16.
6398+
example: 12
6399+
maximum: 16
6400+
minimum: 1
6401+
type: integer
63936402
model:
63946403
description: >-
63956404
Slug of the model that performs both the judge step (with web_search + web_fetch) and the final synthesis.
@@ -6442,6 +6451,15 @@ components:
64426451
maxItems: 8
64436452
minItems: 1
64446453
type: array
6454+
max_tool_calls:
6455+
description: >-
6456+
Maximum number of tool-calling steps each panelist (analysis model) and the judge model may take during
6457+
their agentic web-research loop. Models with web_search/web_fetch enabled iterate until they produce a text
6458+
response or hit this ceiling. Defaults to 8. Capped at 16.
6459+
example: 12
6460+
maximum: 16
6461+
minimum: 1
6462+
type: integer
64456463
model:
64466464
description: >-
64476465
Slug of the judge model that produces the structured analysis JSON. Defaults to the model used in the outer

0 commit comments

Comments
 (0)