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.SamplingRequestParams.g.cs
+23-24Lines changed: 23 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,11 @@ namespace Ideogram
9
9
publicsealedpartialclassSamplingRequestParams
10
10
{
11
11
/// <summary>
12
-
/// (Cannot be used in conjunction with resolution) The aspect ratio to use for image generation, which determines the image's resolution. Defaults to ASPECT_1_1.<br/>
13
-
/// Example: ASPECT_10_16
12
+
/// The aspect ratio to use for image generation, which determines the image's resolution. Cannot be used in conjunction with resolution. Defaults to 1x1.
/// The model used to generate an image or edit one. /generate and /remix supports all model types, however, /edit is only supported for V_2 and V_2_TURBO.<br/>
@@ -54,13 +52,14 @@ public sealed partial class SamplingRequestParams
54
52
publicint?Seed{get;set;}
55
53
56
54
/// <summary>
57
-
/// The style type to generate with; this is only applicable for models V_2 and above and should not be specified for model versions V_1.<br/>
/// 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/>
@@ -78,13 +77,13 @@ public sealed partial class SamplingRequestParams
78
77
publicint?NumImages{get;set;}
79
78
80
79
/// <summary>
81
-
/// (For model_version for 2.0 only, cannot be used in conjunction with aspect_ratio) The resolution to use for image generation, represented in width x height. If not specified, defaults to using aspect_ratio.<br/>
82
-
/// Example: RESOLUTION_1024_1024
80
+
/// The resolutions supported for Ideogram 3.0.<br/>
/// 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). Not supported by V_1, V_1_TURBO, V_2A and V_2A_TURBO models.
@@ -103,8 +102,7 @@ public sealed partial class SamplingRequestParams
103
102
/// Initializes a new instance of the <see cref="SamplingRequestParams" /> class.
104
103
/// </summary>
105
104
/// <param name="aspectRatio">
106
-
/// (Cannot be used in conjunction with resolution) The aspect ratio to use for image generation, which determines the image's resolution. Defaults to ASPECT_1_1.<br/>
107
-
/// Example: ASPECT_10_16
105
+
/// The aspect ratio to use for image generation, which determines the image's resolution. Cannot be used in conjunction with resolution. Defaults to 1x1.
108
106
/// </param>
109
107
/// <param name="model">
110
108
/// The model used to generate an image or edit one. /generate and /remix supports all model types, however, /edit is only supported for V_2 and V_2_TURBO.<br/>
@@ -124,8 +122,9 @@ public sealed partial class SamplingRequestParams
124
122
/// Example: 12345
125
123
/// </param>
126
124
/// <param name="styleType">
127
-
/// The style type to generate with; this is only applicable for models V_2 and above and should not be specified for model versions V_1.<br/>
128
-
/// Example: REALISTIC
125
+
/// The style type to generate with.<br/>
126
+
/// Default Value: GENERAL<br/>
127
+
/// Example: GENERAL
129
128
/// </param>
130
129
/// <param name="negativePrompt">
131
130
/// 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/>
@@ -136,8 +135,8 @@ public sealed partial class SamplingRequestParams
136
135
/// Default Value: 1
137
136
/// </param>
138
137
/// <param name="resolution">
139
-
/// (For model_version for 2.0 only, cannot be used in conjunction with aspect_ratio) The resolution to use for image generation, represented in width x height. If not specified, defaults to using aspect_ratio.<br/>
140
-
/// Example: RESOLUTION_1024_1024
138
+
/// The resolutions supported for Ideogram 3.0.<br/>
139
+
/// Example: 1280x800
141
140
/// </param>
142
141
/// <param name="colorPalette">
143
142
/// 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). Not supported by V_1, V_1_TURBO, V_2A and V_2A_TURBO models.
@@ -146,15 +145,15 @@ public sealed partial class SamplingRequestParams
0 commit comments