diff --git a/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs b/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs
index 6cd0771..6e48fd6 100644
--- a/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs
+++ b/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs
@@ -9,8 +9,10 @@ namespace Inworld
public sealed partial class TranscribeConfig
{
///
- /// Provider-qualified model ID, e.g. `inworld/inworld-stt-v1`,
- /// `groq/whisper-large-v3`, or `assemblyai/universal-2`.
+ /// Provider-qualified model ID, e.g. `inworld/inworld-stt-1`,
+ /// `deepgram/flux-general-en`, `deepgram/flux-general-multi`,
+ /// `soniox/stt-rt-v5`, `groq/whisper-large-v3`, or
+ /// `assemblyai/universal-2`.
///
[global::System.Text.Json.Serialization.JsonPropertyName("modelId")]
public string? ModelId { get; set; }
@@ -62,8 +64,10 @@ public sealed partial class TranscribeConfig
/// Initializes a new instance of the class.
///
///
- /// Provider-qualified model ID, e.g. `inworld/inworld-stt-v1`,
- /// `groq/whisper-large-v3`, or `assemblyai/universal-2`.
+ /// Provider-qualified model ID, e.g. `inworld/inworld-stt-1`,
+ /// `deepgram/flux-general-en`, `deepgram/flux-general-multi`,
+ /// `soniox/stt-rt-v5`, `groq/whisper-large-v3`, or
+ /// `assemblyai/universal-2`.
///
///
/// Audio encoding used for STT input.
diff --git a/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs b/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs
index ee7741c..c57793f 100644
--- a/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs
+++ b/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs
@@ -9,7 +9,7 @@ namespace Inworld.Realtime
public sealed partial class SttTranscribeConfigParams
{
///
- ///
+ /// |
///
[global::System.Text.Json.Serialization.JsonPropertyName("modelId")]
public string? ModelId { get; set; }
@@ -95,7 +95,9 @@ public sealed partial class SttTranscribeConfigParams
///
/// Initializes a new instance of the class.
///
- ///
+ ///
+ /// |
+ ///
///
///
///