Skip to main content

Example Usage

from openrouter.components import ImageGenerationStatus

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ImageGenerationStatus = "in_progress"

Values

This is an open enum. Unrecognized values will not fail type checks.
  • "in_progress"
  • "completed"
  • "generating"
  • "failed"