From 19cfad3bf8a586414c05181c58375d2a80ba8814 Mon Sep 17 00:00:00 2001 From: Dumitru Gutu Date: Tue, 16 Jun 2026 12:19:47 +0100 Subject: [PATCH] Export new Model in batch sdk --- sdk/batch/speechmatics/batch/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/batch/speechmatics/batch/__init__.py b/sdk/batch/speechmatics/batch/__init__.py index fd9b698..c889cbb 100644 --- a/sdk/batch/speechmatics/batch/__init__.py +++ b/sdk/batch/speechmatics/batch/__init__.py @@ -22,6 +22,7 @@ from ._models import JobInfo from ._models import JobStatus from ._models import JobType +from ._models import Model from ._models import NotificationConfig from ._models import NotificationContents from ._models import NotificationMethod @@ -58,6 +59,7 @@ "JobStatus", "JobType", "JWTAuth", + "Model", "NotificationConfig", "NotificationContents", "NotificationMethod",