Run, train, and serve open-source AI models on Together AI.
Together AI's CLI adds a full batch-inference command group, two new GLM-5.3 models join the catalog, and multi-project isolation reaches general availability alongside broader ACH payment access and fine-tuning quality upgrades.
what's the number?
Each feature carries 0–100 for how completely the vendor documented it — not how big or important the work is. A major capability described in eight words scores low, and that is the finding.
- depth0–40what it does and how it works or what changed
- specificity0–30names real surfaces — APIs, flags, formats, limits, numbers
- actionability0–30enough to go use it — a named endpoint, flag, or config key tops this; a UI path is a starting point
Code and config rank first by construction: a documented endpoint, flag or config key scores at the top of specificity and actionability, so it sorts above a feature described only in prose. Under 60 the notes go thin — everything below the “thinner coverage” line is thinner documentation, not smaller work. Hover any meter for that feature's three sub-scores.
New tg batches command group manages the full batch inference job lifecycle: tg batches submit (upload a local JSONL file or an existing file ID), tg batches list, tg batches cancel, and tg batches download (streams to stdout or writes to disk with --output), plus aliases ls and get.
$ tg batches submit requests.jsonl tg batches list tg batches download <batch-id> --output results/
Adds zai-org/GLM-5.3 (1,000,000-token context, FP4 quantization, function calling, structured outputs; $1.40 input / $4.40 output / $0.26 cached input per 1M tokens) and zai-org/GLM-5.3-Flash (1,000,000-token context, FP8 quantization, function calling, structured outputs; $0.15 input / $0.50 output / $0.03 cached input per 1M tokens).
ACH bank transfers, previously enterprise-only, are now available to all customers; link a U.S. bank account via billing settings with instant verification and purchase credits directly.
Fine-tuning quality improved for Qwen/Qwen3.5-0.8B, Qwen/Qwen3.5-2B, Qwen/Qwen3.5-4B, Qwen/Qwen3.5-27B, Qwen/Qwen3.5-35B-A3B, Qwen/Qwen3.5-35B-A3B-Base, Qwen/Qwen3.5-122B-A10B, nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16, and nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16; no setting changes are required, just start a new job to pick it up.
Multi-project isolation is now generally available for all organizations, with no early-access limitations — clusters, fine-tuned models, endpoints, evaluations, files, and API keys are all fully scoped to projects.
Adds a Cancel expiration action, accessed via the three-dot menu, to remove a scheduled expiration from an existing project API key.