← All models
Stable Diffusion 3.5 Large generates high-resolution images with fine details, strong typography, and diverse artistic styles using the MMDiT architecture. Use SD 3.5 Large with an API.
images
Details
- Accepts
- text + image
Pricing
- Price
- 8.13 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| cfg | number | The guidance scale tells the model how similar the output should be to the prompt. |
| seed | integer | Set a seed for reproducibility. Random by default. |
| image | string | Input image for image to image mode. The aspect ratio of your output will match this image. |
| promptrequired | string | Text prompt for image generation |
| aspect_ratio | —enum: 16:9, 1:1, 21:9, 2:3, 3:2, 4:5… | The aspect ratio of your output image. This value is ignored if you are using an input image. |
| output_format | —enum: webp, jpg, png | Format of the output images |
| negative_prompt | string | What you do not want to see in the image |
| prompt_strength | number | Prompt strength (or denoising strength) when using image to image. 1.0 corresponds to full destruction of information in image. |