From 2ba055294b4e4e47a1b67fe33f06c42a42bff63c Mon Sep 17 00:00:00 2001 From: Together-Jonathan Date: Thu, 10 Jul 2025 13:32:07 -0400 Subject: [PATCH] Adding transcribe to models.py to resolve error with getmodels call --- src/together/types/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/together/types/models.py b/src/together/types/models.py index 9d08a4c1..fce0c482 100644 --- a/src/together/types/models.py +++ b/src/together/types/models.py @@ -16,6 +16,7 @@ class ModelType(str, Enum): MODERATION = "moderation" RERANK = "rerank" AUDIO = "audio" + TRANSCRIBE = "transcribe" class PricingObject(BaseModel):