Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Resolution of the generated video

Example Usage

import { Resolution } from "@openrouter/sdk/models";

let value: Resolution = "720p";

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

Values

"480p" | "720p" | "1080p" | "1K" | "2K" | "4K" | Unrecognized<string>