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:
@@ -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'
|
||||
]);
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ ob_start();
|
||||
</label>
|
||||
<label style="display: block;">
|
||||
<input type="radio" name="igny8_image_service" value="runware" <?php checked(get_option('igny8_image_service', 'openai'), 'runware'); ?> />
|
||||
<strong>Runware</strong> — $0.036 per image<br>
|
||||
<strong>Runware</strong> — $0.009 per image<br>
|
||||
<span style="color: #666; font-size: 12px;">High-quality AI image generation with Runware's models</span>
|
||||
</label>
|
||||
</fieldset>
|
||||
@@ -150,7 +150,7 @@ ob_start();
|
||||
<fieldset>
|
||||
<label style="display: block;">
|
||||
<input type="radio" name="igny8_runware_model" value="runware:97@1" <?php checked(get_option('igny8_runware_model', 'runware:97@1'), 'runware:97@1'); ?> />
|
||||
<strong>HiDream-I1 Full</strong> — $0.036 per image<br>
|
||||
<strong>HiDream-I1 Full</strong> — $0.009 per image<br>
|
||||
<span style="color: #666; font-size: 12px;">High-quality AI image generation with Runware's HiDream model</span>
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user