From 63949d45e21d8d171c46a11a508ccadab1a8a2ad Mon Sep 17 00:00:00 2001 From: "openrouter-docs-sync[bot]" <273401080+openrouter-docs-sync[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:13:41 +0000 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#360) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 928015b..a57745d 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -30040,8 +30040,10 @@ paths: Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, - top-weekly (tokens processed in the last week), newest (creation date). When omitted, the existing default - ordering is preserved. + top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low (Artificial + Analysis intelligence index), design-arena-elo-high-to-low (best Design Arena ELO across arenas). Models + without a score for the chosen benchmark are placed last. When omitted, the existing default ordering is + preserved. in: query name: sort required: false @@ -30050,8 +30052,10 @@ paths: Sort the returned models server-side. Prefer this over fetching the full list and sorting client-side. Options: pricing-low-to-high, pricing-high-to-low (average prompt/completion price), context-high-to-low (context length), throughput-high-to-low, latency-low-to-high (recent median performance), most-popular, - top-weekly (tokens processed in the last week), newest (creation date). When omitted, the existing default - ordering is preserved. + top-weekly (tokens processed in the last week), newest (creation date), intelligence-high-to-low + (Artificial Analysis intelligence index), design-arena-elo-high-to-low (best Design Arena ELO across + arenas). Models without a score for the chosen benchmark are placed last. When omitted, the existing + default ordering is preserved. enum: - most-popular - newest @@ -30061,6 +30065,8 @@ paths: - context-high-to-low - throughput-high-to-low - latency-low-to-high + - intelligence-high-to-low + - design-arena-elo-high-to-low example: newest type: string - description: Return results as RSS feed