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

```go theme={null}
import (
	"github.com/OpenRouterTeam/go-sdk/models/operations"
)

value := operations.WindowSevend
```

## Values

| Name           | Value |
| -------------- | ----- |
| `WindowSevend` | 7d    |
