from pydantic import BaseModel class BrightenModel(BaseModel): image_url: str brighten_value: float brighten_bucket: str brighten_name: str