chore: update OpenAPI spec from monorepo (#239)

Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
This commit is contained in:
robert-j-y
2026-05-12 23:54:21 -07:00
committed by GitHub
co-authored by OpenRouter SDK Bot
parent 522b03abf3
commit a7bb403311
+5 -2
View File
@@ -13829,8 +13829,11 @@ components:
type: object type: object
SearchQualityLevel: SearchQualityLevel:
description: >- description: >-
How much context to retrieve per result. Defaults to medium (15000 chars). Applies to Exa and Parallel engines; How much context to retrieve per result. Applies to Exa and Parallel engines; ignored with native provider
ignored with native provider search and Firecrawl. search and Firecrawl. For Exa, pins a fixed per-result character cap (low=5,000, medium=15,000, high=30,000);
when omitted, Exa picks an adaptive size per query and document (typically ~2,0004,000 characters per result).
For Parallel, controls the total characters across all results; when omitted, Parallel uses its own default
size.
enum: enum:
- low - low
- medium - medium