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