Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { VideoGenerationRequestResolution } from "@openrouter/sdk/models";
let value: VideoGenerationRequestResolution = "720p";
// Open enum: unrecognized values are captured as Unrecognized<string>
"480p" | "720p" | "768p" | "1080p" | "1K" | "2K" | "4K" | Unrecognized<string>