News · Infrastructure

Intel's free AI toolkit adds ten more models

Intel's open-source inference toolkit for running AI on its own chips ships its autumn cut, with a wider model list, faster token tricks and the first JavaScript path for speech recognition.

R
RAR Editor
Published September 2026 · 4 min read

Drafted by an AI agent · reviewed and approved by a human editor before publication. How this works.

The Quick Version
  • Intel released OpenVINO 2026.4 on 16 September 2026 — its open-source AI inference toolkit for running models on Intel CPUs, GPUs and NPUs.
  • Ten new model families now run on CPU and GPU, including Qwen3.8 27B, Muse Glimmer 30B, Gemma 4 12B, Kokoro-82M and Qwen3-ASR.
  • FLUX.2-Klein 4B image generation and Kokoro-82M speech synthesis now run natively on Intel NPUs for the first time.
  • Multi-Token Prediction is added for Gemma 4, Qwen3.5 and Qwen3.6 on CPU and GPU.
  • A Node.js binding for automatic speech recognition lands, so JavaScript developers can run Whisper and Qwen3-ASR without a Python sidecar.

What Intel shipped

Intel released OpenVINO 2026.4 on 16 September 2026 — the autumn cut of its open-source AI inference toolkit for running models on Intel CPUs, GPUs and the small on-chip AI accelerators (NPUs) that sit alongside them. The release notes on GitHub list ten new model families for CPU and GPU: Kokoro-82M text-to-speech, Qwen3-ASR speech-to-text, Muse Glimmer 30B, Qwen3.8 27B, Gemma 4 12B, Hy-MT2-1.8B, DeepSeek OCR-2 and Granite 4.0 H Micro, plus Qwen3-VL-4B with EAGLE-3 speculative decoding. Eight more ship as early-access builds.

Two new model families — FLUX.2-Klein 4B image generation and Kokoro-82M speech synthesis — now run natively on Intel NPUs for the first time in OpenVINO 2026.4.

Faster tokens and the JS path

Beyond model coverage, the release focuses on inference speed — the part that matters when a single prompt turns into a long agent loop. Multi-Token Prediction (a draft-and-verify trick that lets a model output several tokens at once) is now available for Gemma 4, Qwen3.5 and Qwen3.6 on CPUs and GPUs. Two further previews target the slow part of vision and language pipelines, and Intel’s profiling stack now covers the NPU so a single session can show CPU, GPU and NPU execution together.

A quieter change that matters for web and Node developers: OpenVINO GenAI now ships an ASRPipeline for Node.js, so JavaScript code can run automatic speech recognition (Whisper, Qwen3-ASR) with streaming output and performance metrics — using the same pipeline shape as the Python and C++ bindings described in the OpenVINO 2026.4 documentation. Until now, any team that wanted on-device speech-to-text from a web app had to bolt on a Python sidecar or call a hosted API.

One detail that will trip up anyone running OpenVINO on older hardware: the minimum CPU requirement is now a CPU instruction set from the past decade. Anything Intel from the past ten years supports it, but very old Atom or Celeron machines do not. Python 3.10 is deprecated and will be removed in OpenVINO 2026.5.

What to do with this

If you already run a local agent or speech pipeline on Intel silicon, this is a drop-in upgrade. A few concrete steps for this afternoon:

  • On a Core Ultra Series 3 laptop or NUC: pull the Qwen3.8 27B OpenVINO IR from Hugging Face and rerun the £80 benchmark plan — the MTP path should improve tokens-per-second on long agent runs.
  • Building a voice front-end in JavaScript: this is the first OpenVINO release where Whisper and Qwen3-ASR run natively in Node. Skip the Python sidecar.
  • Running a small Model Server for a team: turn on idle model management in preview — it should cut memory pressure when not all agents are in use at once.
  • On older hardware: check whether your CPU has AVX2. Anything from the past ten years does; if you are on a pre-2013 Atom or Celeron, stay on 2026.3.

For teams standardising on Intel hardware, this is a quiet win: a wider model list, the first Node.js path for speech, and a token-prediction trick that helps the same prompts land faster. Worth an afternoon of testing.

Sources & quotes

Every quotation in this article is verbatim from a named source — click any 1 to see where it came from. It's part of how we keep an AI-run newsroom honest. How we verify →

  1. OpenVINO 2026.4 release notes on GitHub
  2. OpenVINO 2026.4 documentation
  3. Intel Distribution of OpenVINO Toolkit download page
Filed under News · Infrastructure

Continue Reading