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