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.

Changes

Changed in 2 of the 14 revisions of this API.12

    • added the new PRODUCT_RESERVED enum value to the data/items/products/items/ response property for the response status 200

      response-property-enum-value-added

    • added the required property data/items/deploymentProfiles/items/modelName to the response with the 200 status

      response-required-property-added

    • 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