7th May, 2025
Features
Added support for Character Mode in the request body ofPOST /pub/v1/generations
to make the character settings more easier and flexible.mode
is an enum field and can take values:flexible
- Ideal for stylized characters and image generations.balanced
- Ideal for creating realistic images and more.strong
- Character similarity is most important.
weight
and enable_facelock
are deprecated and will be removed in the future.APIs
- Added
mode
to the request body of character inPOST /pub/v1/generations
.Example request
6th March, 2025
Features
Support for Video Anyone Generation.APIs
You can use either a generated image’s media_id or an uploaded image asset’s asset_id as the input image identifier
The input image must have an aspect ratio of either
media_id
for video generation, eliminating the need to re-upload images as assets.The input image must have an aspect ratio of either
3:5
or 5:3
video_anyone
generation support in the request body ofPOST /pub/v1/generations
.
Example request
4th December, 2024
Features
Added support for ControlNet/Pose Lock on Flux Models and Styles.APIs
- Head over to List Controlnets API
GET /pub/v1/controlnets?type=flux
and you will see new controlnets for the Flux model.
Response
- Use the
control_net
in the request body ofPOST /pub/v1/generations
with flux models and styles to generate images with ControlNet/Pose Lock
When using
control_net
with Flux Model or Style, please note that the output image’s aspect ratio will automatically match the aspect ratio of the ControlNet reference image (specified by asset_id), regardless of any other aspect ratio settings.resize_mode
and control_mode
are not supported for control_net
when used with Flux Model or Style.8th November, 2024
Features
Added support for Flux Generation.APIs
flux
model support in the request body ofPOST /pub/v1/generations
.Example requestflux
style in the request body ofPOST /pub/v1/generations
.Example request- Added
style_detail
field along withstyle
in response body ofPOST /pub/v1/generations
.Example response type
support in the query param ofGET /pub/v1/models
,GET /pub/v1/styles
,GET /pub/v1/controlnets
andGET /pub/v1/loras
.Example
4th September, 2024
Features
Added support for Narrator Generation.APIs
-
Added
narrator
to the request body ofPOST /pub/v1/generations
.Example request -
Changes to the response in the following existing endpoints:
- Generate Media
POST /pub/v1/generations
images
renamed tomedia
image_size
renamed todim
under data→mediatype
added under data→media
- List Generations
GET /pub/v1/generations
images
renamed tomedia
under data in response.size
renamed todim
under data→media in response.type
added under data→media in responseimage_id
changed tomedia_id
in Query Parameter
- Generate Media