Quick answer: Jamba 1.5 Large is AI21 Labs' August 2024 hybrid SSM-Transformer model with a 256K context window, scoring 65.4% Arena Hard, 87.0% GSM8K, and 53.5% MMLU-Pro. It is unique for combining Mamba SSM layers with Transformer attention — offering linear-time long-context processing with Apache 2.0 licensing.
Where Jamba 1.5 Large leads
Where it lags
Best for: Long-document processing requiring 256K context with permissive licensing; research into hybrid SSM-Transformer architectures; teams needing Apache 2.0 at 256K context.
Jamba 1.5 Large (released August 22, 2024) is AI21 Labs' flagship open-weight model combining Mamba SSM (State Space Model) layers with standard Transformer attention layers. This hybrid architecture allows efficient processing of very long contexts — linear rather than quadratic time complexity — making it particularly suitable for 256K-token document analysis.
The SSM-Transformer hybrid is architecturally significant: Mamba layers replace many attention layers, reducing KV cache size and making long-context inference more memory-efficient. This allows the model to handle 256K-token inputs (roughly 190 pages) with less GPU memory than a pure Transformer at the same context length.
At 65.4% Arena Hard and 53.5% MMLU-Pro, general instruction following and knowledge benchmark scores are below comparable dense transformers (Llama 3.3 70B: 68.9% MMLU-Pro). The tradeoff is architectural: Jamba delivers better long-context efficiency, but pure Transformer models generally score higher on standard benchmarks.
| Field | Value |
|---|---|
| Organization | AI21 Labs |
| Context window | 256,000 tokens |
| License | Apache 2.0 |
| HuggingFace | ai21labs/AI21-Jamba-1.5-Large |
| Release date | August 22, 2024 |
| Knowledge cutoff | March 2024 |
| Architecture | Hybrid SSM-Transformer (Mamba + Attention) |
| Modality | Text only |
Open weights under Apache 2.0 — free to self-host. Available via AI21 Labs API.
Jamba 1.5 Large supports a 256,000-token context window — approximately 190 pages of text. This was among the longest context windows at launch for an open-weight model.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| Arena Hard | 65.4% | Benchgen evaluation | 2025-07 |
| GSM8K | 87.0% | Benchgen evaluation | 2025-07 |
| MMLU-Pro | 53.5% | Benchgen evaluation | 2025-07 |
| Model | MMLU-Pro | Context | License | Architecture |
|---|---|---|---|---|
| Jamba 1.5 Large | 53.5% | 256K | Apache 2.0 | SSM+Transformer |
| Llama 3.3 70B Instruct | 68.9% | 128K | Llama 3.3 | Transformer |
| Llama 3.1 70B Instruct | — | 128K | Llama 3.1 | Transformer |
Jamba 1.5 Large vs Llama 3.3 70B: lower MMLU-Pro (53.5% vs 68.9%) but 2× context window (256K vs 128K) under Apache 2.0. Choose Jamba for long-document tasks; choose Llama 3.3 for general-purpose quality.
Specs from AI21 Labs' official Jamba 1.5 release (August 2024) and Benchgen evaluations. Last updated 2026-07-24.