Stable Image Ultra
POST
https://api.ezlinkai.com/v2beta/stable-image/generate/ultra
Generate
with unprecedented prompt understanding. Ultra excels in typography, complex compositions, dynamic lighting,
vibrant hues, and overall cohesion and structure of an art piece. Made from the most advanced models,
including Stable Diffusion 3, Ultra offers the best of the Stable Diffusion ecosystem.
Try it out
How to use
POST
request.authorization
field. The body of the request must bemultipart/form-data
. The accept header should be set to one of the following:image/*
to receive the image in the format specified by the output_format
parameter.application/json
to receive the image in the format specified by the output_format
parameter, but encoded to base64 in a JSON response.prompt
field, which should contain the text prompt for the image generation.Note: for the full list of optional parameters, please see the request schema below.
Output
Credits
Request
Header Params
authorization
string
required
>= 1 characters
content-type
string
required
>= 1 characters
Example:
multipart/form-data
accept
enum<string>
required
image/*
to get the image bytes directly. Otherwise specify application/json
to receive the image as base64 encoded JSON.Allowed values:
image/*application/json
Default:
image/*
Example:
image/*
stability-client-id
string
optional
<= 256 characters
Example:
my-awesome-app
stability-client-user-id
string
optional
<= 256 characters
Example:
DiscordUser#9999
stability-client-version
string
optional
<= 256 characters
Example:
1.2.1
Body Params multipart/form-data
prompt
string
required
elements, colors, and subjects will lead to better results.
(word:weight)
,where
word
is the word you'd like to control the weight of and weight
is a value between 0 and 1. For example:
The sky was a crisp (blue:0.3) and (green:0.8)
would convey a sky that was blue and green, but more green than blue.
>= 1 characters<= 10000 characters
negative_prompt
string
optional
This is an advanced feature.
<= 10000 characters
aspect_ratio
enum<string>
optional
Allowed values:
21:916:93:25:41:14:52:39:169:21
Default:
1:1
Example:
1:1
seed
number
optional
0
to use a random seed.)>= 0<= 4294967294
Default:
0
output_format
enum<string>
optional
content-type
of the generated image.Allowed values:
jpegpngwebp
Default:
png
Example:
png
Request samples
Responses
Modified at 2024-08-19 01:48:10