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

# VideoGenerationRequestResolution

Resolution of the generated video

## Example Usage

```typescript theme={null}
import { VideoGenerationRequestResolution } from "@openrouter/sdk/models";

let value: VideoGenerationRequestResolution = "720p";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript theme={null}
"480p" | "720p" | "768p" | "1080p" | "1K" | "2K" | "4K" | Unrecognized<string>
```
