AIAny
AI Model2026
Icon for item

dots3-note Preview

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.

Introduction

Long-context, multimodal models are increasingly necessary for agentic workflows and document-scale understanding, yet few open-weight options support both extremely long contexts and multi-modal inputs. dots3-note Preview aims to fill that gap by offering an inference-first Mixture-of-Experts (MoE) multimodal causal LM that exposes long-context (up to 512K tokens) multimodal inference at a 280B-parameter scale while keeping per-request activated compute lower via MoE routing and FP8 support.

Key Capabilities
  • Multimodal input → text output: accepts text, images, video (with audio tracks) and audio, enabling single-model pipelines for transcription, image-to-text, video understanding and multimodal question answering — so you can avoid stitching separate encoders and LLMs for many applications.
  • MoE efficiency and scale trade-off: 280B total parameters with ~16B activated parameters and 256 routed experts (top-8 routing) — this reduces activation compute for typical inferences compared with dense models of comparable total size, making very large-capacity models more practical for inference.
  • Very long context and vocab: supports up to 512K tokens and a 152K vocabulary, useful for long-document summarization, codebase reasoning, and multi-turn agent memory tasks where context retention matters.
  • Production-oriented checkpoints and deployment paths: provides BF16 and FP8 checkpoints (FP8 tuned for inference), and has native-serving recipes or integrations mentioned for vLLM, SGLang and Transformers PRs; designed for multi-GPU inference with expert-parallel/tensor-parallel configurations.
Who it's for & trade-offs

Great fit if you need a single-model multimodal inference stack that can handle extremely long contexts (hundreds of thousands of tokens) and mixed media (image/video/audio) for agentic workflows, long-document analysis, or multimodal QA, and you can provision multi-GPU H100-class resources and advanced serving stacks (vLLM/SGLang/Transformers PRs).

Look elsewhere if you need a compact on-device model, lightweight CPU inference, or a model specifically tuned for highest-accuracy dense decoding on commodity GPUs — dots3-note Preview is inference-focused, expects high-memory multi-GPU setups (FP8 recommended for cost/memory), and operationalizing MoE routing and expert-parallelism adds infrastructure complexity.

Where it fits

Use dots3-note Preview when you want an open-weight alternative for production multimodal agents that needs long context and tool/agent workflows. For lower-cost or single-GPU deployments prefer smaller dense multimodal models; for research into MoE training you may need additional tooling beyond this inference-targeted release.

More Items

Hugging Face
AI Model2022

A compact pretrained bidirectional Transformer distilled from BERT base for masked language modeling and downstream NLP fine-tuning. Trained via knowledge distillation on BookCorpus and English Wikipedia, it reduces size/latency (≈67M params) while preserving BERT-like representations.

Hugging Face
AI Model2022

Pretrained uncased English BERT base model for masked language modeling and next-sentence prediction. ~110M parameters, pretrained on BookCorpus and English Wikipedia; commonly fine-tuned for classification, token labeling, and question answering.

Hugging Face
AI Model2022

Autoregressive transformer that generates English text from a prompt and can be fine-tuned for downstream NLP tasks. This is the 124M-parameter GPT-2 checkpoint (causal LM, byte-level BPE, 1024-token context) hosted on Hugging Face.