docs: document images edits and variations endpoints - #508
Merged
Conversation
inference-gateway-maintainer
Bot
requested a review
from a team
as a code owner
August 1, 2026 23:05
inference-gateway-releaser Bot
added a commit
that referenced
this pull request
Aug 1, 2026
## [0.9.7](0.9.6...0.9.7) (2026-08-01) ### 👷 CI * **claude:** centralize claude.yml via reusable workflow ([#504](#504)) ([18cdd9a](18cdd9a)) * **claude:** centralize claude.yml via reusable workflow ([#507](#507)) ([85d3617](85d3617)) ### 📚 Documentation * document catalog trust model and catalog.json schema ([#501](#501)) ([c81a3b1](c81a3b1)) * document Images API and Go SDK CreateImage method ([#505](#505)) ([21b07a0](21b07a0)) * document images edits and variations endpoints ([#508](#508)) ([1d19299](1d19299)) ### 🔧 Miscellaneous * **deps:** bump infer CLI v0.153.1 -> v0.155.0 ([#502](#502)) ([ee5af74](ee5af74))
Contributor
|
🎉 This PR is included in version 0.9.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the two new Images API endpoints in the REST API reference:
POST /v1/images/edits- multipart/form-data, requiredimage+prompt, optionalmask,model,n,size,quality,response_format.POST /v1/images/variations- multipart/form-data, requiredimage, optionalmodel,n,size,response_format.The Images API section now opens with a table of all three endpoints and their body types, notes the shared
ImagesResponseshape andENABLE_IMAGESrequirement, and keeps the existing unsupported-provider400note covering all three.Gateway PR: inference-gateway/inference-gateway#536
Closes #506