Home / Companies / Together AI / Blog / May 2026

May 2026 Summaries

8 posts from Together AI

Filter
Month: Year:
Post Summaries Back to Blog
Artificial Analysis highlights the complexities of serving Automatic Speech Recognition (ASR) systems, focusing on the challenges of processing audio data compared to text. While text inputs are compact and ready for inference, audio data requires extensive preprocessing before reaching the GPU, making ASR a full-path systems problem. The piece examines NVIDIA’s Parakeet-TDT 0.6B v3 and OpenAI’s Whisper Large v3 models, emphasizing the need for efficient GPU execution, CPU preprocessing, and memory management. Key optimizations include using TensorRT for encoder execution, conditional CUDA graphs to streamline decoder operations, and reducing CPU-path overhead with shared memory and evented I/O. The importance of controlling both median and tail latency in voice systems is underscored, as ASR latency sets the earliest bound on user-visible response time. Parakeet v3, noted for its expanded language support and training on a vast multilingual corpus, showcases advancements in ASR technology, demonstrating significant improvements over its predecessor in language support and model efficiency.
May 29, 2026 1,646 words in the original blog post.
Together AI has partnered with Pearl Research Labs to integrate the Pearl Network, a blockchain protocol using Proof of Useful Work, into AI operations, allowing AI workloads to be offset by mining a new cryptocurrency. This collaboration introduces an inference endpoint for the Gemma-4-31B-it-pearl model, which is offered at a discounted rate by leveraging the future value of cryptocurrency emissions from Pearl. The integration allows GPUs to simultaneously generate Pearl's native cryptocurrency, the ¶PRL coin, effectively reducing the price-per-token for large language models (LLMs) and enhancing the economic efficiency of AI operations. This partnership marks the beginning of Together AI's plans to expand its product portfolio with Pearl-powered solutions, providing customers with opportunities to benefit from cryptocurrency emissions associated with AI workloads.
May 16, 2026 305 words in the original blog post.
Violin is an open-source video translation tool designed to make video content more accessible to global audiences by overcoming language barriers. Utilizing advanced AI technologies, Violin combines automatic speech recognition, large language model translation, and text-to-speech synthesis to deliver high-quality translations, allowing users to select voice characteristics and incorporate translation rules for accuracy. The tool also includes a multimodal chat assistant that enables users to interact with videos by asking questions, supported by a vision-language model that processes both audio and visual content. Violin is available as a web app, command-line interface, and agent skill, making it versatile for various users, from content creators to developers, and is distributed under the MIT license to encourage community collaboration and improvement.
May 15, 2026 909 words in the original blog post.
Voice Finder is a tool that streamlines the process of selecting appropriate voices for voice agents by allowing developers to search through over 600 voices across multiple models available on Together AI. Users can search by describing the desired voice or uploading a sample, benefiting from model-aware metadata with attributes such as pitch, accent, language, age, emotion, and speaking style. This targeted search capability helps developers quickly narrow down voice options for specific applications, like a fintech support agent or a meditation guide, ensuring the voice suits the product and audience. The platform, designed for real-time voice agent development, supports speech-to-text, language models, and text-to-speech, maintaining low latency for seamless interaction.
May 13, 2026 394 words in the original blog post.
Developers are experiencing a shift in how they work, thanks to the introduction of agents that simplify complex tasks like containerization and inference server configuration, which previously required specific expertise or extensive self-education. This change is exemplified by the use of Goose, a CLI agent runner, in conjunction with Together's Dedicated Container Inference (DCI) infrastructure, which allowed for the immediate deployment of Netflix's void-model on Hugging Face without the usual setup delays. By leveraging Goose and Together's skills, developers can quickly bridge knowledge gaps and deploy models in a production-grade environment with minimal effort, as demonstrated by a seamless setup process that involved installing a skill, running a simple prompt, and letting the agent handle the rest. Together's DCI offers a private, GPU-backed environment that simplifies running new models, eliminating the need for developers to manage their own infrastructure, and instead allowing them to quickly experiment with and deploy new models as they become available. This flexibility and ease of use enable developers to focus on innovation rather than technical hurdles, significantly reducing the gap between model release and practical application.
May 09, 2026 851 words in the original blog post.
DeepSeek-V4 introduces an architectural shift by transforming million-token context processing into a serving-systems challenge, utilizing a hybrid attention design that compresses context before key-value (KV) storage. This model employs Compressed Sparse Attention (CSA), Heavily Compressed Attention (HCA), and Sliding Window Attention (SWA) to manage large context windows efficiently by reducing KV cache pressure, which is crucial for supporting long-context, decode-heavy workloads like coding and research agents. The new approach enables better batching, prefix reuse, and memory management, allowing more efficient use of NVIDIA HGX B200 platforms, which handle the compressed cache layouts across concurrent requests. DeepSeek-V4's design requires managing multiple cache types with different memory management strategies, making it essential to evaluate cache policies and endpoint profiles for varied workloads. The architectural advancements in V4, while promising improved serving efficiency for long-context tasks, necessitate careful benchmarking and tuning to realize performance gains across different workload regimes, particularly when migrating from short-chat applications to those requiring extensive context handling.
May 09, 2026 2,573 words in the original blog post.
NVIDIA's focus on AI inference, as highlighted at the GTC 2026 conference, underscores its growing significance over training in shaping AI economics due to its ongoing costs, which comprise 80-90% of a production AI system's lifetime expenses. Inference is not merely about running models; it's an optimization challenge involving latency, throughput, and concurrency, which impacts product viability and unit economics. Together AI addresses these challenges with a comprehensive strategy involving research, systems engineering, and hardware optimization, showcasing advancements like FlashAttention and adaptive speculative decoding, which improve inference efficiency and reduce costs. The company emphasizes that optimizing inference not only enhances margins but also expands the potential for new use cases, positioning Together AI as a leader in enabling AI-native teams to scale efficiently on the AI Native Cloud platform.
May 05, 2026 3,356 words in the original blog post.
Copy Fail (CVE‑2026‑31431) is a significant vulnerability in the Linux kernel's crypto subsystem that allows unprivileged users to execute a precise 4-byte write into the page cache of any readable file, potentially leading to privilege escalation on mainstream Linux distributions. This vulnerability poses a high risk in AI infrastructures, where multi-tenant GPU nodes and CI jobs are common, as it can allow container compromises to escalate to root access on the host, potentially corrupting binaries or libraries shared by other tenants. To mitigate this, Together AI quickly disabled the vulnerable algif_aead interface across their infrastructure, employing kernel hardening techniques, and set up compliance checks to ensure ongoing security even if vulnerable kernels were rebooted. They plan to roll out vendor patches once available, prioritizing non-production clusters for testing, and maintain the algif_aead module disabled in environments that do not require it. This incident highlights the importance of a cautious approach to kernel exposure in shared environments and the need for robust monitoring to detect unusual activities indicative of such exploits.
May 01, 2026 2,599 words in the original blog post.