Skip to content

Commit 767087e

Browse files
authored
feat: Add models.list parameter for filtering to dedicated models only (#179)
1 parent 830467b commit 767087e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openapi.yaml

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

0 commit comments

Comments
 (0)