Skip to content

Commit eba3908

Browse files
committed
feat: Add models.list parameter for filtering to dedicated models only
1 parent 830467b commit eba3908

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,13 @@ paths:
723723
-H "Authorization: Bearer $TOGETHER_API_KEY" \
724724
-H "Content-Type: application/json"
725725
operationId: models
726+
parameters:
727+
- name: dedicated
728+
in: path
729+
description: Filter models to only return dedicated models
730+
example: true
731+
schema:
732+
type: boolean
726733
responses:
727734
'200':
728735
description: '200'

0 commit comments

Comments
 (0)