Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

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

let value: OutputFormat = "png";

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

Values

"png" | "webp" | "jpeg" | Unrecognized<string>