Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Image detail level for vision models

Example Usage

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

let value: ChatContentImageDetail = "auto";

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

Values

"auto" | "low" | "high" | Unrecognized<string>