← All providers
open source-host

Together AI

Broad OSS catalog with dedicated endpoints and fine-tuning.

live
Uptime (30d)
99.9%
Median tps
210
Median TTFT
130 ms
Price index
0.6×
vs. market median
Overview
HQ
San Francisco, US
Founded
2022
Models
60
Modalities
text, vision, image
Regions
us-east, us-west, eu-west
Strengths
oss-catalogfine-tuning
Route via llmcloud
curl https://api.llmcloud.ai/v1/chat/completions \
  -H "Authorization: Bearer $LLMCLOUD_KEY" \
  -H "X-Provider: together" \
  -d '{
    "model": "auto:quality",
    "messages": [{"role":"user","content":"hi"}]
  }'