Skip to content
Back to blog
benchmarksqwenperformance

Qwen 3.5 397B Performance Benchmarks on NVIDIA B200

Engineering Team

Benchmark Setup

We benchmarked Qwen 3.5 397B on our NVIDIA B200 GPU cluster under production-like conditions. Here is what we measured.

Hardware Configuration

  • GPU: NVIDIA B200 (Blackwell architecture, 192GB HBM3e)
  • Precision: FP8 with FlashAttention-3
  • Batch sizes: 1, 4, 8, 16, 32
  • Sequence lengths: 512, 2048, 8192, 32768 tokens

Throughput Results

Batch Size512 tokens2048 tokens8192 tokens32768 tokens
145 tok/s38 tok/s28 tok/s18 tok/s
4160 tok/s140 tok/s100 tok/s65 tok/s
8290 tok/s250 tok/s180 tok/s110 tok/s
16480 tok/s400 tok/s290 tok/s175 tok/s
32720 tok/s580 tok/s400 tok/s240 tok/s

Streaming Latency

Time-to-First-Token (TTFT) for a 2048-token prompt:

  • Batch size 1: 85ms
  • Batch size 4: 120ms
  • Batch size 8: 180ms

All measurements taken at steady state with continuous request flow.

Key Takeaways

  1. Linear scaling up to batch size 8 with diminishing returns beyond 16
  2. Sub-100ms TTFT at batch size 1 — suitable for real-time chat applications
  3. FP8 precision delivers 1.8x throughput improvement over FP16 with no measurable quality degradation
  4. FlashAttention-3 reduces memory footprint by 40% for long-context workloads

Try It Yourself

Run your own benchmarks using our OpenAI-compatible API. The free Pro trial includes 5 hours of inference time — enough to validate these numbers yourself.