We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a47569 commit 4a7b4d1Copy full SHA for 4a7b4d1
src/together/types/models.py
@@ -14,6 +14,7 @@ class ModelType(str, Enum):
14
IMAGE = "image"
15
EMBEDDING = "embedding"
16
MODERATION = "moderation"
17
+ RERANK = "rerank"
18
19
20
class PricingObject(BaseModel):
0 commit comments