We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9071dc commit 468a561Copy full SHA for 468a561
src/together/types/models.py
@@ -16,6 +16,7 @@ class ModelType(str, Enum):
16
MODERATION = "moderation"
17
RERANK = "rerank"
18
AUDIO = "audio"
19
+ TRANSCRIBE = "transcribe"
20
21
22
class PricingObject(BaseModel):
0 commit comments