Skip to content

Commit 2b2899f

Browse files
author
OpenRouter SDK Bot
committed
chore: update OpenAPI spec [sdk-bot]
1 parent 22803a3 commit 2b2899f

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17442,6 +17442,7 @@ components:
1744217442
enabled: true
1744317443
id: pareto-router
1744417444
min_coding_score: 0.8
17445+
price_source: prompt
1744517446
properties:
1744617447
enabled:
1744717448
description: Set to false to disable the pareto-router plugin for this request. Defaults to true.
@@ -17452,14 +17453,23 @@ components:
1745217453
type: string
1745317454
min_coding_score:
1745417455
description: >-
17455-
Minimum desired coding score between 0 and 1, where 1 is best. Higher values select from stronger coding
17456-
models (sourced from Artificial Analysis coding percentiles). Maps internally to one of three tiers (low,
17457-
medium, high). Omit to use the router default tier.
17456+
Minimum coding quality score between 0 and 1. Maps to internal quality tiers: >= 0.66 → high (top coding
17457+
models), >= 0.33 → medium (strong modern flagships), < 0.33 → low (capable coders above the median). Omit to
17458+
default to the highest tier (equivalent to >= 0.66).
1745817459
example: 0.8
1745917460
format: double
1746017461
maximum: 1
1746117462
minimum: 0
1746217463
type: number
17464+
price_source:
17465+
description: >-
17466+
Price source for the Pareto frontier cost axis. "prompt" uses catalog list price (endpoint.pricing.prompt).
17467+
"weighted_avg" uses traffic-weighted effective input price from ClickHouse, falling back to prompt price for
17468+
models without traffic data. Defaults to "prompt".
17469+
enum:
17470+
- prompt
17471+
- weighted_avg
17472+
type: string
1746317473
required:
1746417474
- id
1746517475
type: object

0 commit comments

Comments
 (0)