allenai / text-generation updated 1 year ago

OLMoE-1B-7B-0924

> OLMoE-1B-7B is a Mixture-of-Experts LLM with 1B active and 7B total parameters released in September 2024 (0924). It yields state-of-the-art performance among models with a similar cost (1B) and is competitive with much larger models like Llama2-13B. OLMoE is 100% open-source.

Params
6.9 B
Context
4,096
Downloads 30d
197 K
Likes
147
Commercial use: allowed apache-2.0 Not gated SAFETENSORS 1 languages View on Hugging Face ↗

Download history

daily snapshots · 10 days
197 K184 K
Jul 28Jul 31Aug 3Aug 6

Can you run it?

Estimated VRAM at 8K context unless noted. Pick your hardware to see the verdict per quantization.

FileQuantSizeEst. VRAMVerdict on RTX 4090 · 24 GB
model.safetensors bf16 13.8 GB 16.8 GB ✅ Runs comfortably
Estimate: file size × 1.1 + KV cache at 8K + 0.5 GB overhead. Not a benchmark — how we calculate this.

Run it

copy-paste, exact tags checked against the Hub
~ · curl · api/v1
$ curl -s https://aimodelscomparison.com/api/v1/models/olmoe-1b-7b-0924
{
  "hf_id": "allenai/OLMoE-1B-7B-0924",
  "params_b": 6.92,
  "context_length": 4096,
  "license": { "id": "apache-2.0", "commercial": "yes" },
  "downloads_30d": 196918,
  "vram_estimates": [
    { "quant": "bf16", "gb": 16.8 }
  ],
  "updated_at": "2026-07-28T18:08:16Z"
}
est. VRAM —on RTX 4090 · 24 GBJSON API →

Specifications

Architecture
OlmoeForCausalLM
Parameters
6.9 B
Tensor type
BF16
Context length
4,096
Vocabulary
50,304
Layers / heads
16 / 16
Licence
apache-2.0
First seen on the Hub
2024-07-20
Training datasets
allenai/OLMoE-mix-0924
Added to our catalog
2026-07-28