Skip to content

docs: document images edits and variations endpoints - #508

Merged
edenreich merged 1 commit into
mainfrom
docs/issue-506-20260801-2303
Aug 1, 2026
Merged

docs: document images edits and variations endpoints#508
edenreich merged 1 commit into
mainfrom
docs/issue-506-20260801-2303

Conversation

@inference-gateway-maintainer

Copy link
Copy Markdown
Contributor

Summary

Documents the two new Images API endpoints in the REST API reference:

  • POST /v1/images/edits - multipart/form-data, required image + prompt, optional mask, model, n, size, quality, response_format.
  • POST /v1/images/variations - multipart/form-data, required image, optional model, n, size, response_format.

The Images API section now opens with a table of all three endpoints and their body types, notes the shared ImagesResponse shape and ENABLE_IMAGES requirement, and keeps the existing unsupported-provider 400 note covering all three.

Gateway PR: inference-gateway/inference-gateway#536

Closes #506

@inference-gateway-maintainer
inference-gateway-maintainer Bot requested a review from a team as a code owner August 1, 2026 23:05
@edenreich
edenreich merged commit 1d19299 into main Aug 1, 2026
6 checks passed
@edenreich
edenreich deleted the docs/issue-506-20260801-2303 branch August 1, 2026 23:06
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))
@inference-gateway-releaser

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.9.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Document /v1/images/edits and /v1/images/variations endpoints

1 participant