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 = {
  type: "summary_text",
  text: "Analyzed the problem using first principles",
};

Fields

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