Skip to main content
idapt
HomeAI ModelsPricing
Sign inStart free
All terms

Learn

What is a mixture of experts model?

Last reviewed July 16, 2026

A mixture of experts (MoE) model divides its feed-forward layers into many parallel subnetworks (experts) and routes each token through only a few of them. Only a fraction of the model's total parameters activate per token, so an MoE gets the quality benefits of a very large parameter count while spending the compute of a much smaller model on every request.

Why parameter counts mislead

MoE model cards quote two numbers: total parameters and active parameters per token. A model listed at 1T total with 32B active computes like a 32B model at inference while drawing on the larger learned capacity. Comparing an MoE's total count against a dense model's count overstates its serving cost; active parameters predict speed and cost per token better.

The trade-offs

MoE wins throughput per dollar at scale, which is why many frontier and open-weight flagships use it. The cost: all experts must sit in memory even though few run per token, so memory needs track total parameters. That makes large MoEs efficient for providers with big GPUs and awkward for local use, where your RAM must hold the full model.

In idapt

idapt's catalog lists dense and MoE models side by side with per-token prices and benchmark scores, so you compare on measured capability and cost rather than parameter counts.

The models catalogModel rankings

Frequently asked

Related terms

QuantizationOpen weightsInference

Multi-Model Chat

GPT, Claude, Gemini, Grok, Llama: pick mid-conversation, cheapest-first.

Local AI

Run open models on your own hardware with Ollama: private, free, no rate limits.

See it in practice

The fastest way to understand it is to use it. Start free, no credit card.

Try idapt free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Secrets
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • Code Execution
  • Computers
  • Computer Use
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Learn
  • Free tools
  • Prompts
  • Templates
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)