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

@@ -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>