Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

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

let value: ResponsesWebSearchCallOutput = {
  type: "web_search_call",
  id: "search-abc123",
  status: "completed",
};

Fields

FieldTypeRequiredDescriptionExample
typemodels.ResponsesWebSearchCallOutputType:heavy_check_mark:N/A
idstring:heavy_check_mark:N/A
statusmodels.WebSearchStatus:heavy_check_mark:N/Acompleted