diff --git a/src/libs/Cohere/Generated/Cohere.Models.CitationOptions.g.cs b/src/libs/Cohere/Generated/Cohere.Models.CitationOptions.g.cs
index b155d3ad..4b6b1ace 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.CitationOptions.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.CitationOptions.g.cs
@@ -11,7 +11,7 @@ public sealed partial class CitationOptions
///
/// Defaults to `"accurate"`.
/// Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results.
- /// **Note**: `command-r7b-12-2024` only supports `"fast"` and `"off"` modes. Its default is `"fast"`.
+ /// **Note**: `command-r7b-12-2024` and `command-a-03-2025` only support `"fast"` and `"off"` modes. The default is `"fast"`.
///
[global::System.Text.Json.Serialization.JsonPropertyName("mode")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::Cohere.JsonConverters.CitationOptionsModeJsonConverter))]
@@ -29,7 +29,7 @@ public sealed partial class CitationOptions
///
/// Defaults to `"accurate"`.
/// Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results.
- /// **Note**: `command-r7b-12-2024` only supports `"fast"` and `"off"` modes. Its default is `"fast"`.
+ /// **Note**: `command-r7b-12-2024` and `command-a-03-2025` only support `"fast"` and `"off"` modes. The default is `"fast"`.
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
diff --git a/src/libs/Cohere/Generated/Cohere.Models.CitationOptionsMode.g.cs b/src/libs/Cohere/Generated/Cohere.Models.CitationOptionsMode.g.cs
index 885c754d..0cbd41ff 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.CitationOptionsMode.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.CitationOptionsMode.g.cs
@@ -6,7 +6,7 @@ namespace Cohere
///
/// Defaults to `"accurate"`.
/// Dictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `"accurate"` results, `"fast"` results or no results.
- /// **Note**: `command-r7b-12-2024` only supports `"fast"` and `"off"` modes. Its default is `"fast"`.
+ /// **Note**: `command-r7b-12-2024` and `command-a-03-2025` only support `"fast"` and `"off"` modes. The default is `"fast"`.
///
public enum CitationOptionsMode
{
diff --git a/src/libs/Cohere/openapi.yaml b/src/libs/Cohere/openapi.yaml
index da7206b7..6147433e 100644
--- a/src/libs/Cohere/openapi.yaml
+++ b/src/libs/Cohere/openapi.yaml
@@ -12158,7 +12158,7 @@ components:
- ACCURATE
- OFF
type: string
- description: "Defaults to `\"accurate\"`.\nDictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `\"accurate\"` results, `\"fast\"` results or no results.\n\n**Note**: `command-r7b-12-2024` only supports `\"fast\"` and `\"off\"` modes. Its default is `\"fast\"`.\n"
+ description: "Defaults to `\"accurate\"`.\nDictates the approach taken to generating citations as part of the RAG flow by allowing the user to specify whether they want `\"accurate\"` results, `\"fast\"` results or no results.\n\n**Note**: `command-r7b-12-2024` and `command-a-03-2025` only support `\"fast\"` and `\"off\"` modes. The default is `\"fast\"`.\n"
description: Options for controlling citation generation.
CitationStartEvent:
allOf: