Skip to content

Commit b65f1ad

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#180)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent 81042a2 commit b65f1ad

4 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/libs/Ideogram/Generated/Ideogram.GenerateClient.PostEditImageV2V3.g.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ partial void ProcessPostEditImageV2V3ResponseContent(
4545
/// Edit with Ideogram V2<br/>
4646
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
4747
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
48-
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
49-
/// prompt to determine what to change.<br/>
5048
/// Supported image formats include JPEG, PNG, and WebP.<br/>
5149
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
5250
/// </summary>
@@ -663,8 +661,6 @@ partial void ProcessPostEditImageV2V3ResponseContent(
663661
/// Edit with Ideogram V2<br/>
664662
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
665663
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
666-
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
667-
/// prompt to determine what to change.<br/>
668664
/// Supported image formats include JPEG, PNG, and WebP.<br/>
669665
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
670666
/// </summary>

src/libs/Ideogram/Generated/Ideogram.IGenerateClient.PostEditImageV2V3.g.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ public partial interface IGenerateClient
88
/// Edit with Ideogram V2<br/>
99
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
1010
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
11-
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
12-
/// prompt to determine what to change.<br/>
1311
/// Supported image formats include JPEG, PNG, and WebP.<br/>
1412
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
1513
/// </summary>
@@ -26,8 +24,6 @@ public partial interface IGenerateClient
2624
/// Edit with Ideogram V2<br/>
2725
/// Edit one or more images using a text prompt. Provide images via file upload<br/>
2826
/// or Ideogram image URLs, and describe the desired edit in your prompt.<br/>
29-
/// Unlike inpainting (/v1/ideogram-v3/inpaint), no mask is required. The model interprets the<br/>
30-
/// prompt to determine what to change.<br/>
3127
/// Supported image formats include JPEG, PNG, and WebP.<br/>
3228
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
3329
/// </summary>

src/libs/Ideogram/Generated/autosdk.generated-examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"Order": 8,
8282
"Title": "Edit with Ideogram V2",
8383
"Slug": "post-edit-image-v2-v3",
84-
"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.",
84+
"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.",
8585
"Language": "http",
8686
"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.",
8787
"Format": "http",

src/libs/Ideogram/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@
27692769
},
27702770
"/v1/ideogram-v3/instructional-edit": {
27712771
"post": {
2772-
"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",
2772+
"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",
27732773
"operationId": "post_edit_image_v2_v3",
27742774
"requestBody": {
27752775
"content": {

0 commit comments

Comments
 (0)