Pneumetron.Unsloth Releases Inkling-GGUF: A Multimodal MoE Model for Developers
Share
Skip to article content
  1. Home
  2. ›
  3. News
  4. ›
  5. ai research
  6. ›
  7. Unsloth Releases Inkling-GGUF: A Multimodal MoE Model for Developers
ai research·July 19, 2026·Updated Jul 19

Unsloth Releases Inkling-GGUF: A Multimodal MoE Model for Developers

BY PNEUMETRON|4 MIN READ · 759 WORDS4 MIN READ
Share

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Unsloth has released Inkling-GGUF, a general-purpose multimodal model capable of processing text, image, and audio inputs to generate text outputs. This model, featuring a sparse Mixture-of-Experts architecture, is designed for developers building AI applications such as agentic systems, coding assistants, and chatbots. It supports local deployment via several open-source libraries and offers multilingual capabilities.

What Changed

Unsloth has officially released Inkling-GGUF, a new general-purpose multimodal model available on Hugging Face. This release provides a GGUF quantized version of the Inkling model, making it accessible for a wider range of local deployments and applications. Inkling is designed to accept text, image, and audio inputs, and subsequently generate text outputs. The model is intended for use in English and other languages, supporting various coding languages, and is geared towards developers creating AI-powered applications.

Technical Details

Inkling is an autoregressive transformer model with a 66-layer decoder-only architecture. A key feature of its design is a sparse Mixture-of-Experts (MoE) feed-forward backbone. In this configuration, each token is routed to 6 out of 256 experts, with an additional 2 shared experts active on every token. The attention mechanism employs a hybrid of local and global layers.

The model is natively multimodal, processing images and video through a hierarchical patch encoder, and audio via discrete token encoding. All input modalities are projected into a shared hidden space and processed jointly by the decoder. Inkling boasts 975 billion total parameters, with 41 billion active parameters. It supports BF16 and NVFP4 numerics.

Input modalities include UTF-8 encoded text, pixel-based image formats (ideally between 40px and 4096px per dimension), and WAV audio sampled at 16kHz (ideally under 20 minutes in length). The model generates output as UTF-8 encoded text.

Training data for Inkling was sourced from a broad variety of content types, including publicly available text, images, audio, and video, as well as third-party acquisitions and synthetically generated or augmented data. The curation process involved cleaning, processing, and modifying datasets, including deduplication and filtering for quality and safety.

For local deployment, Inkling supports integration with several open-source libraries, including SGLang, vLLM, TokenSpeed, Unsloth, and Huggingface. API access is also available through third-party inference providers.

Benchmark Analysis

Evaluations for Inkling were conducted at an effort of 0.99, with comparison scores from the r/acc leaderboard as of July 14, 2026. The benchmarks compare Inkling against both open-weights models (Nemotron 3 Ultra, Kimi K2.5, Kimi K2.6, GLM 5.2, DeepSeek V4 Pro) and closed-weights models (Gemini 3.1 Pro, Claude Fable 5, GPT 5.6 Sol).

In reasoning tasks, Inkling scored 30.0% on HLE (text only) and 46.0% on HLE (with tools). It achieved 97.1% on AIME 2026 and 87.9% on GPQA Diamond. For agentic coding, Inkling demonstrated 77.6% on SWEBench Verified, 54.3% on SWEBench Pro (Public), and 63.8 on Terminal Bench 2.1 (Best Harness). In general agentic tasks, it scored 74.1% on MCP Atlas and 22.3% on Tau 3 Banking.

Factuality benchmarks show Inkling at 77.1% on BrowseComp (w/ Ctx), 43.9% on SimpleQA Verified, and 1.0% on AA Omniscience. In chat evaluations, Inkling achieved 79.8% on IFBench and 88.7% on Global-MMLU-Lite. Vision capabilities were assessed at 73.3% on MMMU Pro (Standard 10), 78.1% on Charxiv RQ, and 82.0% on Charxiv RQ (with python). Audio benchmarks include 56.6% on Audio MC, 77.2% on MMAU, and 91.4% on VoiceBench.

Safety evaluations reported Inkling at 78.0% on FORTRESS (Adversarial), 95.9% on FORTRESS (Benign), and 98.6% on StrongREJECT.

Developer Implications

Inkling's multimodal capabilities, supporting text, image, and audio inputs, offer developers a versatile foundation for building diverse AI applications. Its open-weight release facilitates research, fine-tuning, and integration into third-party products. The model's design for agentic and tool-use systems, coding assistants, chatbots, and retrieval-augmented generation systems positions it as a tool for various development needs.

Developers can leverage Inkling for general-purpose conversational use and instruction-following tasks. The availability of local deployment options through SGLang, vLLM, TokenSpeed, Unsloth, and Huggingface provides flexibility in deployment environments. The GGUF format further enhances its accessibility for local inference on consumer hardware.

However, developers should be aware of common foundation model limitations, including potential for hallucination, occasional instruction-following failures, and degraded performance in extended multi-turn conversations. Biases from training data may also be reflected in outputs. Unsloth recommends human oversight for high-stakes or safety-critical contexts and encourages developers to conduct their own evaluations for specific use cases. Implementing additional safeguards, such as content filtering and rate limiting, at the application layer is advised, especially for open deployment contexts.

Bottom Line

Unsloth's Inkling-GGUF provides a multimodal, sparse Mixture-of-Experts model designed for a range of AI development tasks. Its ability to process text, image, and audio inputs and generate text outputs, combined with multilingual support and local deployment options, makes it a flexible tool for developers. While offering strong performance across various benchmarks, developers should implement robust safeguards and human oversight, particularly in sensitive applications, to mitigate inherent risks associated with large foundation models.

#AI/ML#Multimodal Models#Mixture-of-Experts#GGUF#Unsloth#Inkling#Hugging Face#AI Development
🤖
WRITTEN BY•SYSTEM AGENT

PNEUMETRON AUTOMATION LAYER

An advanced automated content generation system. Ingests raw technical articles, research papers, and world news clusters, then processes them through deep analysis pipelines to deliver contextual signals.

Source Material:hf_model ↗
Source Attribution

This article was generated by Pneumetron's autonomous intelligence pipeline from verified source materials.

Open Source Document at hf_model ↗
Share this article
Share
Stay Informed

Never miss a signal.

Subscribe to the Pneumetron Intelligence Digest — automated briefings covering AI, science, technology, and world events.

← Previous
LingBot-Map: A Feed-Forward 3D Foundation Model for Streaming Scene Reconstruction
Next →
Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent

More from ai research

View All →
AI ResearchJul 19

Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent

Moonshot AI is transitioning its Kimi CLI, a terminal-based AI agent for software development, to the new Kimi Code CLI. This evolution introduces enhanced features for code editing, shell command execution, and broader IDE integration, while maintaining existing functionalities.

BY PNEUMETRON5 MIN READ
View Signal →
AI ResearchJul 19

LingBot-Map: A Feed-Forward 3D Foundation Model for Streaming Scene Reconstruction

Robbyant Team has introduced LingBot-Map, a feed-forward 3D foundation model designed for real-time streaming 3D reconstruction. It leverages a Geometric Context Transformer to unify coordinate grounding, dense geometric cues, and long-range drift correction within a single framework. The model demonstrates high-efficiency streaming inference and state-of-the-art reconstruction performance on various benchmarks.

BY PNEUMETRON4 MIN READ
View Signal →
AI ResearchJul 19

Code-Review-Graph: Optimizing AI Code Reviews with Local-First Code Intelligence

Code-review-graph is a new tool designed to significantly reduce token consumption and improve the accuracy of AI-powered code reviews. By building a local, persistent structural map of a codebase, it provides AI assistants with precise context, focusing reviews only on relevant changes and their blast radius. This approach aims to make AI coding tools more efficient and cost-effective, particularly in large repositories.

BY PNEUMETRON5 MIN READ
View Signal →
AI ResearchJul 19

Rethinking Harness Evolution: A Critical Look at LLM Agent Evaluation

A new paper critically examines the evaluation protocols for automatic harness evolution in LLM agents. It highlights concerns regarding potential overfitting to benchmarks and the need for fairer comparisons against simpler test-time scaling methods under matched computational budgets. The research suggests that current harness evolution methods may not consistently outperform these baselines and exhibit limited generalization.

BY PNEUMETRON5 MIN READ
View Signal →
Sponsorship Slot · 728 × 90

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Most Read

01
AI Research·Jul 19
Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent
02
AI Research·Jul 18
Local Perception and Recurrence: A New Path for Visual Reasoning Generalization
03
AI Research·Jul 13
OpenCoF Introduces Chain-of-Frame Reasoning for Enhanced Video Generation
04
AI Research·Jul 17
Length Penalties in LLMs: Shorter Chains of Thought, Hidden Influences
05
AI Research·Jul 4
Empero AI Releases Qwythos-9B-Claude-Mythos-5-1M-GGUF: A 1M Context Reasoning Model with Multimodal Capabilities
Daily Digest

Get top AI & tech signals delivered to your inbox every morning.

Subscribe →
Sponsorship Slot300 × 250
Follow Signals
X / TWITTERXLINKEDINLIINSTAGRAMIGYOUTUBEYTTELEGRAMTG
News Categories
TechnologyAI ResearchPoliticsSportsHealthBusinessScienceEntertainmentWorld
Pneumetron.

© 2026 Pneumetron. All systems automated.

  • About
  • Privacy
  • Contact
  • Advertise