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