diff --git a/src/libs/Ideogram/Generated/Ideogram.Models.ColorPaletteWithPresetNameOrMembers.g.cs b/src/libs/Ideogram/Generated/Ideogram.Models.ColorPaletteWithPresetNameOrMembers.g.cs index e82de73..85be46b 100644 --- a/src/libs/Ideogram/Generated/Ideogram.Models.ColorPaletteWithPresetNameOrMembers.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.Models.ColorPaletteWithPresetNameOrMembers.g.cs @@ -5,7 +5,7 @@ namespace Ideogram { /// - /// 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). + /// 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). /// public readonly partial struct ColorPaletteWithPresetNameOrMembers : global::System.IEquatable { diff --git a/src/libs/Ideogram/Generated/Ideogram.Models.ImageRequest.g.cs b/src/libs/Ideogram/Generated/Ideogram.Models.ImageRequest.g.cs index 4c0dd73..e80fda7 100644 --- a/src/libs/Ideogram/Generated/Ideogram.Models.ImageRequest.g.cs +++ b/src/libs/Ideogram/Generated/Ideogram.Models.ImageRequest.g.cs @@ -71,7 +71,7 @@ public sealed partial class ImageRequest public global::Ideogram.StyleType? StyleType { get; set; } /// - /// Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.
+ /// 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.
/// Example: brush strokes, painting ///
/// brush strokes, painting @@ -94,7 +94,7 @@ public sealed partial class ImageRequest public global::Ideogram.Resolution? Resolution { get; set; } /// - /// 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). + /// 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). /// [global::System.Text.Json.Serialization.JsonPropertyName("color_palette")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Ideogram.JsonConverters.ColorPaletteWithPresetNameOrMembersJsonConverter))] @@ -138,7 +138,7 @@ public sealed partial class ImageRequest /// Example: REALISTIC /// /// - /// Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt.
+ /// 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.
/// Example: brush strokes, painting /// /// @@ -149,7 +149,7 @@ public sealed partial class ImageRequest /// Example: RESOLUTION_1024_1024 /// /// - /// 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). + /// 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). /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] diff --git a/src/libs/Ideogram/openapi.yaml b/src/libs/Ideogram/openapi.yaml index 561102b..e4b061e 100644 --- a/src/libs/Ideogram/openapi.yaml +++ b/src/libs/Ideogram/openapi.yaml @@ -704,7 +704,7 @@ components: $ref: '#/components/schemas/StyleType' negative_prompt: type: string - description: Description of what to exclude from an image. Descriptions in the prompt take precedence to descriptions in the negative prompt. + 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.' example: 'brush strokes, painting' num_images: title: num_images @@ -1338,7 +1338,7 @@ components: oneOf: - $ref: '#/components/schemas/ColorPaletteWithPresetName' - $ref: '#/components/schemas/ColorPaletteWithMembers' - 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).' + 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).' ColorPaletteWithPresetName: title: ColorPaletteWithPresetName required: