Skip to main content
GET
Get a supported model

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Supported model identifier.

Response

OK

Curated catalog entry for a platform-supported model.

id
string
required

Unique ID of the deployable Together-hosted base model.

name
string
required

Catalog-controlled HF model ID used for inference.

displayName
string
required

Catalog-controlled human-readable model name.

inputModalities
enum<string>[]
required

Input modalities supported by the model.

Available options:
MODALITY_TEXT,
MODALITY_IMAGE,
MODALITY_AUDIO,
MODALITY_VIDEO
outputModalities
enum<string>[]
required

Output modalities produced by the model.

Available options:
MODALITY_TEXT,
MODALITY_IMAGE,
MODALITY_AUDIO,
MODALITY_VIDEO
products
enum<string>[]
required

Product surfaces where the model is offered.

Available options:
PRODUCT_SERVERLESS,
PRODUCT_DEDICATED,
PRODUCT_FINE_TUNING
capabilities
enum<string>[]
required

High-level tasks the model supports.

Available options:
CAPABILITY_CHAT,
CAPABILITY_EMBEDDING,
CAPABILITY_RERANKING,
CAPABILITY_IMAGE_GENERATION,
CAPABILITY_VIDEO_GENERATION
publisher
string
required

Organization or publisher associated with the model.

status
enum<string>
required

Catalog recommendation status for the model.

Available options:
SUPPORTED_MODEL_STATUS_RECOMMENDED,
SUPPORTED_MODEL_STATUS_SUPPORTED,
SUPPORTED_MODEL_STATUS_DEPRECATED,
SUPPORTED_MODEL_STATUS_HIDDEN
displayType
string
required

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

baseModelId
string
required

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

baseModel
string
required

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

deploymentProfiles
object[]
required

Certified deployment profiles available for the model.

createdAt
string<date-time>
required

Timestamp when the catalog entry was created.

updatedAt
string<date-time>
required

Timestamp when the catalog entry was last updated.

description
string

Human-readable model description.

features
enum<string>[]

Advanced features exposed by the model.

Available options:
FEATURE_TOOL_CALLING,
FEATURE_STRUCTURED_OUTPUT,
FEATURE_REASONING
architecture
string

Model architecture from the underlying weights metadata.

contextLength
string

Maximum context length from the underlying weights metadata.

tags
string[]

Searchable catalog tags for the model.

inputFormat
string

Preferred input format for the model.

outputFormat
string

Preferred output format for the model.

serverlessEndpoint
string

Serverless endpoint name for inference, if available.

familyId
string

Model family identifier for related catalog entries.