> ## 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 ```typescript theme={null} import { Window } from "@openrouter/sdk/models/operations"; let value: Window = "7d"; ``` ## Values ```typescript theme={null} "7d" ```