SearchSurface
OpenRouter search benchmarks only: filter by the request surface the lane ran on.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { SearchSurface } from "@openrouter/sdk/models/operations";
let value: SearchSurface = "server-tool";
// Open enum: unrecognized values are captured as Unrecognized<string>
"server-tool" | "plugin" | Unrecognized<string>