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