AIAny
AI Model2026
Icon for item

Inkling-Small

Generates text from text, image, or audio inputs using a native multimodal, Mixture-of-Experts autoregressive transformer (276B total / 12B active) with up to 1M-token context; targeted at conversational, agentic, coding and multimodal applications.

Introduction

Why this matters

Large multimodal models that natively process images and audio alongside text simplify building conversational agents, tool-using assistants, and RAG systems. Inkling-Small packs Inkling’s multimodal design into a more compute-efficient Mixture-of-Experts checkpoint, trading total parameter count for a 12B active working set and a variable "thinking effort" that lets deployers tune cost vs. performance.

Key Capabilities
  • Multimodal, encoder-free architecture: processes text, images (hierarchical patch encoder) and audio (dMel/discrete token encoding) in a shared token space so multimodal context is handled jointly rather than stitched together post-hoc. This yields stronger visual/auditory reasoning and formatted outputs for chat and agents.
  • Sparse MoE scale efficiency: 42-layer decoder-only transformer with sparse Mixture-of-Experts routing (276B total, 12B active), routing to multiple experts per token; provides many-parameter capacity at lower active compute compared with dense models.
  • Very long context and numeric/formatting support: supports up to 1M tokens of context for long-form reasoning, dialogs, or tool histories; numeric and format-aware outputs (BF16, NVFP4 support) for deployment flexibility.
  • Agentic & developer-focused design: benchmarked for agentic coding and tool use (strong SWEBench / TerminalBench performance), released with open weights for fine-tuning and local deployment recipes (vLLM, SGLang, TokenSpeed, Unsloth, Hugging Face integration).
Who it fits — tradeoffs and recommendations

Great fit if you need a locally deployable, open-weights multimodal LLM that: benefits from MoE parameter capacity while keeping active compute modest; must handle long contexts (multi-document chat, tool histories); or will be used for image/audio question answering, speech understanding, or agentic coding assistants.

Look elsewhere if you require the absolute best factual coverage or up-to-the-minute knowledge without retrieval: Inkling-Small trades raw knowledge breadth (compared to some larger closed models) for efficiency and multimodal reasoning. Also plan downstream safety layers: the model can hallucinate and may follow indirectly framed harmful prompts, so production use should add moderation, RAG verification, and human-in-the-loop checks.

Where it fits

Positioned between research-grade giant checkpoints and smaller dense models: it aims to match or exceed Inkling on reasoning and agentic tasks at roughly one-quarter of Inkling’s active size, making it a pragmatic choice for teams wanting open weights and multimodal reasoning without frontier closed-weight costs.

Information

  • Websitehuggingface.co
  • OrganizationsThinking Machines Lab
  • Published date2026/07/27

Categories

More Items

Hugging Face
AI Model2026

Provides a 2‑bit quantized build of Qwen3.6‑35B‑A3B for local serving via an OpenAI‑compatible HTTP API. Key features: 12.3 GB on disk, eschamoe mixed 2/3‑bit expert quantization with int8 dense layers, runs on a single 16–24 GB NVIDIA GPU and ships with Escha SGLang and ZML runtimes.

Hugging Face
AI Model2026

An open-weight LLM checkpoint post-trained for agentic deep search: Qwen-compatible reasoning and tool-call formats optimized for web browsing, multi-source evidence aggregation, long-horizon planning and recovery from failed interactions; typically paired with the AxisAgentic harness.

Hugging Face
AI Model2026

An open-weight, Qwen-derived thinking model optimized for agentic deep web search and long-horizon planning. Provides Qwen-compatible reasoning and tool-call formats for English/Chinese browsing, multi-source evidence aggregation, source verification, and recovery from failed environment interactions.