The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { AnthropicThinkingTurns } from "@openrouter/sdk/models";
let value: AnthropicThinkingTurns = {
type: "thinking_turns",
value: 3,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.AnthropicThinkingTurnsType | :heavy_check_mark: | N/A |
value | number | :heavy_check_mark: | N/A |