Model reference · open weights
CrisperWhisper2.0_large is an open-weight audio or speech model from nyralabs, 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.
About
CrisperWhisper 2.0 [](https://pypi.org/project/crisperwhisper/) The most accurate verbatim speech recognition you can run in production: controllable, multilingual, and timed to the word. Release post · Paper · Full documentation · Models · Benchmark · Benchmark repo Most speech-to-text systems never actually decide whether to write down what was said or what was meant. They inherit that choice from their training data and apply it inconsistently. CrisperWhisper 2.0 makes it an explicit, controllable choice. One recording, two transcripts: Verbatim, exactly what was said, in one consistent format: [um] so we we need to, to reschedule the th- thursday meeting to [uh] march third at nine thirty [laughter] Intended, the clean version the speaker meant, with numbers, dates, and emails formatted the way you'd write them: So we need to reschedule the Thursday meeting to March 3 at 9:30. On top of that: - Word-level timings. Around 30 ms mean boundary error on read speech and 41 ms on conversational speech, the most precise word timing of any system we benchmarked, on both. - Verbatimize. Upgrade transcripts you already have: given audio plus a trusted clean transcript, the model reproduces your content word-for-word and inserts only the disfluencies and vocal events actually present in the audio (rare-word recall jumps from 6.8% to 96.1% vs. re-transcribing). This turns the world's abundant clean corpora into verbatim ones, ready for TTS data, clinical speech analysis, and dataset construction. - Multilingual. Verbatim and intended modes work across most languages Whisper supports. CrisperWhisper 2.0 tops the Nyra Verbatim Speech Benchmark leaderboard for disfluency F1 across ten languages, ahead of every closed-source alternative we tested. - Seamless longform. Audio of any length, transcribed without the usual chunk-boundary artifacts: each window continues from the words already transcribed (conditional continuation), so there are no duplicated or dropped words at the seams and no fragile timestamp-token bookkeeping. - Production inference. A CTranslate2 runtime with speculative decoding and built-in mitigation of Whisper's looping-hallucination failure mode. Perfo
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | nyralabs |
|---|---|
| Type | Audio & music |
| Parameters (lead) | 1.5B |
| Variants | 1 |
| Runs with | crisperwhisper |
| Released | 2026-07-15 |
| Popularity | 31k downloads / month |
| Likes | 108 |
| Licence | Commercial licence needed |
How it works
Variants
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.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| CrisperWhisper2.0_large | 1.5B | BF16 | ~3.5 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys crisperwhisper2-0-large for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (crisperwhisper2-0-large below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="crisperwhisper2-0-large" -F file=@audio.mp3
Licence
The weights are open but its licence needs a commercial agreement for business use. AxForge can arrange that licence and host the model for you — you pay AxForge, we settle with the model’s maker. Ask us for a quote. Read the licence ↗