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

@@ -83,7 +83,7 @@ function igny8_runway_generate_image($prompt, $model = 'gen3a_turbo') {
igny8_log_ai_event('runway_api_success', 'success', [
'model' => $model,
'prompt_length' => strlen($prompt),
'cost' => 0.036, // Runware pricing
'cost' => 0.009, // Runware pricing
'service' => 'runware'
]);