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

@@ -239,7 +239,7 @@ export default function ValidationCard({
</div>
<div>
<strong className="text-gray-700 dark:text-gray-300">Cost:</strong>{' '}
<span className="text-gray-900 dark:text-white">{testResult.cost || '$0.0360'}</span>
<span className="text-gray-900 dark:text-white">{testResult.cost || '$0.0090'}</span>
</div>
{testResult.full_response?.image_url && (
<div>

View File

@@ -557,7 +557,7 @@ export default function Integration() {
},
options: [
{ value: 'openai', label: 'OpenAI - Multiple models available' },
{ value: 'runware', label: 'Runware - $0.036 per image' },
{ value: 'runware', label: 'Runware - $0.009 per image' },
],
},
];
@@ -596,9 +596,9 @@ export default function Integration() {
});
},
options: [
{ value: 'runware:97@1', label: 'HiDream-I1 Full - $0.036 per image' },
{ value: 'runware:gen3a_turbo', label: 'Gen3a Turbo - $0.036 per image' },
{ value: 'runware:gen3a', label: 'Gen3a - $0.036 per image' },
{ value: 'runware:97@1', label: 'HiDream-I1 Full - $0.009 per image' },
{ value: 'runware:gen3a_turbo', label: 'Gen3a Turbo - $0.009 per image' },
{ value: 'runware:gen3a', label: 'Gen3a - $0.009 per image' },
],
});
}
@@ -892,7 +892,7 @@ export default function Integration() {
<IntegrationCard
icon={<RunwareIcon />}
title="Runware"
description="High-quality AI image generation with Runware's models ($0.036 per image)"
description="High-quality AI image generation with Runware's models ($0.009 per image)"
validationStatus={validationStatuses.runware}
integrationId="runware"
modelName={