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

Example Usage

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

let value: ReasoningSummaryText = {
  text: "Analyzed the problem using first principles",
  type: "summary_text",
};

Fields

FieldTypeRequiredDescription
textstring:heavy_check_mark:N/A
typemodels.ReasoningSummaryTextType:heavy_check_mark:N/A