--- title: "GranularityName" --- Granularity identifier ## Example Usage ```python from openrouter.operations import GranularityName # Open enum: unrecognized values are captured as UnrecognizedStr value: GranularityName = "minute" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"minute"` - `"hour"` - `"day"` - `"week"` - `"month"`