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 78e8851 commit db49779Copy full SHA for db49779
src/together/types/models.py
@@ -15,6 +15,7 @@ class ModelType(str, Enum):
15
EMBEDDING = "embedding"
16
MODERATION = "moderation"
17
RERANK = "rerank"
18
+ AUDIO = "audio"
19
20
21
class PricingObject(BaseModel):
0 commit comments