Files
openrouter-python-sdk-retry…/docs/components/websearchengine.mdx
T

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"`