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