> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# BenchmarkType

Return results for one exact OpenRouter benchmark. A `search_*` value narrows the response to search results only; a classic value narrows the OpenRouter items and leaves other sources' items as they are.

## Example Usage

```python theme={null}
from openrouter.operations import BenchmarkType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: BenchmarkType = "gpqa_diamond"
```

## Values

This is an open enum. Unrecognized values will not fail type checks.

* `"gpqa_diamond"`
* `"tau_bench_verified_airline"`
* `"search_browsecomp"`
* `"search_hle"`
* `"search_dsqa"`
* `"search_widesearch"`
