← All models
images
Details
- Accepts
- text + image
Pricing
- Price
- 12.5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed to use for the generation. |
| promptrequired | string | The prompt to generate an image from. |
| use_thought | boolean | Whether to use thought tokens for generation. If set to true, the model will "think" to potentially improve generation quality. Increases generation time and increases the cost by 20%. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
| image_url | string | The image to edit. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
| images | array | The generated images. |
| prompt | string | The prompt used for generating the image. |
| timings | object | |
| has_nsfw_concepts | array | Whether the generated images contain NSFW concepts. |