Skip to content

Commit add33ec

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 722439b commit add33ec

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

src/libs/Ideogram/Generated/Ideogram.IVisionClient.PostDescribe.g.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public partial interface IVisionClient
2828
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
2929
/// </param>
3030
/// <param name="describeModelVersion">
31-
/// The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.
31+
/// The model version to use for describing images. Defaults to V_3.<br/>
32+
/// Default Value: V_3
3233
/// </param>
3334
/// <param name="cancellationToken">The token to cancel the operation with</param>
3435
/// <exception cref="global::System.InvalidOperationException"></exception>

src/libs/Ideogram/Generated/Ideogram.Models.DescribeModelVersion.g.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
namespace Ideogram
55
{
66
/// <summary>
7-
/// The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.
7+
/// The model version to use for describing images. Defaults to V_3.<br/>
8+
/// Default Value: V_3
89
/// </summary>
910
public enum DescribeModelVersion
1011
{

src/libs/Ideogram/Generated/Ideogram.Models.DescribeRequest.g.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public sealed partial class DescribeRequest
2323
public required string ImageFilename { get; set; }
2424

2525
/// <summary>
26-
/// The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.
26+
/// The model version to use for describing images. Defaults to V_3.<br/>
27+
/// Default Value: V_3
2728
/// </summary>
2829
[global::System.Text.Json.Serialization.JsonPropertyName("describe_model_version")]
2930
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::Ideogram.JsonConverters.DescribeModelVersionJsonConverter))]
@@ -45,7 +46,8 @@ public sealed partial class DescribeRequest
4546
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
4647
/// </param>
4748
/// <param name="describeModelVersion">
48-
/// The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.
49+
/// The model version to use for describing images. Defaults to V_3.<br/>
50+
/// Default Value: V_3
4951
/// </param>
5052
#if NET7_0_OR_GREATER
5153
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]

src/libs/Ideogram/Generated/Ideogram.VisionClient.PostDescribe.g.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ partial void ProcessPostDescribeResponseContent(
288288
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
289289
/// </param>
290290
/// <param name="describeModelVersion">
291-
/// The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.
291+
/// The model version to use for describing images. Defaults to V_3.<br/>
292+
/// Default Value: V_3
292293
/// </param>
293294
/// <param name="cancellationToken">The token to cancel the operation with</param>
294295
/// <exception cref="global::System.InvalidOperationException"></exception>

src/libs/Ideogram/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,8 @@ components:
20212021
- V_3
20222022
- CUSTOM
20232023
type: string
2024-
description: 'The model version to use for describing images. V_2 uses the current describe model, V_3 uses the new captioner model.'
2024+
description: The model version to use for describing images. Defaults to V_3.
2025+
default: V_3
20252026
MagicPromptOption:
20262027
title: MagicPromptOption
20272028
enum:

0 commit comments

Comments
 (0)