AnthropicThinkingTurns - TypeScript SDK

AnthropicThinkingTurns type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { AnthropicThinkingTurns } from "@openrouter/sdk/models";
2
3let value: AnthropicThinkingTurns = {
4 type: "thinking_turns",
5 value: 3,
6};

Fields

FieldTypeRequiredDescription
typemodels.AnthropicThinkingTurnsType✔️N/A
valuenumber✔️N/A