docs: document Images API and Go SDK CreateImage method - #505
Merged
Conversation
inference-gateway-maintainer
Bot
requested a review
from a team
as a code owner
August 1, 2026 12:08
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.
Resolves #503
Summary
Documents the new
Client.CreateImagemethod in the Go SDK reference page and adds the Images API endpoint (POST /v1/images/generations) to the REST API reference page. The Images API was synced from schemas v0.17.0 and is now available in the Go SDK.Changes
CreateImagewith method signature, a runnable code example, a field reference table forCreateImageRequest, and a note about unsupported providers returning 400 errorsPOST /v1/images/generationsendpoint with curl example, response format, field reference table, and unsupported provider error handling