Fill gaps from assistant conversations: image edit output and LoRA docs - #488
Open
mintlify[bot] wants to merge 2 commits into
Open
Fill gaps from assistant conversations: image edit output and LoRA docs#488mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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 recurring points of confusion surfaced by assistant conversations: whether an OpenAI-compatible
/images/editsendpoint exists, how to control the image edit response format, and what LoRA support the image API actually offers. Includes a best-practices pass (translations, SEO metadata).Changes
guides/media/image-editing.mdx: added a note that no/images/editsendpoint exists (use native/image/edit), added a "Response format" section explaining edits always return raw binary with noresponse_format/b64_jsonoption, and documented theoutput_formatandresolutionparameters (verified against the OpenAPI spec).guides/media/image-generation.mdx: added a "LoRA support" section andlora_strengthparameter row clarifying that LoRAs are built into models, strength is adjustable vialora_strength, and custom LoRA uploads are not supported.guides/getting-started/openai-migration.mdx: added an Image Edits row to the feature compatibility table pointing to the native edit endpoint.descriptionfrontmatter to unique, 130-155 character summaries.Context
Assistant query buckets from the past week showed unanswered threads about
/images/edits, JSON responses from image editing, and loading custom LoRAs. All added facts were verified againstswagger.yaml. Validation and broken-link checks pass.