AIAny
AI Model2026
Icon for item

AliceAI-Foundation-80B-A3B-Base

A pretrained autoregressive foundation LLM from Yandex that uses a hybrid MoE design (80B params, 3B active) and supports up to 262,144-token context. Notably strong on Russian factual knowledge, math and coding benchmarks; intended for research and fine-tuning rather than out-of-the-box production.

Introduction

Why this release matters: mixture-of-experts models promise high capacity with lower per-step compute, but public MoE checkpoints with large context and end-to-end tooling are rare. This model combines an 80B-parameter MoE backbone (512 experts, top‑10 routed + shared expert) with a 262k token context window and a released training/benchmark suite—making it a practical artifact for researching long-context reasoning and MoE scaling trade-offs.

Key Capabilities
  • Hybrid MoE architecture and compute trade-offs — 80B total parameters with ~3B activated per token (512 experts, top‑10 + 1 shared). This means high representational capacity while keeping per-token compute and memory closer to much smaller dense models.
  • Very long context support — 262,144-token context enables tasks such as document-level QA, long-form code generation, and finance report analysis without external retrieval, demonstrated on FinQA 128k and LongMemEval.
  • Strong reasoning, math and code performance — leads or ranks highly on internal benchmarks (MATH-500, IMO AnswerBench, LiveCodeBench), indicating robustness on multi-step reasoning and coding problems compared to larger open models.
  • Research-ready tooling and finetuning recipes — reference usage via Transformers and vLLM is provided, plus examples for LoRA/FSDP fine-tuning aimed at experiments rather than turnkey deployment.
Who it's for and trade-offs

Great fit if you are a researcher or engineer who wants to: experiment with MoE routing behavior at scale, benchmark long-context LLM use-cases, or fine-tune a high-capacity foundation model for domain tasks. Look elsewhere if you need: a production-aligned, safety-aligned assistant out of the box (this is a pretraining-stage checkpoint without alignment), very low-latency inference on resource-constrained hardware, or a small dense model for edge deployment.

Where it fits

Positioned as a research-focused open checkpoint that aims to match or exceed performance of larger dense open models on many reasoning benchmarks while reducing active compute through routing. Use it to study MoE scaling, long-context applications, and downstream fine-tuning strategies rather than as a drop-in consumer service.

More Items

Hugging Face
AI Model2026

A 9B agentic multimodal SFT checkpoint distilled from Qwen3.5-9B for coding, general agent tasks, visual coding and cybersecurity. Provided by Xiaomi MiMo as a research seed (77.4B-token SFT mix) to bootstrap agentic RL and tool-use experiments.

Hugging Face
AI Model2026

Open-weights multimodal LLM checkpoint designed for 1M-token long-context agent runs that combines large-scale on-policy RL with groupwise grading for iterative self-improvement. Key traits: sparse MoE backbone (≈1.02T total / 42B active), text-only output with image/video/audio inputs, MIT-licensed weights on HuggingFace—suited for long-horizon agents and research at significant infra cost.

Hugging Face
AI Model2026

A sparse-MoE multimodal LLM fine-tuned with large-scale mixed reinforcement learning, supporting text/image/video/audio and a 1M-token context window; designed for long-horizon agentic tasks, coding and visual reasoning with groupwise grading and on-policy distillation.