fix: together ai image prices (#2130)

This commit is contained in:
Daniel Salazar
2025-12-10 23:46:52 -08:00
committed by GitHub
parent 161ca74aa3
commit 04c8b06616
2 changed files with 14 additions and 5 deletions

View File

@@ -1 +1,2 @@
*.js
*.js
*.js.map

View File

@@ -189,7 +189,7 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [
index_cost_key: '1MP',
name: 'black-forest-labs/FLUX.2-pro',
allowedQualityLevels: [''],
costs: { '1MP': 0 },
costs: { '1MP': 3 },
},
{
id: 'togetherai:black-forest-labs/FLUX.2-flex',
@@ -198,7 +198,7 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [
index_cost_key: '1MP',
name: 'black-forest-labs/FLUX.2-flex',
allowedQualityLevels: [''],
costs: { '1MP': 0 },
costs: { '1MP': 3 },
},
{
id: 'togetherai:black-forest-labs/FLUX.2-dev',
@@ -207,7 +207,7 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [
index_cost_key: '1MP',
name: 'black-forest-labs/FLUX.2-dev',
allowedQualityLevels: [''],
costs: { '1MP': 0 },
costs: { '1MP': 3 },
},
{
id: 'togetherai:google/flash-image-2.5',
@@ -252,7 +252,6 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [
{ w: 21, h: 9 },
],
costs: { '1MP': 13.51 },
},
{
id: 'togetherai:google/imagen-4.0-fast',
@@ -308,4 +307,13 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [
allowedQualityLevels: [''],
costs: { '1MP': 0.19 },
},
{
id: 'togetherai:black-forest-labs/FLUX.1-schnell-Free',
aliases: ['black-forest-labs/FLUX.1-schnell-Free', 'FLUX.1-schnell-Free'],
costs_currency: 'usd-cents',
index_cost_key: '1MP',
name: 'black-forest-labs/FLUX.1-schnell-Free',
allowedQualityLevels: [''],
costs: { '1MP': 0 },
},
];