@PyTorch: Open Source Amplifies the Full-Stack Advantage to Power the Lowest Token Cost. PyTorch is a leading example: Launched i…
Summary
NVIDIA details how its full-stack inference software, co-developed with open-source ecosystems like PyTorch, reduces token costs by up to 5x on Blackwell GPUs, with real-world deployments from Baseten, Cognition, Deep Infra, and others demonstrating performance gains.
View Cached Full Text
Cached at: 07/22/26, 04:21 AM
Open Source Amplifies the Full-Stack Advantage to Power the Lowest Token Cost. PyTorch is a leading example:
Launched in 2016 with native CUDA support, PyTorch has coevolved with @nvidia’s architecture, providing developers access to innovations such as Tensor Cores, Transformer Engine, and NVFP4 directly through a familiar framework.
With an open source flywheel, more developers optimize CUDA-native inference paths, more production deployments feed back into the ecosystem, and each software improvement increases delivered token output while lowering cost per token over time.
Read @nvidia’s full post:
How NVIDIA’s Inference Software Stack Powers the Lowest Token Cost
Source: https://blogs.nvidia.com/blog/inference-software-lowest-token-cost/ As organizations move from AI pilots to production AI factories, infrastructure decisions have shifted from peak chip specifications to cost pertoken: how many useful tokens they can deliver per dollar, per watt and within required latency targets.
Codesigned with NVIDIA GPUs, CPUs, networking and systems, and strengthened by a broad open source ecosystem, NVIDIA’s full-stack inference software continuously improves hardware performance. On theNVIDIA Blackwellplatform, the software stack has already reduced token costs by up to 5x on the DeepSeek V4 model in just one month.
SemiAnalysis InferenceX results comparing token cost and interactivity for NVIDIA GB300 NVL72 systems with SGLang and the NVIDIA Dynamo inference framework.Leading companies and inference providers are already seeing the compounding value of NVIDIA’s inference software stack on Blackwell:
- Basetenused the NVIDIA TensorRT-LLM open source library to serve DeepSeek V4 Pro on Blackwell GPUs for reasoning, coding and long-context workloads, applying proprietary runtime optimizations to deliver up to 50% more tokens per second.
- Cognitionis using the NVIDIA Dynamo inference framework to manage inference GPUs, giving its team a ready-made path to scale reinforcement learning workloads without needing to build that infrastructure from scratch.
- Deep Infrauses the NVIDIA inference software stack to serve frontier open source models performantly on Blackwell from day zero, including DeepSeek V4.
- DigitalOceanhelped Hippocratic AI use NVIDIA inference software on Blackwell GPUs to serve healthcare AI faster and more efficiently, increasing inference throughput by 30% while maintaining a sub-half-second time to first response across 10 million patient calls.
- Together AIused NVIDIA TensorRT-LLM on Blackwell to help Cursor accelerate the path from model optimizations to production endpoints for its real-time coding experience.
Why Software Matters for Inference Economics
Traditional web, search and software-as-a-service workloads were relatively predictable: A user might load a page, refresh a feed or update a business record. These requests typically followed similar software paths, reading from or writing to a database, and scaled by adding more of the same servers.
Agentic AI is different.
Agentic AI runs distributed, stateful workflows that span LLMs, tools, memory, security, networking and accelerated computing across the data center.Agents can reason, plan, call tools, spin up specialist subagents and manage massive context across multi-turn workflows. They turn a single request into a distributed computing problem that can span hundreds of subagents, thousands of tasks and multiple large language models, running across GPUs, CPUs, DPUs and storage systems.
The software stack determines whether that complexity turns into wasted capacity or lowercost per token.
Lower cost per token comes from turning individual optimizations into system-level performance. NVIDIA’s inference software stack does this by connecting three layers:
- **Production Operation:**Coordinates distributed serving, orchestration, autoscaling and memory management so inference can run across the right compute and storage resources.
- **Application Acceleration:**Runs models with high performance while giving developers room to tune and customize, using runtime optimizations such as overlapping compute and communication and kernel fusion.
- **Infrastructure Access:**Exposes NVIDIA GPU, networking, memory and system capabilities without requiring developers to manage every device instruction set or data-transfer protocol directly.
The NVIDIA software stack spans model serving, runtime scheduling, kernels, communication libraries and hardware-aware optimizations, enabling rapid performance gains and lower serving costs as improvements compound across layers.When these layers work as one system, individual optimizations compound.
Disaggregated serving, large expert parallelism overNVIDIA NVLinkinterconnect technology, NVFP4 precision and multi-token prediction each deliver meaningful gains on their own. Combined, they increase throughput by up to 20x.
The chart below shows the result. Capturing that gain in production is complex, requiring coordination across the full inference stack — from production operations and model runtimes to kernels, communication libraries and hardware access. NVIDIA’s inference software stack is designed to make those layers work together so each optimization can build on the others.
Stacking software optimizations compounds performance gains, increasing NVIDIA Blackwell token throughput per GPU from baseline to up to 20x with disaggregated serving, large expert parallelism (Large EP), NVFP4 and multi-token prediction (MTP).## Open Source Amplifies the Full-Stack Advantage
That same full-stack foundation is amplified by the open source ecosystem. Many of today’s most widely used open source AI frameworks and inference projects are built natively onNVIDIA CUDA, which means new research and software optimizations run with leading performance on NVIDIA GPUs from day zero.
PyTorch is a leading example. Launched in 2016 with native CUDA support, PyTorch has coevolved with NVIDIA’s architecture, giving developers access to innovations such as Tensor Cores, Transformer Engine and NVFP4 directly through a familiar framework.
When breakthroughs such asDFlash speculative decode, which delivers up to 15x more throughput on existing hardware, orFastVideo, which generates 1080p videos in less than five seconds, land in PyTorch, they can run instantly on NVIDIA, helping AI factories convert research progress into lower token costs.
NVIDIA and PyTorch codevelopment helps bring new AI software innovations to developers, helping turn CUDA-native advances into production performance as PyTorch adoption grows.The same open source momentum is why when a new frontier open model like DeepSeek V4 is released, leading inference frameworks likevLLMandSGLanghaveday-zero deployment recipesfor the NVIDIA Blackwell architecture — making the model accessible across millions of Blackwell GPUs. It’s also why DeepSeek V4 performance on Blackwell improved by up to 5x within about a month across vLLM andSGLangframeworks, cutting token costs to roughly one-fifth of previous levels.
SemiAnalysis InferenceX results comparing token throughput at same interactivity for NVIDIA GB200 NVL72 systems with vLLM and the NVIDIA Dynamo inference framework.That’s the open source flywheel: more developers optimize CUDA-native inference paths, more production deployments feed back into the ecosystem and each software improvement increases delivered token output while lowering cost per token over time.
Explore how software multiplies hardware performance in thisNVIDIA AI Podcast on tokenomicsand thisinference solutions page.
Similar Articles
How NVIDIA’s Inference Software Stack Powers the Lowest Token Cost
NVIDIA's full-stack inference software, codesigned with hardware, has reduced token costs by up to 5x on the Blackwell platform in just one month, enabling lower cost per token for AI factories. Companies like Baseten, Cognition, Deep Infra, and Together AI are using the stack to optimize inference performance.
@rohanpaul_ai: NVIDIA's newly published report says its Blackwell inference stack cut DeepSeek V4 token costs by up to 5x in one month.
NVIDIA reported that its Blackwell inference stack reduced DeepSeek V4 token costs by up to 5x in one month.
@PyTorch: By bringing PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors together under a single vendor-neutral umbrella, the…
The PyTorch Foundation has expanded to host six open-source AI projects (PyTorch, vLLM, DeepSpeed, Ray, Helion, and Safetensors) to provide vendor-neutral governance across the full AI lifecycle, addressing enterprise challenges in inference, safety, and scalability.
@PyTorch: One runtime, multiple GPU architectures, and zero vendor-specific model code. In this blog post, the TokenSpeed team @l…
TokenSpeed-Kernel is a portable, high-performance kernel system for LLM inference that enables zero vendor-specific model code and supports multiple GPU architectures, achieving up to 3.6x higher throughput on AMD MI355X.
The state of open source AI (15 minute read)
The state of open source AI report by Mozilla highlights that open-weight models have reached parity with closed models on many tasks, while inference costs have dropped 50× in 36 months. The majority of production tokens now route through open models, and the competitive landscape has shifted to the agentic layer above.