TypeScript SDKAPI ReferenceModelsAnthropicAllowedCallers - TypeScript SDKCopy pageAnthropicAllowedCallers type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicAllowedCallers } from "@openrouter/sdk/models";23let value: AnthropicAllowedCallers = "code_execution_20260120";45// Open enum: unrecognized values are captured as Unrecognized<string> Values 1"direct" | "code_execution_20250825" | "code_execution_20260120" | Unrecognized<string>