You're looking at a specific version of this model. Jump to the model overview.
prunaai /p-image-ideogram:6e642dd8
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
|
Short text prompt for image generation.
|
|
| thinking |
None
|
high
|
the higher the thinking, the higher the quality of the image
|
| prompt_upsampling |
boolean
|
True
|
Enable prompt enhancement before image generation. Set to false to pass the raw prompt directly to the image model.
|
| aspect_ratio |
None
|
1:1
|
Aspect ratio for generation. Use 'custom' to set width/height directly.
|
| image_size |
None
|
1K
|
Output resolution budget (ignored when aspect_ratio=custom).
|
| width |
integer
|
1024
Max: 2560 |
Width when aspect_ratio=custom (rounded to nearest multiple of 16).
|
| height |
integer
|
1024
Max: 2560 |
Height when aspect_ratio=custom (rounded to nearest multiple of 16).
|
| seed |
integer
|
Random seed.
|
|
| output_format |
None
|
jpg
|
Output image format.
|
| output_quality |
integer
|
80
Max: 100 |
Output quality (0-100; ignored for png).
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}