Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Size of the search context for web search tools

Example Usage

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

let value: SearchContextSizeEnum = "medium";

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

Values

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