v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
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

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.