VolumeService
List project models
Lists custom model resources owned by the specified project. Use the organization endpoint to list models shared across projects or the supported-model catalog to discover Together-hosted base models.
get/projects/{projectId}/models
Path parameters
projectIdstring required
Project identifier.
Query parameters
visibility'VISIBILITY_PRIVATE' | 'VISIBILITY_INTERNAL'
Model visibility. Private means it is scoped to the project. Internal means it is scoped to the organization.
organizationIdstring
Organization whose shared models should be included. Defaults to the authenticated project's organization.
limitinteger
Maximum number of models to return.
afterstring
Cursor from a previous model list response.
Response
OK
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○