TypeScript SDKAPI ReferenceModelsContentThinking - TypeScript SDKCopy pageContentThinking type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ContentThinking } from "@openrouter/sdk/models";23let value: ContentThinking = {4 signature: "<value>",5 thinking: "<value>",6 type: "thinking",7}; Fields FieldTypeRequiredDescriptionsignaturestring✔️N/Athinkingstring✔️N/Atype”thinking”✔️N/A