v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
SupportedModelsService

List supported models

Lists Together-hosted base models that can be deployed for dedicated inference, together with their capabilities and certified deployment profiles.

get/supported-models

Query parameters

modality'MODALITY_TEXT' | 'MODALITY_IMAGE' | 'MODALITY_AUDIO' | 'MODALITY_VIDEO'

Filter models by input modality.

product'PRODUCT_SERVERLESS' | 'PRODUCT_DEDICATED' | 'PRODUCT_FINE_TUNING'

Filter models by product surface.

searchstring

Case-insensitive search across model IDs, names, and descriptions.

limitinteger

Maximum number of models to return.

afterstring

Cursor from a previous supported-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.