mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-24 23:17:23 +00:00
feat: add Ideogram 4.0 Together AI image model (#3309)
Co-authored-by: Devblaze14 <Devblaze14@users.noreply.github.com>
This commit is contained in:
co-authored by
Devblaze14
parent
2bddebd576
commit
ccea980753
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user