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

Open-weights preview checkpoint for a multimodal reasoning model that generates text from text and image/video inputs, exposes adjustable reasoning effort and tool-calling, and supports an extended 262,144-token context for long-horizon tasks and agent-style workflows.

Hugging Face
AI Model2026

A 4B causal language model post‑trained from Qwen3.5‑4B for agentic workloads — tool use, coding and instruction following — using a routing‑harness feedback loop aimed at iterative capability improvement; distributed as text-only safetensors with native 262,144-token context.

Hugging Face
AI Model2024

An instruction-tuned 8B Llama 3.1 model for multilingual conversational text generation, built for assistant-style chat and long-context inputs (up to 128k tokens). Available for use via the Transformers pipeline and inference endpoints, with common optimizations like safetensors.