feat(together-ai/ideogram/ideogram-4.0): add new models [bot]#1302
feat(together-ai/ideogram/ideogram-4.0): add new models [bot]#1302models-bot[bot] wants to merge 2 commits into
Conversation
|
/test-models |
Gateway test setup failed for
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 85ccba3. Configure here.
| @@ -0,0 +1,18 @@ | |||
| costs: | |||
| - input_cost_per_image: 0.06 | |||
There was a problem hiding this comment.
Wrong per-image cost field
Medium Severity
The new entry records the $0.06 per-image fee as input_cost_per_image, but text-to-image billing for generated images belongs on output_cost_per_image. The sibling ideogram/ideogram-3.0 config uses output_cost_per_image for the same kind of charge, so cost tracking for plain prompt-only generations may read as zero or understate usage.
Reviewed by Cursor Bugbot for commit 85ccba3. Configure here.


Auto-generated by model-addition-agent for
together-ai/ideogram/ideogram-4.0.Note
Low Risk
Adds a standalone YAML model catalog entry with no application or auth logic changes.
Overview
Adds a new Together AI provider definition for
ideogram/ideogram-4.0as an active, serverless text-to-image model.Pricing is set at $0.06 per image (
input_cost_per_image, all regions). The entry declares text input and image output,supportedModes: image, and stripsreasoning_effortviaremoveParams. Pricing is sourced from Together’s pricing page.Reviewed by Cursor Bugbot for commit 85ccba3. Bugbot is set up for automated code reviews on this repo. Configure here.