ChatWebSearchShorthandType - TypeScript SDK

ChatWebSearchShorthandType type definition

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

Example Usage

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

Values

1"web_search" | "web_search_preview" | "web_search_preview_2025_03_11" | "web_search_2025_08_26" | Unrecognized<string>