You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Ideogram/Generated/Ideogram.Models.ColorPaletteWithPresetNameOrMembers.g.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
namespaceIdeogram
6
6
{
7
7
/// <summary>
8
-
/// A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
8
+
/// Only available for model version V_2 and V_2_TURBO. A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
/// Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.<br/>
74
+
/// Only available for model versions V_1, V_1_TURBO, V_2 and V_2_TURBO. Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.<br/>
75
75
/// Example: brush strokes, painting
76
76
/// </summary>
77
77
/// <example>brush strokes, painting</example>
@@ -94,7 +94,7 @@ public sealed partial class ImageRequest
/// A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
97
+
/// Only available for model version V_2 and V_2_TURBO. A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
@@ -138,7 +138,7 @@ public sealed partial class ImageRequest
138
138
/// Example: REALISTIC
139
139
/// </param>
140
140
/// <param name="negativePrompt">
141
-
/// Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.<br/>
141
+
/// Only available for model versions V_1, V_1_TURBO, V_2 and V_2_TURBO. Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.<br/>
142
142
/// Example: brush strokes, painting
143
143
/// </param>
144
144
/// <param name="numImages">
@@ -149,7 +149,7 @@ public sealed partial class ImageRequest
149
149
/// Example: RESOLUTION_1024_1024
150
150
/// </param>
151
151
/// <param name="colorPalette">
152
-
/// A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
152
+
/// Only available for model version V_2 and V_2_TURBO. A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).
Copy file name to clipboardExpand all lines: src/libs/Ideogram/openapi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -704,7 +704,7 @@ components:
704
704
$ref: '#/components/schemas/StyleType'
705
705
negative_prompt:
706
706
type: string
707
-
description: Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.
707
+
description: 'Only available for model versions V_1, V_1_TURBO, V_2 and V_2_TURBO. Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.'
description: 'A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).'
1341
+
description: 'Only available for model version V_2 and V_2_TURBO. A color palette for generation, must EITHER be specified via one of the presets (name) or explicitly via hexadecimal representations of the color with optional weights (members).'
0 commit comments