Inference Brew

OpenAI Updates Realtime API with GPT-Realtime-2.1 and 2.1-mini

00:00 / --:--

← Back to home

OpenAI Updates Realtime API with GPT-Realtime-2.1 and 2.1-mini

1. OpenAI Updates Realtime API with GPT-Realtime-2.1 and 2.1-mini

Building on the GPT-Realtime-2 model released in May, OpenAI has launched the 2.1 iteration of its Realtime API. The update includes a new mini variant and significant performance improvements, specifically a 25% reduction in p95 latency achieved through optimized audio caching. The release also introduces configurable reasoning effort and competitive pricing for cached audio inputs, further refining the capabilities for low-latency voice applications.

  • OpenAI released gpt-realtime-2.1 and gpt-realtime-2.1-mini as an update to the GPT-Realtime-2 series.
  • The new models feature a 25% reduction in p95 latency via improved audio caching.
  • The mini model supports native tool use and function calling with configurable reasoning effort.
  • New pricing for cached audio input is set at $0.30 per 1M tokens, significantly lower than fresh audio.

Developers can now leverage improved latency and a new mini model to build more cost-effective, responsive voice agents compared to the original GPT-Realtime-2 release.

SOURCES

2. NVIDIA Releases Nemotron-Labs-3-Puzzle-75B-A9B

NVIDIA has introduced Nemotron-Labs-3-Puzzle-75B-A9B, a compressed, deployment-optimized model built for high-throughput local inference. By applying the Iterative Puzzle framework to its parent 120B model, NVIDIA reduced the active parameter count to 9.3B while maintaining strong reasoning capabilities. The model's hybrid architecture combines Mamba, MoE, and Attention layers, resulting in a 2x throughput boost on B200 nodes and allowing a single H100 GPU to handle up to eight concurrent 1M-token requests.

  • Nemotron-Labs-3-Puzzle-75B-A9B is derived from the Nemotron-3-Super-120B-A12B using the Iterative Puzzle compression framework.
  • The hybrid architecture features interleaved Mamba, MoE, and Attention layers with Multi-Token Prediction.
  • The model reduces active parameters to 9.3B (from 12.8B) and total parameters to 75.3B (from 120.7B).
  • It delivers approximately 2x higher server throughput on an 8xB200 node compared to its parent model.
  • Single-H100 concurrency for 1M-token workloads increases from 1 to 8 concurrent requests.
  • The model is available for commercial use and supports multiple languages including English, Spanish, and Chinese.

Developers can achieve significantly higher concurrency and throughput on standard GPU nodes when running local reasoning workloads.

SOURCES

3. Gepard 1.0: Open-Source, vLLM-Native Streaming TTS

Gepard 1.0 has been released as an open-source, streaming-first text-to-speech model optimized for real-time conversational AI. Built on a Qwen3.5 backbone and Nemo NanoCodec, the 555M-parameter model achieves an exceptionally low time-to-first-audio of approximately 50ms and supports zero-shot voice cloning. Because it is vLLM-native, developers can easily deploy it alongside existing LLM serving infrastructure, achieving high concurrency of up to 256 parallel streams on enterprise hardware.

  • Gepard 1.0 is a 555M-parameter streaming TTS model released under the Apache 2.0 license.
  • The model utilizes a Qwen3.5 0.8B backbone and Nemo NanoCodec, supporting zero-shot voice cloning.
  • It achieves a 50ms time-to-first-audio (TTFA) and a 20x real-time factor (RTF) on an NVIDIA RTX 5090 via vLLM.
  • A single RTX Pro 6000 Blackwell GPU can handle up to 256 parallel sequences.
  • Gepard 1.0 supports English, Spanish, Portuguese, and Dutch, and scored 4.25 on the Seed-TTS-eval NISQA-MOS benchmark.

Developers building voice agents can achieve near-instantaneous, high-quality speech synthesis using a model that integrates natively with vLLM.

SOURCES

4. Anthropic Expands Claude Cowork to Web and Mobile with Cloud Execution

Building on the existing Claude Cowork agent, Anthropic has launched web and mobile versions that support continuous, cloud-based task execution. This update allows users to run multi-step agentic workflows in the background without maintaining an active desktop session, while providing real-time notifications for human-in-the-loop approvals across devices.

  • Claude Cowork is now available in beta on web, iOS, and Android for Max plan subscribers.
  • Tasks now run in the cloud by default, allowing for autonomous execution while the user's device is offline.
  • The desktop client remains available for tasks requiring local file access.
  • Anthropic is offering introductory pricing for the Claude Sonnet 5 model and extended usage quotas for Cowork subscribers through August 2026.

This expansion removes the requirement for local machine uptime for long-running agent tasks, significantly increasing the utility of Claude Cowork for asynchronous business and operational workflows.

5. State of CLI Coding Agents in Mid-2026

A mid-2026 evaluation of command-line coding agents highlights the maturing landscape of terminal-based AI assistants. The analysis compares Claude Code, Codex CLI, Omp, and OpenCode across standard developer workflows. While Claude Code, Codex CLI, and Omp deliver similar capabilities in reading codebases and executing edits, they diverge on operational details like permission prompts and workspace cleanliness. OpenCode lags in output quality but remains a viable alternative for developers seeking broad model compatibility.

  • Claude Code, Codex CLI, and Omp demonstrate comparable performance in core tasks like repository reading, file editing, and running checks.
  • The tools differ significantly in how they manage task clarity, repository hygiene, and execution permissions.
  • OpenCode was found to produce lower-quality results compared to the other three leading CLI agents.
  • OpenCode is noted for its flexibility in integrating with a wider variety of underlying models.

Developers can make informed decisions on which terminal-based coding assistant to integrate into their daily development workflows.

SOURCES

6. docx-cli Helps AI Agents Edit Word Documents Efficiently

Working with Microsoft Word documents has historically been a major pain point for AI agents due to the complexity of raw OOXML. The open-source docx-cli tool solves this by converting .docx files into annotated Markdown and plain commands that agents can easily parse and edit. Benchmarks show that using docx-cli not only prevents document corruption but also slashes token consumption by 2.5x while significantly boosting task success rates. The tool integrates seamlessly with popular agent frameworks like Claude Code and Codex.

  • docx-cli allows AI agents to read and edit .docx files using plain commands and annotated Markdown instead of raw OOXML.
  • In benchmarks, the Sonnet model tier achieved a 100% success rate (6/6 tasks) using docx-cli while consuming 2.5 times fewer tokens.
  • All 36 document outputs generated via docx-cli opened successfully in Microsoft Word, compared to 5 failures using default skills.
  • The tool supports advanced features like tracked changes, table manipulation, image insertion, and document rendering.
  • It is compatible with agent harnesses like Claude Code, Codex, and Pi, and can be installed via npm or standalone binaries.

Developers building document-processing agents can drastically cut API costs and eliminate formatting corruption by replacing raw OOXML manipulation with clean Markdown commands.

SOURCES

7. VisionBridge Proxy Adds Image Support to Text-Only LLMs

VisionBridge is a clever open-source proxy that bridges the gap between text-only LLMs and multimodal tasks. Operating as an OpenAI-compatible server, VisionBridge intercepts image inputs and exposes tool-calling functions (such as OCR, cropping, and scanning) to the text model. The text model then queries a separate, dedicated vision model to gather the necessary visual data. This allows developers to add image-processing capabilities to high-performance text-only reasoning models without any fine-tuning or custom model training.

  • VisionBridge is an OpenAI-compatible proxy licensed under the MIT license.
  • It allows text-only models to interpret images by querying a separate vision model using functions like look, OCR, and crop.
  • The tool requires no model training, weight adjustments, or complex pipeline setups.

Developers can easily upgrade text-only reasoning models to handle visual inputs without fine-tuning or modifying model weights.

SOURCES

8. Rowboat: An Open-Source, Local-First Alternative to Claude Desktop

Rowboat has launched as an open-source, local-first alternative to Claude Desktop. Licensed under Apache-2.0, Rowboat organizes AI interactions around dedicated work surfaces—such as email, meeting notes, and coding—rather than a single chat window. It stores all data locally in plain Markdown and uses the Agent Client Protocol to orchestrate coding agents like Claude Code or Codex. Developers can connect any local or cloud-based LLM and build custom web-based interfaces that hook into Rowboat's local memory and tool integrations.

  • Rowboat is open-source under the Apache-2.0 license and stores all data locally as plain Markdown files.
  • It features dedicated work surfaces for email drafting, meeting notes, browser navigation, and parallel coding.
  • The parallel coding mode uses the Agent Client Protocol to orchestrate instances of Claude Code or Codex.
  • The platform supports any LLM, including local models via Ollama or LM Studio, and allows developers to build custom web-based work surfaces.

Developers can build and run custom, local-first AI workflows using any LLM with built-in support for Claude Code and Codex.

SOURCES

9. Liquid AI Open-Sources Antidoom to Stop Reasoning Loops

Liquid AI has open-sourced Antidoom, a post-training technique designed to solve the "doom loop" failure mode where reasoning models repeatedly output the same text block. Rather than retraining the entire model, Antidoom's Final Token Preference Optimization (FTPO) isolates and adjusts the weights of the first token that triggers the loop, steering the model toward coherent alternative paths. The lightweight pipeline can be executed in just a few hours, offering a practical way for developers to stabilize local reasoning models before deployment.

  • Antidoom uses Final Token Preference Optimization (FTPO) to target and retrain only the specific token that initiates a repetitive loop.
  • The pipeline is highly efficient, requiring about one hour of data generation on 8x MI325 GPUs and one to two hours of training on a single GPU.
  • Applying Antidoom to a Qwen 3.5 4B model reduced its greedy-sampling doom-loop rate from 22.9% to just 1%.
  • Testing on an early LFM 2.5 2.6B checkpoint reduced the loop rate from 10.2% to 1.4%.
  • The method acts as a post-training repair tool, restoring the model's ability to output correct answers without losing prior capabilities.

Developers fine-tuning or deploying local reasoning models can apply this method to prevent models from getting stuck in infinite text-generation loops.

SOURCES

10. Jacobian Lens Applied to Local-to-Cloud Model Routing

Applying Anthropic's Jacobian Lens interpretability research to open-source models has yielded a practical local-to-cloud routing mechanism. By analyzing the internal "workspace trajectory" of models like Gemma 4 during inference, a researcher built a lightweight logistic-regression router that detects "foggy" internal states—where competing token candidates persist deep into the model's layers. When the router detects these states, it can trigger an automatic fallback to a larger cloud model, preventing confident local hallucinations while minimizing API costs.

  • The methodology was tested on open-source models including Gemma 4 variants and Qwen 3.6 27B.
  • Analyzing internal workspace trajectory features revealed that foggy states (where multiple candidate tokens compete deep in the layers) correlate with confident but incorrect answers.
  • A logistic-regression router trained on these internal features outperformed simple output confidence scores in predicting errors for Gemma models.
  • The router did not improve predictions for Qwen 27B, which already features well-calibrated output confidence.
  • The code, demo, and pre-trained routers have been open-sourced on GitHub and Hugging Face.

Developers can build highly cost-effective hybrid architectures that run queries locally by default and automatically escalate to cloud APIs only when internal states indicate high uncertainty.

SOURCES

11. mistral.rs v0.9.0 Outperforms llama.cpp in CPU Decoding

The mistral.rs local inference engine has been updated to version 0.9.0, focusing on CPU performance. By implementing hardware-specific optimizations for AVX2, AVX512, and ARM NEON instruction sets, the engine achieves up to a 1.8x speedup in decoding compared to llama.cpp. Additionally, the update introduces an In-Situ Quantization (ISQ) system, allowing developers to load and run unquantized models directly from Hugging Face while quantizing them on the fly to save memory.

  • mistral.rs v0.9.0 delivers up to 1.8x faster CPU decoding than llama.cpp when running Qwen3 4B Q4_K.
  • The engine features granular optimizations for x86 CPUs (AVX2 and AVX512) and ARM CPUs (NEON).
  • The performance advantage was maintained across all measured context depths.
  • The release includes an In-Situ Quantization (ISQ) system that allows running models directly from Hugging Face.

Developers deploying local models on CPU-only environments can achieve up to 1.8x faster decoding speeds.

SOURCES

12. Kokoro TTS Gains CPU-Friendly Containerized API

Building on the earlier release of the 82M-parameter Kokoro TTS model optimized for NVIDIA GPUs, a new Kokoro-FastAPI container has been released to simplify local deployment. This 5GB image provides an OpenAI-compatible speech API, allowing developers to integrate the model into local stacks on standard CPUs without requiring dedicated GPU hardware.

  • Expands Kokoro TTS deployment options from GPU-only to CPU-friendly containerized environments.
  • Provides an OpenAI-compatible speech API for easier integration into existing applications.
  • Includes a built-in web UI for testing and deployment.
  • Benchmarks demonstrate efficient performance on consumer CPUs like AMD Ryzen 7 and Apple M2 Pro.

This development expands the accessibility of the Kokoro model, enabling developers to deploy low-latency, self-hosted speech synthesis on consumer-grade hardware.

SOURCES

13. Hy3-1M Now Runnable Locally via GGUF and llama.cpp

Building on the July 6th release of Tencent's Hy3 MoE model, the open-source community has now enabled local inference. GGUF quantizations are available on Hugging Face, and support has been added to llama.cpp via pull request #25395. Benchmarks on an NVIDIA RTX 5090 show the model achieving 10 to 11 tokens per second.

  • GGUF quantizations for Hy3-1M are now available on Hugging Face.
  • llama.cpp now supports the model via pull request #25395.
  • Local inference on an NVIDIA RTX 5090 with 96GB RAM reaches 10-11 tokens per second.

Developers can now self-host the Hy3 model on consumer hardware using standard local inference tools.

SOURCES

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.

Inference Brew in your inbox

5 minutes a day. Free, unsubscribe anytime.