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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.