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