ideogram-ai/ideogram-v4-turbo
Turbo is the fastest and cheapest Ideogram v4. v4 creates images with stunning realism, creative designs, and consistent styles
Run ideogram-ai/ideogram-v4-turbo with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Natural-language prompt. Enables Ideogram 4.0 Magic Prompt automatically.
|
|
| json_prompt |
string
|
Structured Ideogram 4.0 prompt as a JSON object. Use either prompt or json_prompt, not both.
|
|
| resolution |
None
|
None
|
Output resolution. Omit to let Ideogram 4.0 choose the aspect ratio.
|
| enable_copyright_detection |
boolean
|
False
|
Opt into Ideogram 4.0 post-generation copyright detection.
|
{
"type": "object",
"title": "Input",
"properties": {
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"nullable": true,
"description": "Natural-language prompt. Enables Ideogram 4.0 Magic Prompt automatically."
},
"resolution": {
"enum": [
"None",
"2048x2048",
"1440x2880",
"2880x1440",
"1664x2496",
"2496x1664",
"1792x2240",
"2240x1792",
"1440x2560",
"2560x1440",
"1600x2560",
"2560x1600",
"1728x2304",
"2304x1728",
"1296x3168",
"3168x1296",
"1152x2944",
"2944x1152",
"1248x3328",
"3328x1248",
"1280x3072",
"3072x1280"
],
"type": "string",
"title": "resolution",
"description": "Output resolution. Omit to let Ideogram 4.0 choose the aspect ratio.",
"default": "None",
"x-order": 2
},
"json_prompt": {
"type": "string",
"title": "Json Prompt",
"x-order": 1,
"nullable": true,
"description": "Structured Ideogram 4.0 prompt as a JSON object. Use either prompt or json_prompt, not both."
},
"enable_copyright_detection": {
"type": "boolean",
"title": "Enable Copyright Detection",
"default": false,
"x-order": 3,
"description": "Opt into Ideogram 4.0 post-generation copyright detection."
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}