v4

OpenAPI 3.1.0MIT2026-08-04193459793.6 KB
SupportedModelsService

Get a supported model

Retrieves a Together-hosted base model and the certified model, configuration, hardware, and performance profiles available for deployment.

get/supported-models/{id}

Path parameters

idstring required

Supported model identifier.

Response

OK

idstring required

Unique ID of the deployable Together-hosted base model.

namestring required

Catalog-controlled HF model ID used for inference.

displayNamestring required

Catalog-controlled human-readable model name.

descriptionstring

Human-readable model description.

inputModalitiesstring[] required

Input modalities supported by the model.

outputModalitiesstring[] required

Output modalities produced by the model.

productsstring[] required

Product surfaces where the model is offered.

featuresstring[]

Advanced features exposed by the model.

capabilitiesstring[] required

High-level tasks the model supports.

architecturestring

Model architecture from the underlying weights metadata.

contextLengthstring

Maximum context length from the underlying weights metadata.

publisherstring required

Organization or publisher associated with the model.

status'SUPPORTED_MODEL_STATUS_RECOMMENDED' | 'SUPPORTED_MODEL_STATUS_SUPPORTED' | 'SUPPORTED_MODEL_STATUS_DEPRECATED' | 'SUPPORTED_MODEL_STATUS_HIDDEN' required

Catalog recommendation status for the model.

tagsstring[]

Searchable catalog tags for the model.

inputFormatstring

Preferred input format for the model.

outputFormatstring

Preferred output format for the model.

serverlessEndpointstring

Serverless endpoint name for inference, if available.

familyIdstring

Model family identifier for related catalog entries.

displayTypestring required

UI-facing model type badge, such as chat, language, code, image, embedding, rerank, moderation, audio, video, or transcribe.

baseModelIdstring required

Bare model ID for the architecture's base model; empty when no base model is linked.

baseModelstring required

Resource name for the base model as projects/{projectId}/models/{modelId}; empty when unresolved.

createdAtstring date-time required

Timestamp when the catalog entry was created.

updatedAtstring date-time required

Timestamp when the catalog entry was last updated.