SearchContextSizeEnum - TypeScript SDK

SearchContextSizeEnum type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Size of the search context for web search tools

Example Usage

1import { SearchContextSizeEnum } from "@openrouter/sdk/models";
2
3let value: SearchContextSizeEnum = "medium";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

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