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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user