You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6191,6 +6191,8 @@ components:
6191
6191
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
6192
6192
example: 3
6193
6193
type: 'integer'
6194
+
mode:
6195
+
$ref: '#/components/schemas/WebSearchMode'
6194
6196
parameters:
6195
6197
$ref: '#/components/schemas/WebSearchConfig'
6196
6198
search_context_size:
@@ -11456,6 +11458,8 @@ components:
11456
11458
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
25339
25347
example: 3
25340
25348
type: 'integer'
25349
+
mode:
25350
+
$ref: '#/components/schemas/WebSearchMode'
25341
25351
search_context_size:
25342
25352
$ref: '#/components/schemas/SearchQualityLevel'
25343
25353
user_location:
@@ -25396,6 +25406,21 @@ components:
25396
25406
example: 'auto'
25397
25407
type: 'string'
25398
25408
x-speakeasy-unknown-values: allow
25409
+
WebSearchMode:
25410
+
description: 'Engine-native search mode. Exa supports instant, fast, auto (default), deep-lite, deep, and deep-reasoning. Parallel supports turbo (default), basic, and advanced. Modes unsupported by the selected engine are ignored.'
25411
+
enum:
25412
+
- 'instant'
25413
+
- 'fast'
25414
+
- 'auto'
25415
+
- 'deep-lite'
25416
+
- 'deep'
25417
+
- 'deep-reasoning'
25418
+
- 'turbo'
25419
+
- 'basic'
25420
+
- 'advanced'
25421
+
example: 'auto'
25422
+
type: 'string'
25423
+
x-speakeasy-unknown-values: allow
25399
25424
WebSearchPlugin:
25400
25425
example:
25401
25426
enabled: true
@@ -25434,6 +25459,8 @@ components:
25434
25459
max_uses:
25435
25460
description: 'Maximum number of times the model can invoke web search in a single turn. Passed through to native providers that support it (e.g. Anthropic).'
25436
25461
type: 'integer'
25462
+
mode:
25463
+
$ref: '#/components/schemas/WebSearchMode'
25437
25464
search_prompt:
25438
25465
type: 'string'
25439
25466
user_location:
@@ -25472,6 +25499,8 @@ components:
25472
25499
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
description: 'Maximum number of web searches the model may perform in a single request. Once reached, further search calls return an error result instead of executing. Applies to the Exa, Firecrawl, Parallel, and Perplexity engines. With native provider search, forwarded only to Anthropic (as `max_uses`); other native search providers have no equivalent parameter and ignore it.'
0 commit comments