Model reference · open weights

granite-speech-4.1-nar

granite-speech-4.1-nar is an open-weight embedding model from ibm-granite, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Embeddings ibm-granite 1 variants 124k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What granite-speech-4.1-nar is

Granite-Speech-4.1-2B-NAR Model Summary: Granite-Speech-4.1-2B-NAR is a non-autoregressive (NAR) speech recognition model that formulates ASR as conditional transcript editing. Instead of decoding tokens one at a time, it edits a CTC hypothesis in a single forward pass using a bidirectional LLM, achieving competitive accuracy with faster inference than autoregressive alternatives. The model is based on the NLE (Non-autoregressive LLM-based Editing) architecture described in this paper. For applications where accuracy is the primary concern, consider granite-speech-4.1-2b, an autoregressive model from the Granite Speech 4.1 family which achieves higher transcription accuracy at the cost of increased inference latency. Granite-speech-4.1-2b produces punctuated and capitalized transcripts, supports AST and keyword-biased recognition, and includes Japanese. When speaker or word-timing information is needed, consider using granite-speech-4.1-2b-plus, which extends the above model with speaker-attributed ASR (speaker labels + word transcripts) and word-level timing information. Release Date: April 2026 License: Apache 2.0 Supported Languages: English, French, German, Spanish, Portuguese Intended Use: The model is intended for automatic speech recognition tasks, particularly in latency-sensitive applications where fast inference is critical. Evaluation Results Open ASR leaderboard results RTFx-WER results on the Open ASR leaderboard (as of Apr 2026). Additional results Greedy decoding with bfloat16 inference. WER computed with jiwer after whispernormalizer EnglishTextNormalizer normalization. Open ASR Leaderboard results may differ slightly due to normalization and scoring pipeline differences. Measured RTFx of ~1820 on a single H100 GPU (batched inference, batch size 128). Usage Installation We require flashattention2 for inference, since this backend supports sequence packing and respects the iscausal=False flag. Requires transformers=5.5.3 and torch=2.9.1. Inference with transformers Model Architecture The architecture consists of three components: (1) CTC Speech Encoder (440M params) A 16-layer Conformer encoder trained with CTC on character-level targets. It proce

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makeribm-granite
TypeEmbedding models
Parameters (lead)2.3B
Variants1
Runs withtransformers
Based onibm-granite/granite-4.0-1b-base
Released2026-03-10
Popularity124k downloads / month
Likes57
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
granite-speech-4.1-2b-nar2.3BBF16~5.2 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys granite-speech-4-1-nar for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (granite-speech-4-1-nar below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"granite-speech-4-1-nar","input":"text to embed"}'

Details

Languages, data & research

Languages

en fr de es pt

Tags

transformers safetensors granite_speech_nar feature-extraction speech asr non-autoregressive ctc speech_recognition automatic_speech_recognition custom_code en fr de

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want granite-speech-4.1-nar on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms