Skip to content

Commit 0a4c399

Browse files
Merge branch 'main' into speech-to-text
2 parents f407cd3 + 724a192 commit 0a4c399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/together/types/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class ModelType(str, Enum):
1616
MODERATION = "moderation"
1717
RERANK = "rerank"
1818
AUDIO = "audio"
19+
TRANSCRIBE = "transcribe"
1920

2021

2122
class PricingObject(BaseModel):

0 commit comments

Comments
 (0)