Skip to content

Commit db49779

Browse files
authored
Add audio to ModelType enum (#241)
1 parent 78e8851 commit db49779

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
@@ -15,6 +15,7 @@ class ModelType(str, Enum):
1515
EMBEDDING = "embedding"
1616
MODERATION = "moderation"
1717
RERANK = "rerank"
18+
AUDIO = "audio"
1819

1920

2021
class PricingObject(BaseModel):

0 commit comments

Comments
 (0)