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
| Field | Type | Required | Description |
|---|---|---|---|
signature | string | :heavy_check_mark: | N/A |
thinking | string | :heavy_check_mark: | N/A |
type | ”thinking” | :heavy_check_mark: | N/A |