diff --git a/src/libs/Cohere/Generated/Cohere.CohereApi.Generate.g.cs b/src/libs/Cohere/Generated/Cohere.CohereApi.Generate.g.cs
index 90e64ac..c0ab57b 100644
--- a/src/libs/Cohere/Generated/Cohere.CohereApi.Generate.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.CohereApi.Generate.g.cs
@@ -601,9 +601,9 @@ partial void ProcessGenerateResponseContent(
/// Included only in requests
///
///
- /// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
+ /// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.
- /// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.
+ /// WARNING: `ALL` is deprecated, and will be removed in a future release.
/// Default Value: NONE
///
///
diff --git a/src/libs/Cohere/Generated/Cohere.ICohereApi.Generate.g.cs b/src/libs/Cohere/Generated/Cohere.ICohereApi.Generate.g.cs
index ff21486..fefabec 100644
--- a/src/libs/Cohere/Generated/Cohere.ICohereApi.Generate.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.ICohereApi.Generate.g.cs
@@ -112,9 +112,9 @@ public partial interface ICohereApi
/// Included only in requests
///
///
- /// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
+ /// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.
- /// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.
+ /// WARNING: `ALL` is deprecated, and will be removed in a future release.
/// Default Value: NONE
///
///
diff --git a/src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs b/src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs
index d8be1a1..9b45ca8 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.GenerateRequest.g.cs
@@ -140,9 +140,9 @@ public sealed partial class GenerateRequest
public double? PresencePenalty { get; set; }
///
- /// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
+ /// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.
- /// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.
+ /// WARNING: `ALL` is deprecated, and will be removed in a future release.
/// Default Value: NONE
///
[global::System.Text.Json.Serialization.JsonPropertyName("return_likelihoods")]
@@ -248,9 +248,9 @@ public sealed partial class GenerateRequest
/// Included only in requests
///
///
- /// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
+ /// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.
- /// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.
+ /// WARNING: `ALL` is deprecated, and will be removed in a future release.
/// Default Value: NONE
///
///
diff --git a/src/libs/Cohere/Generated/Cohere.Models.GenerateRequestReturnLikelihoods.g.cs b/src/libs/Cohere/Generated/Cohere.Models.GenerateRequestReturnLikelihoods.g.cs
index 78dd2f7..48b3d09 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.GenerateRequestReturnLikelihoods.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.GenerateRequestReturnLikelihoods.g.cs
@@ -4,9 +4,9 @@
namespace Cohere
{
///
- /// One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
+ /// One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.
/// If `GENERATION` is selected, the token likelihoods will only be provided for generated text.
- /// If `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text.
+ /// WARNING: `ALL` is deprecated, and will be removed in a future release.
/// Default Value: NONE
///
public enum GenerateRequestReturnLikelihoods
@@ -16,7 +16,7 @@ public enum GenerateRequestReturnLikelihoods
///
GENERATION,
///
- ///
+ /// `ALL` is deprecated, and will be removed in a future release.
///
ALL,
///
diff --git a/src/libs/Cohere/openapi.yaml b/src/libs/Cohere/openapi.yaml
index 1875df8..9f051ae 100644
--- a/src/libs/Cohere/openapi.yaml
+++ b/src/libs/Cohere/openapi.yaml
@@ -1440,7 +1440,7 @@ paths:
- ALL
- NONE
type: string
- description: "One of `GENERATION|ALL|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.\n\nIf `GENERATION` is selected, the token likelihoods will only be provided for generated text.\n\nIf `ALL` is selected, the token likelihoods will be provided both for the prompt and the generated text."
+ description: "One of `GENERATION|NONE` to specify how and if the token likelihoods are returned with the response. Defaults to `NONE`.\n\nIf `GENERATION` is selected, the token likelihoods will only be provided for generated text.\n\nWARNING: `ALL` is deprecated, and will be removed in a future release."
default: NONE
x-fern-audiences:
- public