From a068517c2b92a08320c48757a6b02544a1988349 Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Tue, 28 Jul 2026 07:18:59 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 46c0c568..ce41418d 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -5965,7 +5965,7 @@ components: engine: $ref: '#/components/schemas/WebSearchEngineEnum' excluded_domains: - description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.' + description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.' items: type: 'string' type: 'array' @@ -23864,7 +23864,7 @@ components: engine: $ref: '#/components/schemas/WebSearchEngineEnum' excluded_domains: - description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.' + description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.' items: type: 'string' type: 'array' @@ -23893,6 +23893,8 @@ components: example: allowed_domains: - 'example.com' + blocked_domains: + - 'spam.com' excluded_domains: - 'spam.com' properties: @@ -23902,6 +23904,12 @@ components: type: - 'array' - 'null' + blocked_domains: + items: + type: 'string' + type: + - 'array' + - 'null' excluded_domains: items: type: 'string' @@ -24049,7 +24057,7 @@ components: engine: $ref: '#/components/schemas/WebSearchEngineEnum' excluded_domains: - description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, and xAI. Not supported with OpenAI (silently ignored). Cannot be used with allowed_domains.' + description: 'Exclude search results from these domains. Supported by Exa, Firecrawl, Parallel, Perplexity, Anthropic, OpenAI, and xAI. Cannot be used with allowed_domains.' items: type: 'string' type: 'array'