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.
APIs
- Added
modeto 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:3video_anyonegeneration 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=fluxand you will see new controlnets for the Flux model.
Response
- Use the
control_netin the request body ofPOST /pub/v1/generationswith flux models and styles to generate images with ControlNet/Pose Lock
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
fluxmodel support in the request body ofPOST /pub/v1/generations.Example requestfluxstyle in the request body ofPOST /pub/v1/generations.Example request- Added
style_detailfield along withstylein response body ofPOST /pub/v1/generations.Example response typesupport in the query param ofGET /pub/v1/models,GET /pub/v1/styles,GET /pub/v1/controlnetsandGET /pub/v1/loras.Example
4th September, 2024
Features
Added support for Narrator Generation.APIs
-
Added
narratorto the request body ofPOST /pub/v1/generations.Example request -
Changes to the response in the following existing endpoints:
- Generate Media
POST /pub/v1/generationsimagesrenamed tomediaimage_sizerenamed todimunder data→mediatypeadded under data→media
- List Generations
GET /pub/v1/generationsimagesrenamed tomediaunder data in response.sizerenamed todimunder data→media in response.typeadded under data→media in responseimage_idchanged tomedia_idin Query Parameter
- Generate Media