Skip to main content
This page lists the supported models hosted by Together AI for dedicated model inference. To upload a model you fine-tuned, see Upload a fine-tuned model.
If you’re not sure which model to use, check out our list of recommended models by use case.

Models

The Deployable hardware column shows the instance type of each model’s smallest published deployment profile. A model may offer other profiles on different hardware. See Pricing for the per-hour cost of each instance type.

List supported models programmatically

The table above is generated from Together’s model catalog. To fetch the same catalog from the command line, list the platform-supported models with tg beta models public. Filter by product surface (--product), input modality (--modality), or a search term (--search):
CLI
Add --json to see the full record for each model, including the deploymentProfiles array. Each profile is a certified model-and-config pair Together publishes for that model, so it gives you a vetted model and config that you can pass straight into creating a deployment. The response looks like this:
Each architecture includes these identity fields: Each architecture also includes displayType, the model’s category. Possible values are chat, language, code, image, embedding, rerank, moderation, audio, video, and transcribe. Each deployment profile includes these fields: The bare certifiedConfigRevisionId and certifiedModelRevisionId fields remain populated alongside the resource names. Copy config and model from a profile directly into the config and model fields when you create a deployment. To list the profiles published for a specific model instead, see Choose a deployment profile.