mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
26 lines
412 B
Plaintext
26 lines
412 B
Plaintext
---
|
|
title: "WebSearchEngine"
|
|
---
|
|
|
|
The search engine to use for web search.
|
|
|
|
## Example Usage
|
|
|
|
```python
|
|
from openrouter.components import WebSearchEngine
|
|
|
|
# Open enum: unrecognized values are captured as UnrecognizedStr
|
|
value: WebSearchEngine = "native"
|
|
```
|
|
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will not fail type checks.
|
|
|
|
- `"native"`
|
|
- `"exa"`
|
|
- `"firecrawl"`
|
|
- `"parallel"`
|
|
- `"perplexity"`
|