AIAny
AI Model2026
Icon for item

Inkling

Accepts text, image and audio inputs and generates text outputs for conversational, instruction-following and multimodal tasks; a sparse-MoE autoregressive model (975B total, 41B active) with BF16/NVFP4 support and local-deploy recipes.

Introduction

Inkling opens access to a large-scale multimodal sparse Mixture-of-Experts (MoE) transformer designed for developers building agentic systems, conversational agents, RAG pipelines and multimodal assistants. Its main practical insight is that you can get a frontier-style multimodal model with far fewer active parameters at inference (41B active) by using a 975B-parameter sparse expert backbone — a tradeoff that reduces runtime compute while preserving multimodal capacity.

Key Capabilities
  • Architecture and scale: 66-layer decoder-only transformer with a sparse MoE feed-forward backbone (tokens routed to 6 of 256 experts plus 2 shared experts). So what: enables a very large parameter count for capacity while limiting compute during inference to a much smaller active set.
  • Native multimodality: hierarchical patch encoder for images and discrete-token audio encoding so text, image and audio inputs are projected into a shared hidden space and processed jointly. So what: simplifies building unified chatbots, captioning, multimodal instruction-following and audio+vision workflows without separate models.
  • Deployment numerics and tooling: supports BF16 and NVFP4 weights and has community recipes for SGLang, vLLM, Unsloth, TokenSpeed and Hugging Face transformers. So what: makes local and cloud deployment feasible across a range of hardware and inference stacks.
  • Open weights and evaluation: released with open weights and published safety/fairness evaluations; benchmarks show competitive multimodal and agentic performance while identifying known open-model failure modes.
Who it's for and tradeoffs

Great fit if you are a developer or researcher who needs an open-weight multimodal model for prototyping agents, tool-using chat assistants, multimodal retrieval, or RAG systems and you can accommodate nontrivial inference infrastructure. Look elsewhere if you require a lightweight on-device model, formal medical/legal-grade outputs without domain adaptation, or a turnkey hosted API — Inkling requires deployment engineering and downstream safeguards.

Practical tradeoffs: the sparse-MoE design reduces active inference cost compared with a dense 975B model but still demands significant memory/compute to host and serve; it can hallucinate, reflect dataset biases, and occasionally comply with adversarial role-play prompts, so defense-in-depth (output filters, rate limits, monitoring, human oversight) is recommended.

Where it fits

Inkling sits between dense open-weight multimodal models and closed frontier models: it enables experiments that need large capacity and multimodal fusion while remaining fully inspectable and fine-tunable by downstream teams. Recommended for research, fine-tuning, and integration into custom agent stacks rather than low-resource edge deployments or unvetted high-stakes decision systems.

Information

  • Websitehuggingface.co
  • OrganizationsThinking Machines
  • Published date2026/07/14

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.