diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletions.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletions.g.cs
index ea9047a..4a1e0e2 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletions.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletions.g.cs
@@ -188,7 +188,7 @@ partial void ProcessOpenaiChatCompletionsResponseContent(
/// up to 16 sequences where the API will stop generating further tokens
///
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
///
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletions.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletions.g.cs
index af306f2..e776e4a 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletions.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletions.g.cs
@@ -182,7 +182,7 @@ partial void ProcessOpenaiCompletionsResponseContent(
/// Default Value: 0
///
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
///
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiChatCompletions.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiChatCompletions.g.cs
index 8b11c8f..a2530a1 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiChatCompletions.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiChatCompletions.g.cs
@@ -65,7 +65,7 @@ public partial interface IDeepInfraApi
/// up to 16 sequences where the API will stop generating further tokens
///
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
///
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiCompletions.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiCompletions.g.cs
index 1143d76..baabc8f 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiCompletions.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.IDeepInfraApi.OpenaiCompletions.g.cs
@@ -59,7 +59,7 @@ public partial interface IDeepInfraApi
/// Default Value: 0
///
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
///
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs
index f60bf41..d5186eb 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs
@@ -75,7 +75,7 @@ public sealed partial class OpenAIChatCompletionsIn
public global::DeepInfra.AnyOf>? Stop { get; set; }
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
[global::System.Text.Json.Serialization.JsonPropertyName("n")]
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs
index 5f6da0b..40640d8 100644
--- a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs
+++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs
@@ -62,7 +62,7 @@ public sealed partial class OpenAICompletionsIn
public int? TopK { get; set; }
///
- /// number of sequences to return. n != 1 incompatible with streaming
+ /// number of sequences to return
/// Default Value: 1
///
[global::System.Text.Json.Serialization.JsonPropertyName("n")]
diff --git a/src/libs/DeepInfra/openapi.yaml b/src/libs/DeepInfra/openapi.yaml
index 3a9062d..c80ec88 100644
--- a/src/libs/DeepInfra/openapi.yaml
+++ b/src/libs/DeepInfra/openapi.yaml
@@ -3840,10 +3840,10 @@ components:
description: up to 16 sequences where the API will stop generating further tokens
n:
title: N
- maximum: 2.0
+ maximum: 4.0
minimum: 1.0
type: integer
- description: number of sequences to return. n != 1 incompatible with streaming
+ description: number of sequences to return
default: 1
presence_penalty:
title: Presence Penalty
@@ -3948,10 +3948,10 @@ components:
default: 0
n:
title: N
- maximum: 2.0
+ maximum: 4.0
minimum: 1.0
type: integer
- description: number of sequences to return. n != 1 incompatible with streaming
+ description: number of sequences to return
default: 1
stream:
title: Stream