--- title: "SearchContextSizeEnum" --- Size of the search context for web search tools ## Example Usage ```python from openrouter.components import SearchContextSizeEnum # Open enum: unrecognized values are captured as UnrecognizedStr value: SearchContextSizeEnum = "low" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"low"` - `"medium"` - `"high"`