Changelog
November 18, 2024
API Services Update: General Availability
We are excited to announce that the following APIs are now generally available:
- Generate Image Async
- Expand Image Async
- Fill Image Async
- Generate Object Composite Async
- Generate Similar Images Async
October 12, 2024
API Services Update: General Availability
We are excited to announce that the following APIs are now generally available and no longer only in preview:
July 23, 2024
API Services Update: General Availability
We are excited to announce that the following APIs are now generally available and no longer in preview:
June 18, 2024
Added
Firefly Image Model 3 (preview) APIs:
- New API References added for the newly introduced Generate Similar Images and Generate Object Composite APIs.
- New V3 API References added for Generate Images, Expand Image and Fill Image with support for Firefly Image Model 3 (preview).
Updated guides:
Create your first Firefly APIs implementation guide updated to use the new V3 version of the Generate Images API.
New Guides:
- Firefly Image Model 3 (preview) - Overview
- Using Content Class and Style Presets
- Using Style and Structure Image References
- Using the Expand Image API
- Using the Fill Image API
- Getting Started with the Firefly Services SDK
- Firefly API Terminology
April 18, 2024
Added
Firefly Generate Images API now accepts url
as source for referenceImage
. Only allow listed domains are allowed to be accepted as input url
in the request.
The allow-listed domains are as follows:
amazonaws.com
windows.net
dropboxusercontent.com
December 13, 2023
Added
- Generate Images API with generative match
- Generative Expand API
- Generative Fill API
- Upload API
November 20, 2023
Added
- You can now use the latest image model by setting header
x-api-variant
tov2
. It will be set tov2
by default. - Styles are documented in the API references as well as the new styles guide.
October 26, 2023
Overview
We're excited to announce the release of our Generate Images API v1.0, the first major Firefly API release.
- Styles and content classes using the v1 model
- Generate images according to a text prompt
- Output types:
application/json
(base64-encoded representation of the image data)multipart/mixed
(multi-part form data - binary representation of the image data)
Known Issues and Limitations
- Offer Async API pattern
- Generate a tempUrl for each response
- Introduce defaults for
accept
andmimetype
headers - Add ability to specify JPG quality
- Rendering image in API References sandbox