We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f407cd3 + 724a192 commit 0a4c399Copy full SHA for 0a4c399
1 file changed
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