--- title: "AnthropicAllowedCallers" --- ## Example Usage ```python from openrouter.components import AnthropicAllowedCallers # Open enum: unrecognized values are captured as UnrecognizedStr value: AnthropicAllowedCallers = "direct" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"direct"` - `"code_execution_20250825"` - `"code_execution_20260120"`