diff --git a/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostEditImageV2V3.g.cs b/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostEditImageV2V3.g.cs index 6031d7b..6466027 100644 --- a/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostEditImageV2V3.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostEditImageV2V3.g.cs @@ -45,8 +45,6 @@ partial void ProcessPostEditImageV2V3ResponseContent( /// Edit with Ideogram V2
/// Edit one or more images using a text prompt. Provide images via file upload
/// or Ideogram image URLs, and describe the desired edit in your prompt.
- /// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the
- /// prompt to determine what to change.
/// Supported image formats include JPEG, PNG, and WebP.
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it. /// @@ -663,8 +661,6 @@ partial void ProcessPostEditImageV2V3ResponseContent( /// Edit with Ideogram V2
/// Edit one or more images using a text prompt. Provide images via file upload
/// or Ideogram image URLs, and describe the desired edit in your prompt.
- /// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the
- /// prompt to determine what to change.
/// Supported image formats include JPEG, PNG, and WebP.
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it. /// diff --git a/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostEditImageV2V3.g.cs b/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostEditImageV2V3.g.cs index f0e74dc..dfd0a36 100644 --- a/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostEditImageV2V3.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostEditImageV2V3.g.cs @@ -8,8 +8,6 @@ public partial interface IGenerateClient /// Edit with Ideogram V2
/// Edit one or more images using a text prompt. Provide images via file upload
/// or Ideogram image URLs, and describe the desired edit in your prompt.
- /// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the
- /// prompt to determine what to change.
/// Supported image formats include JPEG, PNG, and WebP.
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it. /// @@ -26,8 +24,6 @@ public partial interface IGenerateClient /// Edit with Ideogram V2
/// Edit one or more images using a text prompt. Provide images via file upload
/// or Ideogram image URLs, and describe the desired edit in your prompt.
- /// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the
- /// prompt to determine what to change.
/// Supported image formats include JPEG, PNG, and WebP.
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it. /// diff --git a/src/libs/Ideogram/Generated/autosdk.generated-examples.json b/src/libs/Ideogram/Generated/autosdk.generated-examples.json index b595726..b955356 100644 --- a/src/libs/Ideogram/Generated/autosdk.generated-examples.json +++ b/src/libs/Ideogram/Generated/autosdk.generated-examples.json @@ -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", diff --git a/src/libs/Ideogram/openapi.json b/src/libs/Ideogram/openapi.json index fb0b701..579e6b3 100644 --- a/src/libs/Ideogram/openapi.json +++ b/src/libs/Ideogram/openapi.json @@ -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": {