# Exa Search

Search the web with Exa's neural search API, returning LLM-optimized, ranked results with content excerpts. Use it as a built-in tool through the AI Gateway to give any model access to real-time web information.

- **Model ID:** `exa/search`
- **Type:** tool
- **Providers:** exa
- **Context window:** Not applicable
- **Maximum output tokens:** Not reported
- **Pricing:** See the provider details below
- **Canonical page:** https://vercel.com/ai-gateway/models/search

## Supported parameters

Detailed capability metadata has not been reported for this model.

## Example

```ts
// Exa Search is an AI Gateway tool catalog entry.
export const toolId = 'exa/search';
```

## Links

- [Model page](https://vercel.com/ai-gateway/models/search)
- [AI Gateway documentation](https://vercel.com/docs/ai-gateway)
- [Provider model documentation](https://vercel.com/docs/ai-gateway/models-and-providers/web-search)
- [Provider pricing](https://exa.ai/pricing)
