> ## 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.

# Window

Trailing time window for the classification data. Currently only `7d` (trailing 7 days) is supported.

## Example Usage

```python theme={null}
from openrouter.operations import Window
value: Window = "7d"
```

## Values

* `"7d"`
