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