Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A data center rack with SambaNova SN50 RDUs and Nvidia H200 GPUs, illuminated by blue status lights, showcasing…

SambaNova Hits 850 t/s on MiniMax M2.7 via Hybrid H200-RDU Inferencing

SambaNovaAI achieved 850 t/s on MiniMax M2.7 by pairing H200 GPUs for prefill with SN50 RDUs for decode at RAISE Paris.

·1d ago·3 min read··7 views·AI-Generated·Report error
Share:
What inference speed did SambaNovaAI achieve with MiniMax M2.7 at RAISE Paris?

SambaNovaAI paired Nvidia H200s for compute-heavy prefill with its own SN50 RDUs for memory-bound decode, reaching 850 tokens/second on short context and 450+ t/s on long context with MiniMax M2.7 at RAISE Paris.

TL;DR

850 t/s on short context for MiniMax M2.7. · Hybrid H200s for prefill, SN50 RDUs for decode. · 450+ t/s on long context at RAISE Paris.

SambaNovaAI reached 850 tokens/second on MiniMax M2.7 at RAISE Paris. The system pairs Nvidia H200s for prefill with SambaNova's own SN50 RDUs for decode.

Key facts

  • 850 t/s on short context for MiniMax M2.7.
  • 450+ t/s on long context at RAISE Paris.
  • Hybrid: H200s for prefill, SN50 RDUs for decode.
  • MiniMax M2.7 is a 270B-parameter MoE model.
  • SN50 RDUs have 1.5 TB/s memory bandwidth.

SambaNovaAI and MiniMax released inference benchmarks at the RAISE conference in Paris, claiming 850 tokens per second on short-context workloads and 450+ tokens per second on long-context workloads for MiniMax's M2.7 model. According to @MiniMax_AI

The architecture splits the inference pipeline: Nvidia H200 GPUs handle the compute-heavy prefill phase, where the model processes the entire input prompt in parallel. SambaNova's custom SN50 Reconfigurable Dataflow Units then take over for the memory-bandwidth-limited decode phase, where autoregressive token generation stalls on memory reads.

This hybrid approach is unusual. Most inference deployments use homogeneous hardware — either all GPUs or all custom ASICs. By partitioning the workload by phase, SambaNova claims to optimise each stage on its preferred hardware: H200s for matrix-multiply-heavy prefill, SN50s for the memory-bound decode loop where RDUs' dataflow architecture can minimise data movement.

Why the split matters

MiniMax M2.7 Built Itself. Here’s How to Use It Like a Pro. | by Adi ...

The prefill-decode divide is well-known in LLM serving: prefill is compute-bound (large batch, high arithmetic intensity), while decode is memory-bandwidth-bound (small batch, low arithmetic intensity). Standard GPU clusters waste compute capacity during decode. SambaNova's RDUs, designed for dataflow execution with on-chip SRAM, may offer better memory bandwidth utilisation for the autoregressive step.

850 t/s on short context is fast — comparable to or exceeding published numbers from Groq's LPUs on similar-sized models, though direct comparisons are difficult without standardised benchmarks. [Per the announcement], the system sustained 450+ t/s on long context, where the attention mechanism's quadratic complexity typically slows prefill.

The company did not disclose whether these speeds include batch size, precision (FP8 vs FP16), or quantization details. Nor did it specify the exact hardware configuration — number of H200s vs SN50s, interconnect topology, or power draw.

Competitive context

MiniMax M2.7 is available on Olla…

Groq's LPU inference engine has claimed 500+ t/s on Llama 2 70B. Cerebras's Wafer-Scale Engine has demonstrated 1,800+ t/s on smaller models. SambaNova's hybrid approach differentiates by using off-the-shelf GPUs for the phase where GPUs excel, while reserving its own silicon for the phase where custom dataflow matters most. This could lower total cost of ownership compared to a fully custom system, assuming the H200s are commodity-priced.

MiniMax M2.7 is a 270-billion-parameter mixture-of-experts model. The company did not disclose the MoE routing overhead or whether the benchmark included expert parallelism. SambaNova's SN50 RDUs have 1.5 TB/s memory bandwidth and 1.2 petaops of compute, [per SambaNova's published specs], though the exact configuration used at RAISE was not detailed.

What to watch

Watch for SambaNova to publish reproducible benchmarks with batch size, precision, and power draw details. The company's next hardware generation and whether it integrates prefill acceleration natively into the RDU will determine if the hybrid approach is a bridge or a permanent architecture.

Sources cited in this article

  1. SambaNova's
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The hybrid inference architecture is a pragmatic concession: SambaNova's RDUs excel at memory-bound decode but cannot match GPUs on compute-bound prefill. By splitting the pipeline, SambaNova avoids the need to build a prefill-optimised RDU — a significant R&D saving — while still demonstrating competitive decode speeds. However, the lack of standardised benchmarks (batch size, precision, latency distribution) makes direct comparison to Groq or Cerebras impossible. The 850 t/s number likely uses a small batch size and short prompts — real-world serving with large batches and long contexts would degrade throughput significantly. More importantly, the hybrid approach introduces system complexity: two different interconnects, two memory pools, and two programming models. Enterprises already struggling with GPU-only deployment may balk at the operational overhead. The real test will be whether SambaNova can offer a unified API that abstracts the hardware split, or whether developers must manually partition their serving code.
This story is part of
The AI Infrastructure War Shifts from Chips to Developer Tools
Nvidia's enterprise pivot and AWS's OpenAI bet collide with Cursor's quiet ascent
Compare side-by-side
Nvidia vs SambaNovaAI
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all