Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ partial void ProcessPostEditImageV2V3ResponseContent(
/// Edit with Ideogram V2<br/>
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
/// prompt to determine what to change.<br/>
/// Supported image formats include JPEG, PNG, and WebP.<br/>
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
Expand Down Expand Up @@ -663,8 +661,6 @@ partial void ProcessPostEditImageV2V3ResponseContent(
/// Edit with Ideogram V2<br/>
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
/// prompt to determine what to change.<br/>
/// Supported image formats include JPEG, PNG, and WebP.<br/>
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ public partial interface IGenerateClient
/// Edit with Ideogram V2<br/>
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
/// prompt to determine what to change.<br/>
/// Supported image formats include JPEG, PNG, and WebP.<br/>
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
Expand All @@ -26,8 +24,6 @@ public partial interface IGenerateClient
/// Edit with Ideogram V2<br/>
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
/// prompt to determine what to change.<br/>
/// Supported image formats include JPEG, PNG, and WebP.<br/>
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"Order": 8,
"Title": "Edit with Ideogram V2",
"Slug": "post-edit-image-v2-v3",
"Description": "Edit one or more images using a text prompt. Provide images via file upload\nor Ideogram image URLs, and describe the desired edit in your prompt.\n\nUnlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the\nprompt to determine what to change.\n\nSupported image formats include JPEG, PNG, and WebP.\n\nImages links are available for a limited period of time; if you would like to keep the image, you must download it.",
"Description": "Edit one or more images using a text prompt. Provide images via file upload\nor Ideogram image URLs, and describe the desired edit in your prompt.\n\nSupported image formats include JPEG, PNG, and WebP.\n\nImages links are available for a limited period of time; if you would like to keep the image, you must download it.",
"Language": "http",
"Code": "### Edit with Ideogram V2\n# @name post_edit_image_v2_v3\nPOST {{host}}/v1/ideogram-v3/instructional-edit\nAuthorization: Bearer {{token}}\nContent-Type: multipart/form-data\nAccept: application/json\n\n## Responses\n# 200\n# Description: Image edits generated successfully.\n# Content-Type: application/json\n# 400\n# Description: Invalid input provided.\n# 401\n# Description: Not authorized to generate an image.\n# 402\n# Description: Insufficient credits or quota.\n# 422\n# Description: Prompt or provided image failed safety checks.\n# Content-Type: application/json\n# 429\n# Description: Too many requests.\n# 503\n# Description: Image generation service temporarily unavailable.",
"Format": "http",
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Ideogram/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@
},
"/v1/ideogram-v3/instructional-edit": {
"post": {
"description": "Edit one or more images using a text prompt. Provide images via file upload\nor Ideogram image URLs, and describe the desired edit in your prompt.\n\nUnlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the\nprompt to determine what to change.\n\nSupported image formats include JPEG, PNG, and WebP.\n\nImages links are available for a limited period of time; if you would like to keep the image, you must download it.\n",
"description": "Edit one or more images using a text prompt. Provide images via file upload\nor Ideogram image URLs, and describe the desired edit in your prompt.\n\nSupported image formats include JPEG, PNG, and WebP.\n\nImages links are available for a limited period of time; if you would like to keep the image, you must download it.\n",
"operationId": "post_edit_image_v2_v3",
"requestBody": {
"content": {
Expand Down