AnthropicAllowedCallers - TypeScript SDK

AnthropicAllowedCallers type definition

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

Example Usage

1import { AnthropicAllowedCallers } from "@openrouter/sdk/models";
2
3let value: AnthropicAllowedCallers = "code_execution_20260120";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"direct" | "code_execution_20250825" | "code_execution_20260120" | Unrecognized<string>