diff --git a/backend/open_webui/models/models.py b/backend/open_webui/models/models.py index d6852b36fa..727aecd7f7 100755 --- a/backend/open_webui/models/models.py +++ b/backend/open_webui/models/models.py @@ -140,6 +140,7 @@ class ModelPriceForm(BaseModel): completion_price: float = Field( default=0, description="completion token price for 1m tokens" ) + request_price: float = Field(default=0, description="price for 1m request") class ModelForm(BaseModel):