diff --git a/pyproject.toml b/pyproject.toml index ddc0c6f..7b09c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "speechall" -version = "0.5.0" +version = "0.6.0" description = "Python SDK for Speechall API - Speech-to-text transcription service" readme = "README.md" requires-python = ">=3.8" @@ -61,4 +61,3 @@ disallow_untyped_defs = true members = [ "examples", ] - diff --git a/src/types/transcription_model_identifier.py b/src/types/transcription_model_identifier.py index df2c58a..b768640 100644 --- a/src/types/transcription_model_identifier.py +++ b/src/types/transcription_model_identifier.py @@ -61,6 +61,8 @@ "revai.machine", "speechmatics.enhanced", "speechmatics.standard", + "togetherai.nvidia-parakeet-tdt-0.6b-v3", + "xai.grok-stt", ], typing.Any, ] diff --git a/src/types/transcription_provider.py b/src/types/transcription_provider.py index 086faa6..0fe10bf 100644 --- a/src/types/transcription_provider.py +++ b/src/types/transcription_provider.py @@ -19,6 +19,8 @@ "openai", "revai", "speechmatics", + "togetherai", + "xai", ], typing.Any, ]