diff --git a/src/backend/src/services/ai/image/.gitignore b/src/backend/src/services/ai/image/.gitignore index 4c43fe68f..aa4a6da26 100644 --- a/src/backend/src/services/ai/image/.gitignore +++ b/src/backend/src/services/ai/image/.gitignore @@ -1 +1,2 @@ -*.js \ No newline at end of file +*.js +*.js.map \ No newline at end of file diff --git a/src/backend/src/services/ai/image/providers/TogetherImageGenerationProvider/models.ts b/src/backend/src/services/ai/image/providers/TogetherImageGenerationProvider/models.ts index d406ea5e9..36fad16a2 100644 --- a/src/backend/src/services/ai/image/providers/TogetherImageGenerationProvider/models.ts +++ b/src/backend/src/services/ai/image/providers/TogetherImageGenerationProvider/models.ts @@ -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 }, + }, ];