Together AI Review (2026): Features, Pricing & Verdict
Together AI is the most complete cloud for building on open-source models — a full-stack “AI Acceleration Cloud” that takes you from calling a model through an API to fine-tuning it to renting a thousand-GPU cluster to train your own, all on one research-driven platform. If the other tools in this inference cluster each pick a lane — Replicate the marketplace, Modal the serverless compute, Baseten the premium per-model serving — Together AI’s distinguishing move is breadth plus performance research. It hosts more than 200 open-source models (Llama, DeepSeek, Qwen, Mistral, Kimi, Gemma, GLM, gpt-oss and a long tail of specialty models) behind a single OpenAI-compatible API, so you can swap providers without rewriting application code, and it prices them by the token at a fraction of proprietary APIs — access to a model like Llama 3.3 70B for under a dollar per million tokens, up to 90% cheaper than closed frontier models at comparable quality. What sets it apart from the many “neutral open-model hosts” is that Together is, at its core, a research organisation: its proprietary Together Inference Engine is built on foundational work like FlashAttention-3 kernels, speculative decoding and the ATLAS runtime-learning speculator, delivering roughly 2x faster inference and up to 60% lower cost than standard cloud providers. The founding team reflects that pedigree — CEO Vipul Ved Prakash alongside academic heavyweights Ce Zhang, Chris Ré and Percy Liang, with FlashAttention author Tri Dao among its researchers — and the company has raised over $800M to accelerate the shift to open-source AI. Beyond serverless inference, the platform spans dedicated endpoints, provisioned throughput, on-demand and reserved GPU clusters (from 8 to 4,000+ NVIDIA GPUs with InfiniBand), managed fine-tuning (LoRA and full, SFT and DPO), a batch API and a code sandbox. Customers include Salesforce, Zoom, Cursor and Hippocratic AI. The main friction is pricing complexity — several billing meters that reward picking the right one.
- Best for
- Teams building production AI on open-source models — from prototyping via a per-token API, to fine-tuning on proprietary data, to training or serving at scale on rented GPU clusters — who want one neutral, high-performance, cost-effective platform for the whole open-model lifecycle
- Platform
- Full-stack AI cloud for open models — 200+ models via an OpenAI-compatible API; serverless per-token inference, provisioned throughput, dedicated endpoints, GPU clusters (8–4,000+ NVIDIA H100/H200/B200), managed fine-tuning (LoRA/full, SFT/DPO), batch API, code sandbox; powered by the Together Inference Engine
- Key differentiator
- Full-stack breadth (inference → fine-tuning → clusters) combined with a research-grade proprietary inference engine (FlashAttention-3, speculative decoding, ATLAS) that delivers real speed and cost advantages on open models
- Pricing
- Pay-as-you-go, no monthly minimum (~$5 signup credit). Serverless per-token (~$0.03–$4.50/M); dedicated endpoints per-hour (H100 ~$6.49/hr); GPU clusters per-hour (H100 ~$3.49–5.49 on-demand, lower reserved); fine-tuning per training token. Batch API up to 50% off
- Vendor
- Together AI (San Francisco, founded 2022) — elite research team (Vipul Ved Prakash, Ce Zhang, Chris Ré, Percy Liang; Tri Dao). Raised $800M+; ~1,500 customers including Salesforce, Zoom, Cursor, Hippocratic AI
What Is Together AI?
Together AI is a full-stack generative-AI cloud — it calls itself the “AI Native Cloud” or “AI Acceleration Cloud” — purpose-built for running, customising and training open-source models. Unlike OpenAI or Anthropic, Together doesn’t build its own proprietary models; instead, it provides highly optimised infrastructure to run the best open-source models from Meta (Llama), DeepSeek, Mistral, Alibaba (Qwen), Google (Gemma) and others, which makes it, in effect, the “AWS for open-source AI.” The core idea is that because Together’s pricing reflects infrastructure cost rather than model R&D, teams can access powerful open models at a fraction of what proprietary APIs charge — and increasingly, at speeds that rival or beat them, thanks to Together’s performance research. The platform is structured as a progression that maps to how AI workloads mature. It starts with serverless inference: 200-plus models exposed through a single OpenAI-compatible API, billed per token, with no capacity planning and no idle GPU cost — ideal for development and variable workloads. As load becomes predictable, teams move to dedicated inference endpoints or provisioned throughput (reserved capacity billed by throughput units with a 99% uptime SLA). And when teams need to train their own models or run their own inference engines, Together offers GPU clusters: raw NVIDIA hardware, from 8 to more than 4,000 GPUs connected with InfiniBand, available on-demand or reserved for up to six months across a 25-plus-city footprint. Bridging inference and training is a managed fine-tuning service supporting supervised fine-tuning and direct preference optimisation, with both LoRA and full fine-tuning, so teams can customise open models on proprietary data without operating their own clusters. Underpinning all of it is the proprietary Together Inference Engine, built on the company’s foundational research — FlashAttention-3 kernels, speculative decoding pipelines, the Together Kernel Collection and the ATLAS adaptive speculator — which the company credits with roughly 2x faster inference and up to 60% lower cost versus standard providers. Rounding out the stack are a batch API (async processing up to 30 billion tokens per model), a Code Sandbox and Code Interpreter for agentic workflows, and managed storage. Within this site’s Machine Learning & MLOps category, Together AI sits in the model-inference tier alongside Replicate, Modal, Baseten and Fireworks — distinguished by being the broadest, most research-driven, and among the most cost-effective options for teams whose strategy is built on open models.
Core Features
Serverless inference and the 200+ open-model catalogue
Together AI’s most-used feature, and the entry point for most teams, is its serverless inference API, and its strength lies in the combination of catalogue breadth, an OpenAI-compatible interface and competitive per-token pricing. The catalogue is deliberately comprehensive: over 200 open-source models spanning text, image, video, code and audio, including every major size of Llama, the DeepSeek family, Qwen, Mistral and Mixtral, Kimi, Gemma, GLM and gpt-oss, plus a long tail of specialty models that narrower competitors like Groq and Fireworks don’t carry. Access is through a single OpenAI-compatible endpoint, which is a significant practical advantage: you can point existing OpenAI-client code at Together with a base-URL change and switch between models — or migrate from a proprietary provider — without rewriting your application, giving you genuine provider neutrality and protection against lock-in. Billing is pure pay-per-token with no capacity planning and no idle GPU cost, so it’s ideal for development and variable workloads, and the rates are competitive: popular production models land in a sensible range (a strong 70B-class model like Llama 3.3 70B runs under a dollar per million tokens, small models start around five to ten cents per million), which is a fraction of frontier proprietary API pricing at comparable quality bands — the platform advertises up to 90% cost savings versus closed models. The one nuance to manage is that every model has its own input and output token rate, and the range across the catalogue spans nearly two orders of magnitude, so model choice materially affects both quality and cost — picking the right model for the job is where the savings live. For image generation and other modalities, pricing is per-image or per-unit. There’s also a batch API offering up to 50% off for asynchronous, non-latency-sensitive workloads at massive scale. The net effect is that for any team that wants to build on open-source models through a clean, standard API without managing infrastructure, Together’s serverless inference is a strong default — broad, compatible, well-priced and, thanks to the inference engine discussed next, fast.
The Together Inference Engine: research-driven performance
What genuinely distinguishes Together AI from the crowd of open-model hosts is that it’s a research organisation first, and that research is embodied in the proprietary Together Inference Engine — the reason its inference is faster and cheaper rather than merely cheaper. Inference hosting has become a competitive market, and on raw per-token price many providers land within cents of each other; Together’s durable edge is performance derived from foundational systems research. The engine is built on several landmark techniques. FlashAttention — the memory-efficient attention algorithm now standard across the industry, whose creator Tri Dao is among Together’s researchers — appears in its latest FlashAttention-3 form in the engine’s kernels, accelerating the attention computation at the heart of transformer inference. Speculative decoding, an inference-acceleration technique in which a small draft model predicts tokens that a larger model then verifies, lets the engine generate tokens faster without changing outputs. The Together Kernel Collection contributes further low-level GPU optimisations. And the newer ATLAS system (AdapTive-LeArning Speculator System) is a runtime-learning accelerator that adapts its speculation to your actual traffic, improving throughput over time. Together’s headline claim from these innovations is roughly 2x faster inference and up to 60% lower cost compared with standard cloud providers — and crucially, unlike marketing-only speed claims, these rest on published, peer-reviewed research (the company presented nine papers at ICML 2026 across the full inference stack). For applications that care about latency and throughput — high-volume chat, streaming responses, real-time agents — this performance translates directly into better user experience and lower cost per token, and it’s a meaningful reason to choose Together over a host that simply rents GPUs and runs a stock inference server. The research depth also shows up in the platform’s trajectory: features like ATLAS and continual engine improvements mean the same model can get faster and cheaper on Together over time without any change on your side. This fusion of a broad, neutral open-model catalogue with a genuinely differentiated, research-grade runtime is Together AI’s core value proposition, and it’s what elevates it above being just another per-token inference API.
Fine-tuning, GPU clusters and the full lifecycle
Beyond inference, Together AI covers the two ends of the open-model lifecycle that pure per-token hosts don’t — customisation and large-scale training — which is what makes it a complete platform rather than just an API. Fine-tuning is a standout, frequently cited as a “killer feature.” Together offers managed fine-tuning with both supervised fine-tuning (SFT) and direct preference optimisation (DPO), and both LoRA and full fine-tuning, across the major open families — Llama (up to the 405B flagship), Mistral, Qwen and DeepSeek — with no training infrastructure to manage. Billing is per token of training data (total tokens equal epochs times dataset size, plus any evaluation tokens), which is transparent, and LoRA runs roughly 10% cheaper than full fine-tuning while training faster, making it the default for most production use cases. The economics are compelling: a fine-tuned LoRA adapter is served at standard serverless rates plus only a small overhead, which is dramatically cheaper than standing up a dedicated deployment, so teams can iterate on custom behaviour affordably — the main cost is the iteration cycle (budget for five to fifteen experimental runs), not the per-token training rate. At the other end, GPU clusters give teams direct access to raw NVIDIA hardware — H100, H200, B200 and GB200 — from 8 to more than 4,000 GPUs, InfiniBand-connected, available on-demand or reserved up to six months, for teams training their own models or running custom inference engines; with reserved H100 rates that make Together one of the cheaper published managed platforms for sustained training and large-batch workloads, and a “Frontier AI Factory” offering for enterprise-scale initiatives. Between these sit provisioned throughput (reserved inference capacity in throughput units with an SLA) and dedicated endpoints for predictable production load. The strategic logic, as Together’s CEO frames it, is a platform that sits with you across the journey: serverless to start, dedicated when you can predict load, clusters when you’re training — picking the right meter is where the savings are. Enterprise and privacy needs are addressed too, with a Zero Data Retention mode that ensures prompts, responses and submitted content aren’t stored or used for training. The honest caveats — that managed fine-tuning has ceilings (no GPU-level control, no intermediate checkpoints, no multi-node jobs) and that the multi-SKU pricing rewards careful modelling — are covered below, but the breadth on offer, from a single account, is genuinely rare.
Scored Categories
Pricing
| Product | Price | Notes |
|---|---|---|
| Free credit | ~$5 signup credit | Pay-as-you-go beyond, no monthly minimums. No large free tier. Batch API toggle gives up to 50% off most chat models |
| Serverless inference | Per-token (~$0.03–$4.50/M) | 200+ open models via an OpenAI-compatible API. E.g. Llama 3.3 70B ~$0.88/M, gpt-oss 20B ~$0.05/$0.20, DeepSeek V4 Pro ~$2.10/$4.40. Each model has its own input/output rate |
| Provisioned Throughput | Token-based, reserved capacity | Reserved inference capacity in throughput units (PTUs) with a 99% uptime SLA; up to 90% lower cost than proprietary APIs; no GPU-hour math |
| Dedicated endpoints | Per GPU-hour (H100 ~$6.49/hr) | Reserved dedicated capacity for steady-state, high-throughput production inference |
| GPU clusters | Per GPU-hour (H100 ~$3.49–5.49 on-demand) | Rent 8–4,000+ NVIDIA H100/H200/B200 GPUs, InfiniBand; reserved commitments (7–180+ days) discount to ~$3.29–4.19/hr; B200 ~$9.95/hr on-demand |
| Fine-tuning | Per training token (min $4/job) | SFT and DPO, LoRA and full, across Llama/Mistral/Qwen/DeepSeek (to 405B). Fine-tuned LoRA served at standard rates plus a small overhead |
Strengths
- Full-stack open-model cloud — serverless inference, dedicated endpoints, GPU clusters and fine-tuning in one platform
- Research-grade inference engine — FlashAttention-3, speculative decoding, ATLAS; ~2x faster, up to 60% cheaper
- Elite research pedigree — Tri Dao, Percy Liang, Chris Ré, Ce Zhang; nine ICML 2026 papers
- 200+ open models (Llama, DeepSeek, Qwen, Mistral, GLM, gpt-oss) via one OpenAI-compatible API
- Provider-neutral — swap models or migrate off proprietary APIs without rewriting code
- Up to 90% cheaper than proprietary frontier APIs at comparable quality bands
- Best-in-class managed fine-tuning — SFT/DPO, LoRA/full, up to Llama 405B; adapters served cheaply
- Real GPU clusters — 8 to 4,000+ NVIDIA H100/H200/B200, InfiniBand, on-demand or reserved
- Batch API (up to 50% off, 30B tokens), Code Sandbox, Zero Data Retention mode
- Well-funded ($800M+) with elite customers — Salesforce, Zoom, Cursor, Hippocratic AI
Weaknesses
- Multi-SKU pricing complexity — four+ billing meters; the wrong choice can inflate a bill 10x
- Per-token cost eventually favours dedicated/self-hosting at sustained high throughput
- Bare-metal GPU providers can undercut Together’s cluster rates for pure sustained compute
- Managed fine-tuning has ceilings — no GPU-level control, no intermediate checkpoints, no multi-node jobs
- Open-source models only — doesn’t host proprietary models (GPT, Claude, Gemini)
- Competitive market — per-token rates land within cents of rivals like Fireworks; differentiation is the engine
- No large free tier (~$5 signup credit); real cost drivers are hosting, retries and engineering time
Verdict: 8.4 / 10 — The Most Complete Open-Model Cloud
Together AI earns a strong 8.4 as the most comprehensive and research-driven platform for building on open-source models, and one of the standout AI clouds of 2026. Its achievement is breadth married to genuine performance: it covers the entire open-model lifecycle — serverless per-token inference across 200-plus models through an OpenAI-compatible API, provisioned throughput and dedicated endpoints for predictable production, real GPU clusters from a handful to thousands of NVIDIA chips for training, and best-in-class managed fine-tuning — and it does so on top of a proprietary inference engine that is genuinely, measurably faster and cheaper thanks to foundational research like FlashAttention-3, speculative decoding and ATLAS. That research depth, backed by an elite team including FlashAttention’s own creator, is what separates Together from the crowd of open-model hosts whose per-token prices land within cents of each other; Together competes on being faster, not just cheaper, and its up-to-90%-lower cost than proprietary APIs makes the open-model economic case compelling. Its fine-tuning is a particular highlight, letting teams customise models affordably and serve the results at near-base rates, and its customer roster (Salesforce, Zoom, Cursor) and $800M-plus funding confirm the platform delivers at scale. The factor holding it just short of a higher score is pricing complexity rather than any weakness in capability. With four-plus billing meters — per-token serverless, per-hour dedicated, per-hour clusters and per-training-token fine-tuning — the platform rewards teams that carefully match each workload to the right SKU and punishes those that don’t, and the per-token model, competitive as it is, eventually loses to dedicated hardware or bare-metal at very high sustained throughput. Secondary caveats are real but narrow: managed fine-tuning has ceilings for teams needing GPU-level control or strict data isolation, and Together hosts only open-source models by design. The clean verdict: if your AI strategy is built on open-source models — and for a growing share of teams it is — Together AI is arguably the best single platform to run it on, uniquely spanning inference, fine-tuning and training with a research-grade engine and open-model economics. Invest the time to model your workloads against its pricing meters, start serverless and graduate to dedicated or clusters as load and scale dictate, and it rewards you with performance and cost that are hard to match elsewhere.
Frequently Asked Questions
What makes Together AI different from other open-model hosts like Fireworks or Groq?
Together AI competes in a crowded field of platforms that host open-source models — Fireworks AI, Groq, Replicate, DeepInfra and others — and on the surface many look similar: they all let you call open models like Llama and DeepSeek via an API and pay per token, often at prices within cents of each other. Together’s differentiation comes down to three things: breadth, research-driven performance, and the full lifecycle. On breadth, Together hosts a notably larger and more varied catalogue — over 200 models spanning text, image, video, code and audio, including a long tail of specialty and smaller models that speed-focused competitors like Groq and Fireworks don’t carry — so if you need a specific or unusual open model, Together is more likely to have it. On performance, Together is fundamentally a research organisation, and its proprietary Together Inference Engine is built on landmark techniques its own researchers pioneered: FlashAttention (now FlashAttention-3), speculative decoding, the Together Kernel Collection, and the ATLAS adaptive speculator. This yields roughly 2x faster inference and up to 60% lower cost than standard providers, and because it’s grounded in peer-reviewed research (nine papers at ICML 2026) rather than marketing, it’s a durable edge — the platform gets faster over time. By contrast, Groq differentiates through custom LPU hardware optimised purely for speed, and Fireworks emphasises low-latency serving and function calling, each a narrower bet. On lifecycle, this is Together’s biggest structural advantage: it’s not just an inference API but a full stack that also offers managed fine-tuning (LoRA and full, SFT and DPO, up to Llama 405B) and real GPU clusters (8 to 4,000+ NVIDIA GPUs) for training your own models — capabilities that pure inference hosts like Fireworks and Groq don’t provide. So the practical comparison is: choose Groq when raw inference speed on a supported model is your only priority; choose Fireworks for low-latency serving of mainstream models with strong function calling, at near-identical per-token prices; and choose Together when you want the broadest open-model catalogue, a research-grade engine that’s fast and improving, and — critically — the ability to fine-tune and train on the same platform you serve on. For a team whose whole strategy is open-source AI across the lifecycle, Together’s combination is the most complete, which is why it’s often the default choice for that profile even in a market where headline per-token prices are similar.
How does fine-tuning on Together AI work, and what are its limits?
Fine-tuning is one of Together AI’s most valued features, and understanding both how it works and where it stops is important for deciding whether it fits your needs. How it works: Together offers a fully managed fine-tuning service, so you don’t operate any training infrastructure. You submit a training dataset and choose your approach — supervised fine-tuning (SFT) to teach a model from labelled examples, or direct preference optimisation (DPO) to align it to preferred outputs — and whether to use LoRA (a lightweight method that trains small adapter weights) or full fine-tuning (updating all parameters). It supports the major open families: Llama (up to the 405B flagship), Mistral, Qwen and DeepSeek. Billing is transparent and per-token: your cost is the number of tokens processed — epochs multiplied by training-dataset size, plus any evaluation tokens — times a per-token rate that scales with model size and method, subject to a small minimum charge per job. LoRA is roughly 10% cheaper than full fine-tuning and trains faster, making it the sensible default for most production use cases. The real economic advantage comes at serving time: a fine-tuned LoRA adapter runs on standard serverless inference rates plus only a small overhead, which is dramatically cheaper than standing up a dedicated deployment for your custom model — so iterating on custom behaviour is affordable. The main hidden cost is the iteration cycle: production fine-tuning typically involves five to fifteen experimental runs while you adjust hyperparameters and data, so budget several times the cost of a single run and define success criteria upfront. Now the limits, which matter for advanced teams. Because it’s a managed service, you cannot run the training on a GPU you control, you cannot access intermediate checkpoints, and you cannot run multi-node training jobs. There are constraints on advanced methods at large scale — for example, certain preference-optimisation or reinforcement approaches on large models require multiple high-end GPUs that the managed path may not expose. And while Together offers a Zero Data Retention mode so your data isn’t stored or used for training, the training still runs in Together’s environment, so for teams whose data absolutely cannot leave their own infrastructure, or who need custom training loops with non-standard CUDA extensions or full checkpoint control, the managed service has a ceiling — those teams would use Together’s raw GPU clusters (where you control the hardware) or a bare-metal provider instead. For the large majority of teams that want to affordably customise an open model on proprietary data without managing infrastructure, though, Together’s managed fine-tuning is one of the cleanest, most cost-effective paths available.
When should I use serverless inference versus dedicated endpoints or GPU clusters?
Choosing the right product is the single most important decision for controlling cost on Together AI, and the platform is deliberately structured as a progression that maps to how a workload matures — its CEO frames it as “serverless to start, dedicated when you can predict load, clusters when you’re training.” Here’s how to think about each. Use serverless inference when your traffic is variable, unpredictable, or still in development. You pay purely per token with no capacity planning and no idle GPU cost, so you’re never paying for hardware you’re not using — perfect for prototyping, low-to-moderate volume, spiky traffic, or any workload where you can’t reliably predict load. This is where the vast majority of teams should start, and many should stay. Move to dedicated endpoints or provisioned throughput when your load becomes steady and predictable at meaningful volume. A dedicated endpoint reserves capacity for you at a per-hour rate, and provisioned throughput reserves capacity in throughput units with an uptime SLA; both make sense once you’re running enough consistent traffic that reserved capacity works out cheaper per request than per-token serverless, and when you need guaranteed capacity and latency rather than sharing infrastructure. The rough signal is sustained high throughput: analyses suggest the crossover point where dedicated beats serverless arrives once you’re generating on the order of tens of millions of output tokens per day — a threshold busy production endpoints cross faster than teams expect. A start-up doing a few million tokens a day has no business on a dedicated endpoint; a steady-state workload doing hundreds of millions a day usually does. Use GPU clusters when you’re training your own models, running your own custom inference engine, or serving at very high scale where you want direct control of the hardware. Clusters give you raw NVIDIA GPUs (8 to 4,000+, InfiniBand-connected) on-demand or reserved, and for pure sustained compute they’re the most cost-effective Together option — though for the very highest-volume, cost-sensitive sustained inference, bare-metal providers can undercut even these. The practical workflow: start on serverless while you build and find product-market fit; as specific endpoints reach predictable, sustained volume, migrate those to dedicated capacity; and reserve clusters for training and the largest-scale serving. The key discipline is to monitor your usage and periodically re-evaluate which meter each workload should be on, because the savings from moving a mature, high-volume workload off per-token billing onto reserved capacity can be substantial.