Together AI Release Notes
114 release notes curated from 1 source by the Releasebot Team. Last updated: Sep 13, 2026
- Sep 11, 2026
- Date parsed from source:Sep 11, 2026
- First seen by Releasebot:Sep 13, 2026
September 11, 2026
Together AI adds DeepSeek-V4.1-Flash to serverless with 1M context, FP8, function calling, structured outputs, and new pricing.
New serverless models
The following models are now available on serverless:
deepseek-ai/DeepSeek-V4.1-Flash: 1,000,000 context length, FP8 quantization, function calling and structured outputs. Pricing: $0.30 input / $1.20 output / $0.006 cached input (per 1M tokens).
Original source - Sep 10, 2026
- Date parsed from source:Sep 10, 2026
- First seen by Releasebot:Sep 10, 2026
- Modified by Releasebot:Sep 11, 2026
September 10, 2026
Together AI releases Together CLI v2.33.2 with clearer API error messages, better upload progress feedback, and a fix for long fine-tuning event histories. It also brings preemptible compute for Kubernetes GPU clusters into public preview with discounted targets and a five-minute drain window.
Together CLI v2.33.2
Version 2.33.2 of the Together CLI improves error reporting and upload feedback:
Endpoint, fine-tuning, and model commands now print the API’s error message when a request fails, rather than a generic failure notice. The same goes for a missing API key or command argument.
tg evals create and tg batches submit now show a progress bar while uploading files, matching tg files upload.
tg fine-tuning list-events no longer fails on jobs with more than 20 events.
The --scale-to-zero-window flag has been removed from tg beta endpoints deploy and tg beta endpoints update.
See the CLI reference.
Preemptible compute for GPU clusters
Preemptible compute is now in public preview for Kubernetes GPU clusters. Alongside standard nodes, you can set a preemptible GPU target, and Together provisions toward it as spare capacity becomes available, at a flat discounted rate relative to on-demand.
What’s new:
- Preemptible GPU targets: Set num_preemptible_gpus at cluster create or update from the console, CLI, or API. Together automatically provisions replacements toward the target after nodes are reclaimed.
- Five-minute drain window: Reclaimed nodes are cordoned and emit a TogetherPreemptionNotified Kubernetes event, and pods receive SIGTERM with up to 300 seconds of grace to checkpoint and exit.
- Sub-hourly billing: Usage is metered every one to two minutes, so you pay only for the time a node is live.
See Preemptible compute for the preemption contract, scheduling guidance, and checkpoint examples.
Original source All of your release notes in one feed
Join Releasebot and get updates from Together AI and hundreds of other software products.
- Sep 1, 2026
- Date parsed from source:Sep 1, 2026
- First seen by Releasebot:Sep 9, 2026
- Modified by Releasebot:Sep 13, 2026
September 1, 2026
Together AI lowers H100 80GB dedicated endpoint pricing and deprecates openai/gpt-oss-20b in serverless.
Pricing update
H100 80GB dedicated endpoint hardware is now $3.99 per hour, down from $5.49.
See Dedicated endpoint pricing.
Model deprecations
The following models are deprecated and will be removed from serverless on September 14, 2026:
openai/gpt-oss-20b. Recommended replacement: Qwen/Qwen3.5-9B.
Original source - Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Aug 31, 2026
August 31, 2026
Together AI adds serverless Qwen/Qwen3.8-Flash with 1M context and new pricing.
New serverless models
The following models are now available on serverless:
- Qwen/Qwen3.8-Flash: 1,000,000 context length. Pricing: $0.15 input / $0.47 output (per 1M tokens).
- Aug 28, 2026
- Date parsed from source:Aug 28, 2026
- First seen by Releasebot:Aug 29, 2026
- Modified by Releasebot:Aug 31, 2026
August 28, 2026
Together AI adds new serverless GLM-5.3 models with 1M context, FP4 quantization, function calling, and structured outputs.
New serverless models
The following models are now available on serverless:
zai-org/GLM-5.3: 1,000,000 context length, FP4 quantization, function calling and structured outputs. Pricing: $1.40 input / $4.40 output / $0.26 cached input (per 1M tokens).
Original source Similar to Together AI with recent updates:
- xAI release notes245 release notes · Latest Sep 11, 2026
- Anthropic release notes818 release notes · Latest Sep 15, 2026
- OpenAI release notes1021 release notes · Latest Sep 14, 2026
- Google release notes2086 release notes · Latest Sep 15, 2026
- Notion release notes182 release notes · Latest Sep 10, 2026
- Ubiquiti release notes950 release notes · Latest Sep 14, 2026
- Aug 27, 2026
- Date parsed from source:Aug 27, 2026
- First seen by Releasebot:Aug 27, 2026
- Modified by Releasebot:Aug 31, 2026
August 27, 2026
Together AI adds billing usage API beta support, progress bars for file uploads in the CLI and Python SDK, Slurm cluster kubeconfig downloads for project members, and legacy API key regeneration, while also announcing several model deprecations.
New releases
Improvements
Deprecations
Billing usage API (beta)
GET /billing/usage returns organization-wide usage and cost line items, filterable by month. The endpoint is in beta and enabled per organization.
File upload progress in the CLI and Python SDK
tg files upload and tg files check now show a progress bar in interactive terminals. The Python SDK accepts an optional progress_callback on client.files.upload() that receives upload progress events.
See the files CLI reference and Data preparation.
Slurm cluster kubeconfig for project members
Project members can now download the cluster kubeconfig for Slurm clusters from the cluster details page, matching Kubernetes cluster behavior.
See Download cluster kubeconfig.
Legacy API key regeneration
Legacy API keys can now be regenerated by any admin or editor of the default project. Legacy keys appear in the project’s API keys table with a Deprecated badge.
See Legacy API keys.
Model deprecations
The following models have been deprecated and are no longer available on serverless:
nvidia/Nemotron-3-ultra-550b-a55b.
pearl-ai/gemma-4-31b-it.
deepseek-ai/DeepSeek-V4-Pro. Use deepseek-ai/DeepSeek-V4-Pro-0813 instead.
moonshotai/Kimi-K2.7-Code.
All of these models except pearl-ai/g...
Original source - Aug 26, 2026
- Date parsed from source:Aug 26, 2026
- First seen by Releasebot:Aug 27, 2026
- Modified by Releasebot:Aug 31, 2026
August 26, 2026
Together AI adds batch jobs to the CLI with a new tg batches command group for submitting, listing, retrieving, canceling, and downloading batch inference jobs, and expands serverless access with zai-org/GLM-5.3-Flash, including 1M context length and structured outputs.
New releases
Batch jobs in the CLI
The Together CLI now includes a tg batches command group for batch inference:
tg batches submit uploads a local JSONL file (or takes an existing file ID) and creates a job against chat.completions, audio.transcriptions, or audio.translations.
tg batches list, retrieve, and cancel manage the job lifecycle, with ls and get as aliases.
tg batches download streams results to stdout, or writes the output and error files to disk with --output.
See the batches CLI reference.
New serverless models
The following models are now available on serverless:
zai-org/GLM-5.3-Flash: 1,000,000 context length, FP8 quantization, function calling and structured outputs. Pricing: $0.15 input / $0.50 output / $0.03 cached input (per 1M tokens).
Original source - Aug 25, 2026
- Date parsed from source:Aug 25, 2026
- First seen by Releasebot:Aug 26, 2026
- Modified by Releasebot:Aug 31, 2026
August 25, 2026
Together AI deprecates select serverless models and removes them from on-demand dedicated endpoints.
Deprecations
Model deprecations
The following models have been deprecated and are no longer available on serverless:
- google/gemma-3n-E4B-it.
- meta-llama/Llama-Guard-4-12B.
These models are not supported by on-demand dedicated endpoints. See Deprecations for migration options.
Original source - Aug 25, 2026
- Date parsed from source:Aug 25, 2026
- First seen by Releasebot:Aug 25, 2026
- Modified by Releasebot:Aug 31, 2026
August 25, 2026
Together AI adds fine-tuning for Qwen/Qwen3.8-27B and extends GLM-5.2 serverless context to 1M tokens.
New models available for fine-tuning
You can now fine-tune the following models:
Qwen/Qwen3.8-27B.
See Supported models for the full list.
Improvements
Longer context for GLM-5.2
zai-org/GLM-5.2 on serverless now accepts a 1,000,000-token context length, up from 512,000. Pricing is unchanged.
See the GLM-5.2 quickstart.
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 24, 2026
- Modified by Releasebot:Aug 29, 2026
August 24, 2026
Together AI improves fine-tuning training quality for several Qwen 3.5 and 3.6 models plus NVIDIA Nemotron models, with no setup changes required. New tuning jobs automatically pick up the improvement.
Improvements
Fine-tuning quality improvements
Training quality has improved for fine-tuning on the following models:
Qwen/Qwen3.5-0.8B.
Qwen/Qwen3.5-2B.
Qwen/Qwen3.5-4B.
Qwen/Qwen3.5-9B.
Qwen/Qwen3.5-27B.
Qwen/Qwen3.5-35B-A3B.
Qwen/Qwen3.5-35B-A3B-Base.
Qwen/Qwen3.5-122B-A10B.
Qwen/Qwen3.5-397B-A17B.
Qwen/Qwen3.6-27B.
Qwen/Qwen3.6-35B-A3B.
nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16.
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16.
Other models are unchanged. No actions or setting changes are required to get the improvement. To pick it up on a model you’ve already tuned, start a new job with the same data and settings. A job you run after this release will not reproduce the loss curve of an earlier run on the same data and settings.
Original source - Aug 21, 2026
- Date parsed from source:Aug 21, 2026
- First seen by Releasebot:Aug 22, 2026
August 21, 2026
Together AI deprecates deepcogito/cogito-v2-1-671b on serverless and points users to migration options.
Deprecations
The following model has been deprecated and is no longer available on serverless:
deepcogito/cogito-v2-1-671b.
See Deprecations for migration options.
Original source - Aug 20, 2026
- Date parsed from source:Aug 20, 2026
- First seen by Releasebot:Aug 20, 2026
- Modified by Releasebot:Aug 27, 2026
August 20, 2026
Together AI adds a fully automatic confirmation policy for node auto repair, letting health checks trigger repairs without approval while keeping the default approve-before-repair flow. The update also adds per-fault scoping, job interruption controls, and an audit trail for auto-approved repairs.
New releases
Fully automatic confirmation policy for node auto repair
Auto node repair can now close the loop end to end. Under the new Fully automatic confirmation policy, health checks detect the fault, the system generates a repair recommendation, and auto repair executes it without waiting for approval. Clusters continue to use Approve before repair by default.
What’s new:
- Confirmation policy toggle: Choose between Approve before repair and Fully automatic under Auto-remediation policy on the Repairs tab.
- Per-fault scoping: Under Fully automatic, use Repair actions to check which fault groups (Migrate to new host, Reprovision, VM reboot) run unattended. Destructive repairs can stay gated on approval while transient ones clear on their own.
- Job interruption controls: Wait for idle, Grace period, Maximum wait, and Do not interrupt running jobs let the wait policy protect in-flight training and inference work in place of a review step.
- Audit trail: Automatically approved repairs record Auto-Approved in the repair’s Reviewed by field, alongside the alert evidence that triggered them.
See Confirmation policy for details.
Original source - Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 27, 2026
August 19, 2026
Together AI adds generally available ACH bank transfers for all customers, letting users link a U.S. bank account, set it as default payment, and buy credits directly. It also deprecates several serverless models, including FLUX.1-schnell, Qwen2.5-7B, and Kimi-K2.6.
New releases
ACH bank transfers generally available
ACH bank transfers are now available to all customers, not just those with an enterprise contract. Link a U.S. bank account with instant verification from your billing settings, set it as your default payment method, and purchase credits directly from your bank account. Credits are deposited after the ACH payment clears (usually 1–3 business days). Auto-recharge still requires a card as the default payment method.
See Payment methods & invoices.
Deprecations
Model deprecations
The following models have been deprecated and are no longer available on serverless:
black-forest-labs/FLUX.1-schnell.
Qwen/Qwen2.5-7B.
moonshotai/Kimi-K2.6.See Deprecations for migration options.
Original source - Aug 17, 2026
- Date parsed from source:Aug 17, 2026
- First seen by Releasebot:Aug 18, 2026
- Modified by Releasebot:Aug 27, 2026
August 17, 2026
Together AI adds project visibility controls, expands serverless model availability, and enables full multi-project resource scoping for every organization, making project management and isolation more flexible.
New releases
New models
Improvements Project visibilityProjects now support three visibility levels. An open project lets any organization member discover and join it. A closed project is discoverable, but joining requires an admin to grant access. A private project is visible only to existing collaborators and organization admins. Choose a level when you create a project, or change it at any time from Project Settings.
See Project visibility.
New serverless models
The following models are now available on serverless:
deepseek-ai/DeepSeek-V4-Pro-0813: 1,048,576 context length, NVFP4 quantization. Pricing: $1.32 input / $3.96 output / $0.13 cached input (per 1M tokens).Multi-project resource scoping
Multi-project is now enabled for every organization. Clusters, fine-tuned models, endpoints, evaluations, files, and API keys are fully scoped to projects. The early-access limitations on project isolation no longer apply.
See Projects.
Original source - Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 18, 2026
August 15, 2026
Together AI adds new serverless model access with DeepSeek-V4-Pro-0813 and 1M-token context support.
New serverless models
The following models are now available on serverless:
- deepseek-ai/DeepSeek-V4-Pro-0813: 1,048,576 context length, NVFP4 quantization. Pricing: $1.32 input / $3.96 output / $0.13 cached input (per 1M tokens).
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.