diff --git a/src/libs/Cohere/Generated/Cohere.CohereApi.Embedv2.g.cs b/src/libs/Cohere/Generated/Cohere.CohereApi.Embedv2.g.cs
index 6dbe3ef..dbe9707 100644
--- a/src/libs/Cohere/Generated/Cohere.CohereApi.Embedv2.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.CohereApi.Embedv2.g.cs
@@ -545,7 +545,7 @@ partial void ProcessEmbedv2ResponseContent(
/// - `"image"`: Used for embeddings with image input.
///
///
- /// Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
+ /// Specifies the types of embeddings you want to get back. Can be one or more of the following types.
/// * `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
/// * `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
/// * `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
diff --git a/src/libs/Cohere/Generated/Cohere.ICohereApi.Embedv2.g.cs b/src/libs/Cohere/Generated/Cohere.ICohereApi.Embedv2.g.cs
index a44561f..9384d90 100644
--- a/src/libs/Cohere/Generated/Cohere.ICohereApi.Embedv2.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.ICohereApi.Embedv2.g.cs
@@ -56,7 +56,7 @@ public partial interface ICohereApi
/// - `"image"`: Used for embeddings with image input.
///
///
- /// Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
+ /// Specifies the types of embeddings you want to get back. Can be one or more of the following types.
/// * `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
/// * `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
/// * `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
diff --git a/src/libs/Cohere/Generated/Cohere.Models.Embedv2Request.g.cs b/src/libs/Cohere/Generated/Cohere.Models.Embedv2Request.g.cs
index 5c5b521..55e7aeb 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.Embedv2Request.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.Embedv2Request.g.cs
@@ -52,7 +52,7 @@ public sealed partial class Embedv2Request
public required global::Cohere.EmbedInputType InputType { get; set; }
///
- /// Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
+ /// Specifies the types of embeddings you want to get back. Can be one or more of the following types.
/// * `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
/// * `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
/// * `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
@@ -113,7 +113,7 @@ public sealed partial class Embedv2Request
/// - `"image"`: Used for embeddings with image input.
///
///
- /// Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.
+ /// Specifies the types of embeddings you want to get back. Can be one or more of the following types.
/// * `"float"`: Use this when you want to get back the default float embeddings. Valid for all models.
/// * `"int8"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.
/// * `"uint8"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.
diff --git a/src/libs/Cohere/openapi.yaml b/src/libs/Cohere/openapi.yaml
index db4d8c9..2711470 100644
--- a/src/libs/Cohere/openapi.yaml
+++ b/src/libs/Cohere/openapi.yaml
@@ -4889,7 +4889,7 @@ paths:
type: array
items:
$ref: '#/components/schemas/EmbeddingType'
- description: "Specifies the types of embeddings you want to get back. Not required and default is None, which returns the Embed Floats response type. Can be one or more of the following types.\n\n* `\"float\"`: Use this when you want to get back the default float embeddings. Valid for all models.\n* `\"int8\"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.\n* `\"uint8\"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.\n* `\"binary\"`: Use this when you want to get back signed binary embeddings. Valid for only v3 models.\n* `\"ubinary\"`: Use this when you want to get back unsigned binary embeddings. Valid for only v3 models."
+ description: "Specifies the types of embeddings you want to get back. Can be one or more of the following types.\n\n* `\"float\"`: Use this when you want to get back the default float embeddings. Valid for all models.\n* `\"int8\"`: Use this when you want to get back signed int8 embeddings. Valid for only v3 models.\n* `\"uint8\"`: Use this when you want to get back unsigned int8 embeddings. Valid for only v3 models.\n* `\"binary\"`: Use this when you want to get back signed binary embeddings. Valid for only v3 models.\n* `\"ubinary\"`: Use this when you want to get back unsigned binary embeddings. Valid for only v3 models."
writeOnly: true
x-fern-audiences:
- public