← All models
AuraFlow
aura-flow
Image generationby aura-flow
AuraFlow v0.3 is an open-source flow-based text-to-image generation model that achieves state-of-the-art results on GenEval. The model is currently in beta.
images
Pricing
- Price
- 0.156 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for generating images |
| promptrequired | string | The prompt to generate images from |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| num_images | integer | The number of images to generate |
| expand_prompt | boolean | Whether to perform prompt expansion (recommended) |
| guidance_scale | number | Classifier free guidance scale |
| num_inference_steps | integer | The number of inference steps to take |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used to generate the images |
| images | array | The generated images |
| prompt | string | The expanded prompt |
