Tools

Configuring Dedicated Model Inference

The Together AI platform’s dedicated inference architecture consists of three immutable entities: **configs** (engine, GPU type/count, parallelism and optimization profile), **deployments** (a specifi

DGX agentarticle
toolstogether-ai-blog

The Together AI platform’s dedicated inference architecture consists of three immutable entities: configs (engine, GPU type/count, parallelism and optimization profile), deployments (a specific model revision bound to a config with autoscaling and replicas) and an endpoint (a stable qualified name). Traffic is distributed across deployments via a capacity‑aware weight split, enabling zero‑downtime updates, rollouts, A/B tests, shadow experiments, and other advanced operations simply by adding/removing deployments and adjusting their routing weights. IDs prefixed with elements such as proj_, ml_, cr_, endpoint_, dep_, and rol_ make logs and scripts self‑documenting.

Related

Source: Together AI Blog | 2026-07-29

Loading related sources…