Verbosity - TypeScript SDK
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
1import { Verbosity } from "@openrouter/sdk/models";23let value: Verbosity = "low";45// Open enum: unrecognized values are captured as Unrecognized<string>
1"low" | "medium" | "high" | "xhigh" | "max" | Unrecognized<string>