From ccea9807534b08adaccef36a0c0ef45f5e4d3e6f Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Singh <136622321+Devblaze14@users.noreply.github.com> Date: Tue, 30 Jun 2026 01:03:01 +0530 Subject: [PATCH] feat: add Ideogram 4.0 Together AI image model (#3309) Co-authored-by: Devblaze14 --- .../drivers/ai-image/providers/together/models.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/backend/drivers/ai-image/providers/together/models.ts b/src/backend/drivers/ai-image/providers/together/models.ts index b2d57918c..b054807a7 100644 --- a/src/backend/drivers/ai-image/providers/together/models.ts +++ b/src/backend/drivers/ai-image/providers/together/models.ts @@ -488,6 +488,16 @@ export const TOGETHER_IMAGE_GENERATION_MODELS: IImageModel[] = [ pricing_unit: 'per-MP', costs: { '1MP': 6 }, }, + { + id: 'togetherai:ideogram/ideogram-4.0', + aliases: ['ideogram/ideogram-4.0', 'ideogram-4.0'], + costs_currency: 'usd-cents', + index_cost_key: '1MP', + name: 'ideogram/ideogram-4.0', + allowedQualityLevels: [''], + pricing_unit: 'per-MP', + costs: { '1MP': 6 }, + }, { id: 'togetherai:openai/gpt-image-1.5', aliases: ['openai/gpt-image-1.5', 'gpt-image-1.5'],