--- title: "MemoryLimit" --- ## Example Usage ```python from openrouter.components import MemoryLimit # Open enum: unrecognized values are captured as UnrecognizedStr value: MemoryLimit = "1g" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"1g"` - `"4g"` - `"16g"` - `"64g"`