The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ReasoningTextContent } from "@openrouter/sdk/models";
let value: ReasoningTextContent = {
text: "Let me think step by step about this problem...",
type: "reasoning_text",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | string | :heavy_check_mark: | N/A |
type | models.ReasoningTextContentType | :heavy_check_mark: | N/A |