Update Runware pricing across the application to reflect new cost of $0.009 per image in backend and frontend components.

This commit is contained in:
Desktop
2025-11-12 14:41:20 +05:00
parent 2c2eaa4c47
commit bcc52c4891
7 changed files with 13 additions and 13 deletions

View File

@@ -977,8 +977,8 @@ Make sure each prompt is detailed enough for image generation, describing the vi
if image_url:
logger.info(f"[AIProcessor.generate_image] Image URL extracted: {image_url[:50]}...")
# Calculate cost (Runware: $0.036 per image)
cost = 0.036
# Calculate cost (Runware: $0.009 per image)
cost = 0.009
logger.info(f"[AIProcessor.generate_image] Cost calculated: ${cost:.4f}")
return {