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