diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
index f91f2e0..041b8fa 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.Transcript.g.cs
@@ -155,7 +155,7 @@ public sealed partial class Transcript
public required global::System.Guid Id { get; set; }
///
- /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
///
[global::System.Text.Json.Serialization.JsonPropertyName("keyterms_prompt")]
public global::System.Collections.Generic.IList? KeytermsPrompt { get; set; }
@@ -210,7 +210,7 @@ public sealed partial class Transcript
///
/// Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
[global::System.Text.Json.Serialization.JsonPropertyName("prompt")]
public string? Prompt { get; set; }
@@ -346,7 +346,7 @@ public sealed partial class Transcript
///
/// Whether [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) were removed from the transcript text.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
[global::System.Text.Json.Serialization.JsonPropertyName("remove_audio_tags")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::AssemblyAI.JsonConverters.OneOfJsonConverter))]
@@ -354,7 +354,7 @@ public sealed partial class Transcript
///
/// The temperature that was used for the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- /// Note: This parameter can only be used with the Universal-3-Pro model.
+ /// Note: This parameter can only be used with the Universal-3 Pro model.
///
[global::System.Text.Json.Serialization.JsonPropertyName("temperature")]
public double? Temperature { get; set; }
@@ -535,7 +535,7 @@ public sealed partial class Transcript
/// The unique identifier of your transcript
///
///
- /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
///
///
/// The language of your audio file.
@@ -565,7 +565,7 @@ public sealed partial class Transcript
///
///
/// Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
///
/// Whether [Automatic Punctuation](https://www.assemblyai.com/docs/pre-recorded-audio) is enabled, either true or false
@@ -622,11 +622,11 @@ public sealed partial class Transcript
///
///
/// Whether [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) were removed from the transcript text.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
///
/// The temperature that was used for the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- /// Note: This parameter can only be used with the Universal-3-Pro model.
+ /// Note: This parameter can only be used with the Universal-3 Pro model.
///
///
/// The textual transcript of your media file
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
index 1a6a045..9455fa4 100644
--- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
+++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs
@@ -94,7 +94,7 @@ public sealed partial class TranscriptOptionalParams
public bool? IabCategories { get; set; }
///
- /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
///
[global::System.Text.Json.Serialization.JsonPropertyName("keyterms_prompt")]
public global::System.Collections.Generic.IList? KeytermsPrompt { get; set; }
@@ -146,7 +146,7 @@ public sealed partial class TranscriptOptionalParams
///
/// Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
[global::System.Text.Json.Serialization.JsonPropertyName("prompt")]
public string? Prompt { get; set; }
@@ -276,7 +276,7 @@ public sealed partial class TranscriptOptionalParams
///
/// Remove [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) from the transcript text. Set to `"all"` to remove all audio tags.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
/// Default Value: openapi-json-null-sentinel-value-2BF93600-0FE4-4250-987A-E5DDB203E464
///
[global::System.Text.Json.Serialization.JsonPropertyName("remove_audio_tags")]
@@ -285,7 +285,7 @@ public sealed partial class TranscriptOptionalParams
///
/// Control the amount of randomness injected into the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- /// Note: This parameter can only be used with the Universal-3-Pro model.
+ /// Note: This parameter can only be used with the Universal-3 Pro model.
/// Default Value: 0.0
///
[global::System.Text.Json.Serialization.JsonPropertyName("temperature")]
@@ -384,7 +384,7 @@ public sealed partial class TranscriptOptionalParams
/// Default Value: false
///
///
- /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ /// Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
///
///
/// The language of your audio file. Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/pre-recorded-audio/supported-languages).
@@ -414,7 +414,7 @@ public sealed partial class TranscriptOptionalParams
///
///
/// Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
///
///
/// Enable [Automatic Punctuation](https://www.assemblyai.com/docs/pre-recorded-audio), can be true or false
@@ -471,12 +471,12 @@ public sealed partial class TranscriptOptionalParams
///
///
/// Remove [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) from the transcript text. Set to `"all"` to remove all audio tags.
- /// Note: This parameter is only supported for the Universal-3-Pro model.
+ /// Note: This parameter is only supported for the Universal-3 Pro model.
/// Default Value: openapi-json-null-sentinel-value-2BF93600-0FE4-4250-987A-E5DDB203E464
///
///
/// Control the amount of randomness injected into the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- /// Note: This parameter can only be used with the Universal-3-Pro model.
+ /// Note: This parameter can only be used with the Universal-3 Pro model.
/// Default Value: 0.0
///
///
diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml
index 2f94a71..d39fc31 100644
--- a/src/libs/AssemblyAI/openapi.yaml
+++ b/src/libs/AssemblyAI/openapi.yaml
@@ -1335,7 +1335,7 @@ components:
keyterms_prompt:
x-label: Keyterms prompt
description: |
- Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
type: array
items:
x-label: Keyterm
@@ -1427,7 +1427,7 @@ components:
description: |
Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- Note: This parameter is only supported for the Universal-3-Pro model.
+ Note: This parameter is only supported for the Universal-3 Pro model.
type: string
punctuate:
@@ -1578,7 +1578,7 @@ components:
description: |
Remove [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) from the transcript text. Set to `"all"` to remove all audio tags.
- Note: This parameter is only supported for the Universal-3-Pro model.
+ Note: This parameter is only supported for the Universal-3 Pro model.
oneOf:
- type: string
enum:
@@ -1591,7 +1591,7 @@ components:
description: |
Control the amount of randomness injected into the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- Note: This parameter can only be used with the Universal-3-Pro model.
+ Note: This parameter can only be used with the Universal-3 Pro model.
type: number
minimum: 0.0
maximum: 1.0
@@ -2836,7 +2836,7 @@ components:
keyterms_prompt:
x-label: Keyterms prompt
description: |
- Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3-Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
+ Improve accuracy with up to 200 (for Universal-2) or 1000 (for Universal-3 Pro) domain-specific words or phrases (maximum 6 words per phrase). See [Keyterms Prompting](https://www.assemblyai.com/docs/pre-recorded-audio/keyterms-prompting) for more details.
type: array
items:
x-label: Keyterm
@@ -2931,7 +2931,7 @@ components:
description: |
Provide natural language prompting of up to 1,500 words of contextual information to the model. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for best practices.
- Note: This parameter is only supported for the Universal-3-Pro model.
+ Note: This parameter is only supported for the Universal-3 Pro model.
type: string
punctuate:
@@ -3078,7 +3078,7 @@ components:
description: |
Whether [audio event tags](https://www.assemblyai.com/docs/pre-recorded-audio/universal-3-pro#audio-event-tags) were removed from the transcript text.
- Note: This parameter is only supported for the Universal-3-Pro model.
+ Note: This parameter is only supported for the Universal-3 Pro model.
oneOf:
- type: string
enum:
@@ -3090,7 +3090,7 @@ components:
description: |
The temperature that was used for the model's response. See the [Prompting Guide](https://www.assemblyai.com/docs/pre-recorded-audio/prompting) for more details.
- Note: This parameter can only be used with the Universal-3-Pro model.
+ Note: This parameter can only be used with the Universal-3 Pro model.
type: [number, "null"]
minimum: 0.0
maximum: 1.0