chore: update OpenAPI spec from monorepo (#272)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-26 06:46:07 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 859e89d545
commit 67bd50597a
+10
View File
@@ -2266,6 +2266,7 @@ components:
allowed_models: allowed_models:
- anthropic/* - anthropic/*
- openai/gpt-4o - openai/gpt-4o
cost_quality_tradeoff: 7
enabled: true enabled: true
id: auto-router id: auto-router
properties: properties:
@@ -2280,6 +2281,15 @@ components:
items: items:
type: string type: string
type: array type: array
cost_quality_tradeoff:
description: >-
Controls cost vs. quality routing tradeoff (010). 0 = pure quality (best model regardless of cost), 10 =
maximize for cost (cheapest model wins). Intermediate values blend quality and cost signals continuously.
Defaults to 7.
example: 7
maximum: 10
minimum: 0
type: integer
enabled: enabled:
description: Set to false to disable the auto-router plugin for this request. Defaults to true. description: Set to false to disable the auto-router plugin for this request. Defaults to true.
type: boolean type: boolean