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

Example Usage

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

let value: ContentThinking = {
  signature: "<value>",
  thinking: "<value>",
  type: "thinking",
};

Fields

FieldTypeRequiredDescription
signaturestring:heavy_check_mark:N/A
thinkingstring:heavy_check_mark:N/A
type”thinking”:heavy_check_mark:N/A