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.
AspectRatio type definition
import { AspectRatio } from "@openrouter/sdk/models"; let value: AspectRatio = "16:9"; // Open enum: unrecognized values are captured as Unrecognized<string>
"16:9" | "9:16" | "1:1" | "4:3" | "3:4" | "3:2" | "2:3" | "21:9" | "9:21" | Unrecognized<string>