Skip to content

docs(cli): document ImageEdit and ImageVariation tools - #510

Merged
edenreich merged 1 commit into
mainfrom
fix/issue-509
Aug 2, 2026
Merged

docs(cli): document ImageEdit and ImageVariation tools#510
edenreich merged 1 commit into
mainfrom
fix/issue-509

Conversation

@inference-gateway-maintainer

Copy link
Copy Markdown
Contributor

Resolves #509

Summary

Documents the CLI's new ImageEdit and ImageVariation agent tools on the docs site's CLI reference page (cli.md). These tools let users edit existing images and request variations via the gateway's /v1/images/edits and /v1/images/variations endpoints, following the same pattern as the existing ImageGeneration tool.

Changes

  • Added "Image" row to the Tool Categories table listing ImageGeneration, ImageEdit, and ImageVariation
  • Added ImageEdit tool documentation section with parameters (image, prompt, quality, size) and configuration YAML
  • Added ImageVariation tool documentation section with parameters (image, size) and configuration YAML

@edenreich
edenreich marked this pull request as ready for review August 2, 2026 02:06
@edenreich
edenreich requested a review from a team as a code owner August 2, 2026 02:06
@edenreich
edenreich merged commit b8f7816 into main Aug 2, 2026
6 checks passed
@edenreich
edenreich deleted the fix/issue-509 branch August 2, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] CLI ImageEdit and ImageVariation tools

1 participant