We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830467b commit 767087eCopy full SHA for 767087e
1 file changed
openapi.yaml
@@ -723,6 +723,12 @@ paths:
723
-H "Authorization: Bearer $TOGETHER_API_KEY" \
724
-H "Content-Type: application/json"
725
operationId: models
726
+ parameters:
727
+ - name: dedicated
728
+ in: query
729
+ description: Filter models to only return dedicated models
730
+ schema:
731
+ type: boolean
732
responses:
733
'200':
734
description: '200'
0 commit comments