


{"id":23624,"date":"2026-08-12T17:26:02","date_gmt":"2026-08-12T13:26:02","guid":{"rendered":"https:\/\/krisp.ai\/blog\/?p=23624"},"modified":"2026-08-12T18:12:39","modified_gmt":"2026-08-12T14:12:39","slug":"voice-isolation-2-5","status":"publish","type":"post","link":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/","title":{"rendered":"Voice Isolation 2.5: Built for STT, Not Just Human Ears"},"content":{"rendered":"<div id=\"message-list_1786447986.840459\" aria-setsize=\"-1\">\n<h2 aria-roledescription=\"message\">Modern STT models don&#8217;t handle competing voices well<\/h2>\n<\/div>\n<p>VIVA is a collection of real-time AI models for voice agents, including Voice Isolation (VI), <a class=\"notion-link-token notion-focusable-token notion-enable-hover\" tabindex=\"0\" href=\"https:\/\/krisp.ai\/blog\/krisp-turn-taking-v2-voice-ai-viva-sdk\/\" rel=\"noopener noreferrer\" data-token-index=\"1\"><span class=\"link-annotation-unknown-block-id-1422078976\">turn-taking<\/span><\/a>, and <a class=\"notion-link-token notion-focusable-token notion-enable-hover\" tabindex=\"0\" href=\"https:\/\/krisp.ai\/blog\/voice-ai-turn-taking-interruption-prediction\/\" rel=\"noopener noreferrer\" data-token-index=\"3\"><span class=\"link-annotation-unknown-block-id--1388573001\">interruption prediction<\/span><\/a>. The Voice Isolation model comes first in the chain, delivering clean audio by removing noise and background speech so the turn-taking model can tell when a caller has actually finished speaking. Those models run in production today across <strong><span class=\"notion-enable-hover\" data-token-index=\"1\">more than 1B+ minutes of voice-AI conversations every month<\/span>.<\/strong><!-- notionvc: b614f559-d010-4b55-8571-f74fbf276ef6 --><!-- notionvc: febb6670-c82a-49a4-a81d-8c78927e51b9 --><\/p>\n<p>Having achieved effective voice isolation in the VIVA models, we saw customers running VIVA in front of their STT as well, improving transcription accuracy on real-world calls, where background speech like a TV playing in the room would otherwise end up in the transcript.<!-- notionvc: 9e3bfaab-559c-4bc2-b251-9bde855eec6b --><\/p>\n<p>That points to something modern speech-to-text still gets wrong. Background noise robustness in modern STT systems is largely a solved problem: feed today\u2019s STT models fan noise or traffic, and they transcribe it well. Other people <span class=\"notion-enable-hover\" data-token-index=\"1\">talking in the background<\/span> is not transcribed well. When a second voice overlaps the primary speaker, word error rates degrade, and conventional denoising can\u2019t help, because the interference is speech, not noise. Separating the primary speaker from competing voices is exactly what VIVA\u2019s Voice Isolation does.<!-- notionvc: 53b5330d-ffdf-4852-9b7f-ee32e9b8c2e5 --><\/p>\n<p>And the payoff is large.<\/p>\n<blockquote><p>\ud83d\udde3\ufe0f On calls with competing speakers, putting VIVA in front of the STT cuts average WER (word error rate) from around <strong><span class=\"notion-enable-hover\" data-token-index=\"1\">36%\u00a0to\u00a011%<\/span> <\/strong>across the STT models we tested, cutting the errors by roughly <span class=\"notion-enable-hover\" data-token-index=\"3\"><strong>70%<\/strong>.<\/span>\u00a0That is something that simply noise filtering can\u2019t solve.<!-- notionvc: 0c86ec7f-1076-49a0-ba3e-c4ede29fc4b8 --><\/p><\/blockquote>\n<p>But as more teams run isolation ahead of an STT, the feedback and example recordings customers shared. It led us to a consistent insight: <!-- notionvc: 7b35fd17-a563-41de-b6d5-367d145a2856 --><\/p>\n<blockquote><p>People and STT models don&#8217;t listen the same way.<!-- notionvc: 879bf869-c64e-40b5-83b6-31bf75a38c26 --><\/p><\/blockquote>\n<p><!-- notionvc: 9181c2a5-4568-4b2a-9aac-e65bfda30e9c --><\/p>\n<p>To isolate a primary speaker from overlapping conversation, VI sometimes has to aggressively remove secondary speech, and on the hardest segments, that removal can affect the primary voice too. To a human listener, the result is still perfectly usable. But an STT model, which isn\u2019t trained on isolated-voice output, can read those affected moments as noise and drop words that were actually spoken.<!-- notionvc: 6c9de7c5-0760-44aa-8e53-ac899c6a25bc --><\/p>\n<p>The result wasn\u2019t noise in the transcript; it was <span class=\"notion-enable-hover\" data-token-index=\"1\">gaps<\/span> in it. Deletions.<!-- notionvc: 6b447a60-b8f4-48aa-b1c8-a8e67a6c420f --><\/p>\n<p><strong><span class=\"notion-enable-hover\" data-token-index=\"0\">VI 2.5<\/span><\/strong>, the Voice Isolation model within VIVA that we\u2019re releasing today, is built to address that feedback. It isolates voice more surgically and shapes the output so STT models transcribe it more faithfully: fewer deletions on challenging segments and a lower WER across every model we tested. We\u2019re shipping it in two sizes: the full VI 2.5, and a lite version for CPU-constrained and edge deployments.<!-- notionvc: da838e51-aa34-4da1-9abe-6fcf38c67b45 --><\/p>\n<h2><!-- notionvc: 935e9486-1731-40d1-a39e-16e7e8b38ddd -->Introducing Voice Isolation (VI) 2.5<!-- notionvc: 12a1eee8-a538-48ab-a0d1-b94d5508f99c --><\/h2>\n<p><!-- notionvc: bc280932-9b3c-4f10-aebc-089cafc552f3 --><\/p>\n<p><!-- notionvc: ad15b51e-5edb-44a3-94d4-4e77d8440812 --><\/p>\n<p>VI 2.5 is our latest and most advanced general-purpose voice isolation model for conversational AI. It is STT-agnostic and lowers WER against no processing on every engine we tested, with its largest gains in reverberant conditions.<\/p>\n<p>Four results define this release:<\/p>\n<blockquote><p><strong>WER drops 46.4% on average.<\/strong> From 17.9% on untouched audio to 10.2% with Voice Isolation<br \/>\n2.5 in front of the STT, and the gain holds on every engine we tested.<\/p>\n<p><strong>69.7% fewer errors on competing speech.<\/strong> On calls with a competing speaker, the case that<br \/>\ndecides whether a real call works, word error rate falls from 37% to 10.8% versus no<br \/>\nprocessing, the interference denoising can\u2019t touch.<\/p>\n<p><strong>The clean-audio penalty is nearly gone.<\/strong> With nothing to remove, the only way the model can move WER is by touching the primary voice. Earlier models added errors here; VI 2.5 pulls clean-audio WER back to 2.15%, essentially even with no processing (2.10%). You can leave isolation on for every call.<\/p>\n<p><strong>A lite model ~3.5\u00d7 smaller.<\/strong> VI 2.5 lite needs far less compute and, on typical calls, is level with the full model. If CPU per stream is what has kept isolation off most of your traffic, this is the version that removes the objection.<\/p><\/blockquote>\n<p>We evaluated on <strong>1,685 real-world recordings, about 7 hours of audio<\/strong>, grouped into three conditions, each transcribed by all 10 STT systems.<br \/>\n<!-- notionvc: 7c3ba763-9436-474e-a8c4-1d1d02e29f43 --><\/p>\n<p><!-- notionvc: 1be4edb4-1cd9-4c1e-9a61-8c33ad5f1276 --><\/p>\n<table id=\"3b992f5c-d1bb-804e-81ae-fdbf727978c9\" class=\"simple-table\" style=\"width: 95.4214%;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b992f5c-d1bb-8015-b809-fd5292096e2b\" dir=\"ltr\">\n<th id=\"\\FBI\" class=\"simple-table-header-color simple-table-header\" style=\"width: 67%; text-align: left;\">Condition<\/th>\n<th id=\"HOFm\" class=\"simple-table-header-color simple-table-header\" style=\"width: 10.75%; text-align: left;\">Files<\/th>\n<th id=\";rlh\" class=\"simple-table-header-color simple-table-header\" style=\"width: 191.357%; text-align: left;\">Duration<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-80ba-9e16-c84d660fda21\" dir=\"ltr\">\n<td id=\"CZpM\" class=\"\" style=\"width: 67%; text-align: left;\">Primary speaker with competing speech<\/td>\n<td id=\"yZlD\" class=\"\" style=\"width: 10.75%; text-align: left;\">130<\/td>\n<td id=\":Lva\" class=\"\" style=\"width: 191.357%; text-align: left;\">3.5h<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-800b-97c6-db65b143b775\" dir=\"ltr\">\n<td id=\"CZpM\" class=\"\" style=\"width: 67%; text-align: left;\">Single-speaker (extra challenging acoustics)<\/td>\n<td id=\"yZlD\" class=\"\" style=\"width: 10.75%; text-align: left;\">255<\/td>\n<td id=\":Lva\" class=\"\" style=\"width: 191.357%; text-align: left;\">1.5h<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-801e-b616-c7add8e2a472\" dir=\"ltr\">\n<td id=\"CZpM\" class=\"\" style=\"width: 67%; text-align: left;\">Single-speaker (standard acoustics)<\/td>\n<td id=\"yZlD\" class=\"\" style=\"width: 10.75%; text-align: left;\">1,300<\/td>\n<td id=\":Lva\" class=\"\" style=\"width: 191.357%; text-align: left;\">2.0h<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80d5-b573-f7aa78570b74\" dir=\"ltr\">\n<td id=\"CZpM\" class=\"\" style=\"width: 67%; text-align: left;\"><strong>Total<\/strong><\/td>\n<td id=\"yZlD\" class=\"\" style=\"width: 10.75%; text-align: left;\"><strong>1,685<\/strong><\/td>\n<td id=\":Lva\" class=\"\" style=\"width: 191.357%; text-align: left;\"><strong>7h<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How Voice Isolation 2.5 lowers Word Error Rate<!-- notionvc: 019cf4d6-0e75-4c2d-b991-4c210b329b45 --><\/h2>\n<p>Across conditions, VI 2.5 delivers a <span class=\"notion-enable-hover\" data-token-index=\"1\">46.4% average reduction in WER versus unprocessed audio<\/span> (15.35% \u2192 8.22%). Below is the average WER by condition, across 10 STT systems from seven leading vendors:<!-- notionvc: aaabde0c-1dd5-4580-9639-71da94ef91ad --><\/p>\n<table id=\"3b992f5c-d1bb-80b7-8cbe-e5f5893e86d5\" class=\"simple-table\" style=\"width: 95.425%; height: 96px;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-804c-86c5-f748158972aa\" dir=\"ltr\">\n<th id=\"]VdN\" class=\"simple-table-header-color simple-table-header\" style=\"width: 55.9685%; text-align: left;\">Condition<\/th>\n<th id=\"KBky\" class=\"simple-table-header-color simple-table-header\" style=\"width: 21.509%; text-align: center;\">No processing<\/th>\n<th id=\"m&lt;hL\" class=\"simple-table-header-color simple-table-header\" style=\"width: 9.7973%; text-align: center;\">VI 2.1<\/th>\n<th id=\"otoB\" class=\"simple-table-header-color simple-table-header\" style=\"width: 11.3739%; text-align: center;\"><strong>VI 2.5<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-8034-9dd9-c3592ebeda66\" dir=\"ltr\">\n<td id=\"]VdN\" class=\"\" style=\"width: 55.9685%; text-align: left;\">Primary speaker with competing speech<\/td>\n<td id=\"KBky\" class=\"\" style=\"width: 21.509%; text-align: center;\">35.92%<\/td>\n<td id=\"m&lt;hL\" class=\"\" style=\"width: 9.7973%; text-align: center;\">11.34%<\/td>\n<td id=\"otoB\" class=\"\" style=\"width: 11.3739%; text-align: center;\"><strong>10.90%<\/strong><\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80c1-9715-e94236fb5605\" dir=\"ltr\">\n<td id=\"]VdN\" class=\"\" style=\"width: 55.9685%; text-align: left;\">Single-speaker (standard acoustics)<\/td>\n<td id=\"KBky\" class=\"\" style=\"width: 21.509%; text-align: center;\">2.10%<\/td>\n<td id=\"m&lt;hL\" class=\"\" style=\"width: 9.7973%; text-align: center;\">2.24%<\/td>\n<td id=\"otoB\" class=\"\" style=\"width: 11.3739%; text-align: center;\"><strong>2.15%<\/strong><\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80ed-8625-d60c8a858b2f\" dir=\"ltr\">\n<td id=\"]VdN\" class=\"\" style=\"width: 55.9685%; text-align: left;\">Single-speaker (extra challenging acoustics)<\/td>\n<td id=\"KBky\" class=\"\" style=\"width: 21.509%; text-align: center;\">8.02%<\/td>\n<td id=\"m&lt;hL\" class=\"\" style=\"width: 9.7973%; text-align: center;\">15.42%<\/td>\n<td id=\"otoB\" class=\"\" style=\"width: 11.3739%; text-align: center;\"><strong>11.61%<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>We didn&#8217;t tune for a single STT model. Every number below is averaged across 10 streaming and non-streaming STT systems from seven vendors: Deepgram, NVIDIA, Soniox, ElevenLabs, AssemblyAI, Google, and Cartesia. Here, WER is averaged across all three test conditions.<!-- notionvc: 67cc665b-3cdf-4f15-85f7-d48886ab59b7 --><\/p>\n<p><!-- notionvc: ed98d95f-dc43-4482-88bf-07d7113aa649 --><\/p>\n<table id=\"3b992f5c-d1bb-80e8-8728-de9315ac9afd\" class=\"simple-table\" style=\"width: 95.5168%; height: 466px;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-8082-b7a6-cf30205f48a8\" dir=\"ltr\">\n<th id=\"M;g?\" class=\"simple-table-header-color simple-table-header\" style=\"width: 32.2835%; text-align: left;\">STT system<\/th>\n<th id=\"@UU^\" class=\"simple-table-header-color simple-table-header\" style=\"width: 26.4342%; text-align: center;\">No processing<\/th>\n<th id=\"kpwJ\" class=\"simple-table-header-color simple-table-header\" style=\"width: 12.4859%; text-align: center;\">Krisp VI 2.1<\/th>\n<th id=\"fQSG\" class=\"simple-table-header-color simple-table-header\" style=\"width: 12.7109%; text-align: center;\">Krisp VI 2.5<\/th>\n<th id=\"X;ZE\" class=\"simple-table-header-color simple-table-header\" style=\"width: 14.5107%; text-align: center;\">VI 2.5 vs NP<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-8023-9e8e-ea3efc8d7df4\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">Deepgram Nova 3 (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">13.41%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">10.47%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">8.28%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">38.2% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80a3-83a2-cd977c3099a2\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">NVIDIA Nemotron (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">11.94%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">10.41%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">8.64%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">27.6% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8001-9dfd-cc7d9159b6c0\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">Soniox Real-Time v5 (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">16.55%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">8.78%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">7.86%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">52.5% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8056-a614-d9a03b81712a\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">ElevenLabs Scribe v2 (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">22.51%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">6.29%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">5.09%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">77.4% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80a0-bc1d-dc159ed1fb0a\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">AssemblyAI Universal-3 RT Pro (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">14.62%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">8.48%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">6.92%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">52.7% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8014-a2f8-c4597b84418e\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">Google Chirp 3 (Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">17.45%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">10.23%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">8.82%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">49.4% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8006-81c6-efffd9f7cb0a\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">NVIDIA Parakeet TDT 0.6B v2 (Non-Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">12.85%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">8.63%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">6.65%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">48.3% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8088-8995-c5ed8d20aa94\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">Deepgram Nova 3 (Non-Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">13.65%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">10.19%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">8.57%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">37.2% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8042-887f-eac2dc9f0e16\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">AssemblyAI Universal-3 Pro (Non-Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">17.84%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">10.28%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">9.79%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">45.1% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80bd-9602-e6a8b99ac28a\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\">Cartesia Ink Whisper (Non-Streaming)<\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\">12.66%<\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\">12.92%<\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\">11.59%<\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\">8.4% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80b9-bd0c-f86ec169762d\" dir=\"ltr\">\n<td id=\"M;g?\" class=\"\" style=\"width: 32.2835%; text-align: left;\"><strong>Avg (10 STT systems)<\/strong><\/td>\n<td id=\"@UU^\" class=\"\" style=\"width: 26.4342%; text-align: center;\"><strong>15.35%<\/strong><\/td>\n<td id=\"kpwJ\" class=\"\" style=\"width: 12.4859%; text-align: center;\"><strong>9.67%<\/strong><\/td>\n<td id=\"fQSG\" class=\"\" style=\"width: 12.7109%; text-align: center;\"><strong>8.22%<\/strong><\/td>\n<td id=\"X;ZE\" class=\"\" style=\"width: 14.5107%; text-align: center;\"><strong>46.4% \u2193<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Looking further into the results, two cases stood out.<\/p>\n<h3><span class=\"notion-enable-hover\" data-token-index=\"0\">VI 2.5 is far gentler in challenging acoustic conditions<\/span><!-- notionvc: e151013c-4c21-4a20-b4be-2cfb308925a8 --><\/h3>\n<p>Complex acoustic environments, whether severe room echo, heavy overlapping noise, or unpredictable acoustic dynamics, may cause models to apply overly aggressive filtering. When difficult acoustic cues confuse the isolation model, excessive processing creates subtle artifacts that impair STT performance, resulting in a higher WER than raw audio. VI 2.5 introduces a more nuanced awareness of these tricky scenarios to avoid over-processing. Consequently, on these challenging recordings, WER dropped from v2.1&#8217;s 15.42% to 11.61%. While still slightly above the unprocessed baseline of 8.02%, VI 2.5 represents a major step forward in closing the gap on scenarios where earlier models over-filtered the signal.<!-- notionvc: 142e9663-c9f9-41fd-b6de-0fe3f1144dff --><\/p>\n<p><!-- notionvc: d4983275-c04f-4324-a164-eb728ef834da --><\/p>\n<table id=\"3b992f5c-d1bb-8013-bf47-faf867b04a6c\" class=\"simple-table\" style=\"width: 95.668%;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-80c6-a11d-e4ba37df02d0\" dir=\"ltr\">\n<th id=\"qM~I\" class=\"simple-table-header-color simple-table-header\" style=\"width: 50.954%; text-align: left;\">STT system<\/th>\n<th id=\"TEya\" class=\"simple-table-header-color simple-table-header\" style=\"width: 14.7026%;\">Krisp VI 2.1<\/th>\n<th id=\"w[hp\" class=\"simple-table-header-color simple-table-header\" style=\"width: 15.0393%;\">Krisp VI 2.5<\/th>\n<th id=\"dl[U\" class=\"simple-table-header-color simple-table-header\" style=\"width: 17.9574%;\">VI 2.5 vs v2.1<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-80a3-8003-fcc50b108a30\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">Deepgram Nova 3 (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">17.75%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">11.54%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">35.0% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8062-8f89-cb9569b2fd34\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">NVIDIA Nemotron (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">17.96%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">12.73%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">29.1% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80e2-a4c6-c3da9a1e9c95\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">Soniox Real-Time v5 (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">12.40%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">9.69%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">21.8% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8032-8135-fb08602a649f\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">ElevenLabs Scribe v2 (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">9.58%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">7.31%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">23.7% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8007-97a2-e1eb74a30ee7\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">AssemblyAI Universal-3 RT Pro (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">12.92%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">8.55%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">33.8% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8083-9cb7-c62233b899f9\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">Google Chirp 3 (Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">15.51%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">11.18%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">27.9% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-801b-8502-f3c09937ea5e\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">NVIDIA Parakeet TDT 0.6B v2 (Non-Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">11.68%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">7.60%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">34.9% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8027-8398-cd688f6968fe\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">AssemblyAI Universal-3 Pro (Non-Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">19.7%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">18.3%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">7% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80b3-991d-e4a9fd271130\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">AssemblyAI Universal-3 Pro (Non-Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">19.67%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">18.33%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">6.8% \u2193<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80b3-b554-e635ed02dfd9\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\">Cartesia Ink Whisper (Non-Streaming)<\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\">20.84%<\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\">18.05%<\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\">13.4% \u2193<\/td>\n<\/tr>\n<tr id=\"3ba92f5c-d1bb-8018-9aa8-e0159be8d42a\" dir=\"ltr\">\n<td id=\"qM~I\" class=\"\" style=\"width: 50.954%; text-align: left;\"><strong>Avg (10 STT systems)<\/strong><\/td>\n<td id=\"TEya\" class=\"\" style=\"width: 14.7026%; text-align: center;\"><strong>15.42%<\/strong><\/td>\n<td id=\"w[hp\" class=\"\" style=\"width: 15.0393%; text-align: center;\"><strong>11.61%<\/strong><\/td>\n<td id=\"dl[U\" class=\"\" style=\"width: 17.9574%; text-align: center;\"><strong>24.7% \u2193<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><span class=\"notion-enable-hover\" data-token-index=\"0\">VI 2.5 nearly eliminates the clean-audio penalty.<\/span><!-- notionvc: 4c254855-54aa-4a6a-a90c-fdd643b142a1 --><\/h3>\n<p>This is the case that matters most for trust: with no competing speaker to remove, any change in WER is the model touching the primary voice. Earlier models added errors here (v2.1 sat at 2.24% versus 2.10% with no processing at all), the reason some teams saw transcription get <em>worse<\/em> on quiet audio.<\/p>\n<p>VI 2.5 pulls that back to 2.15%, essentially even with no processing and an improvement on v2.1 on 8 of the 10 systems we tested. Leaving isolation on now costs almost nothing on clean calls.<\/p>\n<p><!-- notionvc: aa9e0068-569d-4278-94ea-a1b2e93d24d9 --><\/p>\n<table id=\"3b992f5c-d1bb-80fb-9199-fca8c83546e9\" class=\"simple-table\" style=\"width: 95.8445%; height: 312px;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-80eb-bf5f-d098fd7cd9a9\" dir=\"ltr\">\n<th id=\"IteW\" class=\"simple-table-header-color simple-table-header\" style=\"width: 50.1121%; text-align: left;\">STT system<\/th>\n<th id=\"A?Q;\" class=\"simple-table-header-color simple-table-header\" style=\"width: 17.4888%; text-align: center;\">No processing<\/th>\n<th id=\"UGZw\" class=\"simple-table-header-color simple-table-header\" style=\"width: 14.574%; text-align: center;\">Krisp VI 2.1<\/th>\n<th id=\"u^it\" class=\"simple-table-header-color simple-table-header\" style=\"width: 16.4798%; text-align: center;\">Krisp VI 2.5<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-80f5-9d04-efd26e271673\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">Deepgram Nova 3 (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.76%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">2.84%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.66%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-805c-b2ba-d5e865cae809\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">NVIDIA Nemotron (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.22%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">2.55%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.54%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8059-9620-e7b5e42a54bb\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">Soniox Real-Time v5 (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.77%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">3.00%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.87%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8002-a5e2-ebce6577dcad\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">ElevenLabs Scribe v2 (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">1.44%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">1.57%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">1.46%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8024-b86f-cbe2ff431dea\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">AssemblyAI Universal-3 RT Pro (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">1.57%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">1.73%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">1.62%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80c1-b894-c972e19af308\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">Google Chirp 3 (Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.21%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">2.29%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.20%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-807e-a38f-dc8247fae5cc\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">NVIDIA Parakeet TDT 0.6B v2 (Non-Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">1.96%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">1.94%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">1.94%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-802b-a9f6-fa926f6b3456\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">Deepgram Nova 3 (Non-Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.18%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">2.35%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.24%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80ac-81d2-e12675781dfc\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">AssemblyAI Universal-3 Pro (Non-Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">1.70%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">1.76%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">1.71%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-800b-817e-f9f2b2132b71\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\">Cartesia Ink Whisper (Non-Streaming)<\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\">2.16%<\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\">2.34%<\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\">2.27%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8087-8f1d-e5372aabdc8b\" dir=\"ltr\">\n<td id=\"IteW\" class=\"\" style=\"width: 50.1121%; text-align: left;\"><strong>Avg (10 STT systems)<\/strong><\/td>\n<td id=\"A?Q;\" class=\"\" style=\"width: 17.4888%; text-align: center;\"><strong>2.10%<\/strong><\/td>\n<td id=\"UGZw\" class=\"\" style=\"width: 14.574%; text-align: center;\"><strong>2.24%<\/strong><\/td>\n<td id=\"u^it\" class=\"\" style=\"width: 16.4798%; text-align: center;\"><strong>2.15%<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Voice Isolation 2.5 Lite: same gains, smaller model<!-- notionvc: a5e49b4b-b734-4d52-9f48-3338b60439ac --><\/h3>\n<p>Not every deployment can spare the full model\u2019s footprint. For CPU-constrained and edge scenarios, we\u2019ve brought the same upgrades to our <a href=\"https:\/\/krisp.ai\/blog\/small-voice-isolation-model\/\">lite voice isolation model<\/a>, a much smaller model that now matches the full one.<\/p>\n<p>Averaged across the same test set (10 STT systems), VI lite 2.5 cuts overall WER from <strong>12.45%<\/strong> (lite v1) to <strong>8.23%<\/strong>, matching full VI 2.5.1 (8.22%) on CPU at roughly a third of the size. The biggest jump is in reverberant rooms, where the previous lite model struggled most: WER drops from <strong>20.55% to 10.55%<\/strong>.<!-- notionvc: ec3561b5-dc32-46bc-96b6-e7d2d601bcda --><\/p>\n<p><!-- notionvc: 49802b89-fa9a-4299-820a-4796f90c9b4e --><\/p>\n<table id=\"3b992f5c-d1bb-80de-897a-e6f54205b15c\" class=\"simple-table\" style=\"width: 96.1939%;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-80ea-8df4-fd228ad88c89\" dir=\"ltr\">\n<th id=\"cxK;\" class=\"simple-table-header-color simple-table-header\" style=\"width: 52.2321%; text-align: left;\">Condition<\/th>\n<th id=\"@S_m\" class=\"simple-table-header-color simple-table-header\" style=\"width: 20.0893%; text-align: center;\">No processing<\/th>\n<th id=\"qVmy\" class=\"simple-table-header-color simple-table-header\" style=\"width: 12.5%; text-align: center;\">VI lite v1<\/th>\n<th id=\"m?bb\" class=\"simple-table-header-color simple-table-header\" style=\"width: 13.8393%; text-align: center;\">VI lite 2.5<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-8038-8398-e9a47a2b7a19\" dir=\"ltr\">\n<td id=\"cxK;\" class=\"\" style=\"width: 52.2321%; text-align: left;\">Primary speaker with competing speech<\/td>\n<td id=\"@S_m\" class=\"\" style=\"width: 20.0893%; text-align: center;\">35.92%<\/td>\n<td id=\"qVmy\" class=\"\" style=\"width: 12.5%; text-align: center;\">14.62%<\/td>\n<td id=\"m?bb\" class=\"\" style=\"width: 13.8393%; text-align: center;\">11.96%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8086-9b02-d102ad6d639f\" dir=\"ltr\">\n<td id=\"cxK;\" class=\"\" style=\"width: 52.2321%; text-align: left;\">Single-speaker (extra challenging acoustics)<\/td>\n<td id=\"@S_m\" class=\"\" style=\"width: 20.0893%; text-align: center;\">8.02%<\/td>\n<td id=\"qVmy\" class=\"\" style=\"width: 12.5%; text-align: center;\">20.55%<\/td>\n<td id=\"m?bb\" class=\"\" style=\"width: 13.8393%; text-align: center;\">10.55%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80b3-a2db-c3a12f67fb63\" dir=\"ltr\">\n<td id=\"cxK;\" class=\"\" style=\"width: 52.2321%; text-align: left;\">Single-speaker (standard acoustics)<\/td>\n<td id=\"@S_m\" class=\"\" style=\"width: 20.0893%; text-align: center;\">2.10%<\/td>\n<td id=\"qVmy\" class=\"\" style=\"width: 12.5%; text-align: center;\">2.17%<\/td>\n<td id=\"m?bb\" class=\"\" style=\"width: 13.8393%; text-align: center;\">2.19%<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80cf-b920-ed89b2abef17\" dir=\"ltr\">\n<td id=\"cxK;\" class=\"\" style=\"width: 52.2321%; text-align: left;\"><strong>Overall average<\/strong><\/td>\n<td id=\"@S_m\" class=\"\" style=\"width: 20.0893%; text-align: center;\"><strong>15.35%<\/strong><\/td>\n<td id=\"qVmy\" class=\"\" style=\"width: 12.5%; text-align: center;\"><strong>12.45%<\/strong><\/td>\n<td id=\"m?bb\" class=\"\" style=\"width: 13.8393%; text-align: center;\"><strong>8.23%<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Specs and integration<!-- notionvc: 7eef62be-094e-4b72-80a9-1c63c97afbd1 --><\/h2>\n<p>VI (Voice Isolation) 2.5 is a real-time model that fits server-side voice AI pipelines. VI lite 2.5 matches the full model on specs and integration at roughly 3.5\u00d7 smaller parameter size.<!-- notionvc: f85a92a8-3b84-4d5e-b636-5bc5c726cc32 --><br \/>\n<!-- notionvc: d8bb5bb0-f2d1-4cd9-b8d1-104e65ab75ad --><\/p>\n<table id=\"3b992f5c-d1bb-8053-ae8a-d51e58ce3640\" class=\"simple-table\" style=\"width: 96.537%;\">\n<thead class=\"simple-table-header\">\n<tr id=\"3b892f5c-d1bb-806c-aca3-c74ec79e2850\" dir=\"ltr\">\n<th id=\"Uyli\" class=\"simple-table-header-color simple-table-header\" style=\"width: 39.5996%; text-align: left;\">Property<\/th>\n<th id=\"Zso@\" class=\"simple-table-header-color simple-table-header\" style=\"width: 59.5106%; text-align: center;\">Value<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"3b892f5c-d1bb-80e8-a400-ead75ecaf62f\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Compute<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">CPU, no GPU required<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80cc-8c9a-c0e0d9a427dc\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Audio bandwidth<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">16 kHz<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80a7-ba5d-d56601e5e231\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Algorithmic latency<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">15 ms<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8085-acd8-f4b330061964\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Supported codecs<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">G.729, G.711, G.722, OPUS, and more<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-80ac-b8cb-ff7b78c801ae\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Narrowband \/ telephony<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">Yes<\/td>\n<\/tr>\n<tr id=\"3b892f5c-d1bb-8006-a099-d56e9280c2a6\" dir=\"ltr\">\n<td id=\"Uyli\" class=\"\" style=\"width: 39.5996%; text-align: left;\">Bluetooth (AirPods, etc.)<\/td>\n<td id=\"Zso@\" class=\"\" style=\"width: 59.5106%; text-align: center;\">Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><!-- notionvc: b9f73d51-a8ca-4100-af54-c11d3bbe2e1b --><\/p>\n<p>Both models stay robust on Bluetooth headsets like AirPods, where the microphone sits well away from the speaker\u2019s mouth, a placement that normally degrades isolation.<!-- notionvc: 55237045-c06a-4adf-845e-80580c8a390e --><\/p>\n<p>VIVA sits at the front of your pipeline, before speech-to-text, so the STT, and every component after it, sees a clean primary-speaker signal. Integration is unchanged from the current <a href=\"https:\/\/krisp.ai\/developers\/viva\/\"><strong>VIVA SDK<\/strong><\/a>.<\/p>\n<p><!-- notionvc: 1389699a-f719-4628-ab82-c64273dc2ab3 --><\/p>\n<div class=\"text_center cta_shortcode\">\n<div class=\"button btn--dark\">\n        <a href=\"https:\/\/\/krisp.ai\/contact-sales\/\">Get started with the server SDK<\/a>\n    <\/div>\n<\/div>\n<h2>What&#8217;s next<\/h2>\n<p>VIVA 2.5 largely solved turn-taking for voice agents, giving them clean speech to work with by isolating the primary speaker from background noise and competing voices. VI (Voice Isolation) 2.5 extends that work to the transcript itself: by shaping isolated speech that STT models read faithfully, it lowers word error rate across every engine we tested and removes the deletions that used to slip into transcripts on the hardest segments. For a voice agent, that means fewer misheard words, fewer wrong turns, and more dependable behavior downstream.<!-- notionvc: eae8d0d6-8f97-4d24-871a-79d6ce51e1af --><\/p>\n<p>We&#8217;re not done:<\/p>\n<ul>\n<li><strong>Sharper isolation where there\u2019s least to remove.<\/strong> We\u2019re pushing voice isolation further<br \/>\non competing-speaker and clean audio: the conditions where the primary voice most needs<br \/>\nprotecting.<\/li>\n<li><strong>Open benchmarks.<\/strong> We plan to open-source much of the benchmark data behind these<br \/>\nresults, so teams can reproduce them and evaluate their own pipelines.<\/li>\n<\/ul>\n<p><!-- notionvc: 70349569-9f1f-4004-b02a-7b0aa72e0e67 --><\/p>\n<div class=\"text_center cta_shortcode\">\n<div class=\"button btn--dark\">\n        <a href=\"https:\/\/\/krisp.ai\/contact-sales\/\">Get Access<\/a>\n    <\/div>\n<\/div>\n<h2>FAQs<\/h2>\n<div class=\"faq_item\">\n<div class=\"faq_title text_body--md text--semi-bold\"><strong>Does Voice Isolation (VI) 2.5 replace turn-taking?<\/strong><\/div>\n<div class=\"faq_answer text_body--md\">No. Voice Isolation (VI) 2.5 complements turn-taking rather than replacing it. Turn-taking determines when the AI agent should respond, while Voice Isolation determines what the speech-to-text (STT) engine hears by removing background noise and competing voices. Both work together within the same VIVA pipeline.<\/div>\n<\/div>\n<div class=\"faq_item\">\n<div class=\"faq_title text_body--md text--semi-bold\"><strong>Which speech-to-text (STT) engines does Voice Isolation 2.5 work with?<\/strong><\/div>\n<div class=\"faq_answer text_body--md\">Voice Isolation 2.5 is STT-agnostic, meaning it works with any speech-to-text engine by enhancing audio before transcription. Krisp benchmarked it across 11 streaming and non-streaming STT systems from Deepgram, NVIDIA, Soniox, ElevenLabs, AssemblyAI, Google, and Cartesia, delivering consistent transcription accuracy improvements across all of them.<\/div>\n<\/div>\n<div class=\"faq_item\">\n<div class=\"faq_title text_body--md text--semi-bold\"><strong>What are the latency and system requirements?<\/strong><\/div>\n<div class=\"faq_answer text_body--md\">Voice Isolation 2.5 adds only 15 ms of algorithmic latency while running entirely on CPU, with no GPU required. It&#8217;s built for real-time server-side deployments and supports narrowband audio and telephony streams.<\/div>\n<\/div>\n<div class=\"faq_item\">\n<div class=\"faq_title text_body--md text--semi-bold\"><strong>How do I upgrade from Voice Isolation 2.1?<\/strong><\/div>\n<div class=\"faq_answer text_body--md\">Upgrading from Voice Isolation 2.1 is seamless. Your integration remains unchanged\u2014you only need to point your existing pipeline to the new Voice Isolation 2.5 models. For implementation details, refer to the Krisp Server SDK documentation.<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Modern STT models don&#8217;t handle competing voices well VIVA is a collection of real-time AI models for voice agents, including Voice Isolation (VI), turn-taking, and interruption prediction. The Voice Isolation model comes first in the chain, delivering clean audio by removing noise and background speech so the turn-taking model can tell when a caller has [&hellip;]<\/p>\n","protected":false},"author":71,"featured_media":23626,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"two_page_speed":[]},"categories":[417,421,1,416],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v23.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Krisp Voice Isolation 2.5: Cut STT Word Error Rate<\/title>\n<meta name=\"description\" content=\"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Krisp Voice Isolation 2.5: Cut STT Word Error Rate\" \/>\n<meta property=\"og:description\" content=\"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\" \/>\n<meta property=\"og:site_name\" content=\"Krisp\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/krispHQ\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-12T13:26:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-12T14:12:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1744\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Krisp Engineering Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@krispHQ\" \/>\n<meta name=\"twitter:site\" content=\"@krispHQ\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\"},\"author\":{\"name\":\"Krisp Engineering Team\",\"@id\":\"https:\/\/krisp.ai\/blog\/#\/schema\/person\/e9f59158d89de3002958d323d2e788f5\"},\"headline\":\"Voice Isolation 2.5: Built for STT, Not Just Human Ears\",\"datePublished\":\"2026-08-12T13:26:02+00:00\",\"dateModified\":\"2026-08-12T14:12:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\"},\"wordCount\":1704,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/krisp.ai\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png\",\"articleSection\":[\"Company\",\"Engineering Blog\",\"Krisp News\",\"Product\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\",\"url\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\",\"name\":\"Krisp Voice Isolation 2.5: Cut STT Word Error Rate\",\"isPartOf\":{\"@id\":\"https:\/\/krisp.ai\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png\",\"datePublished\":\"2026-08-12T13:26:02+00:00\",\"dateModified\":\"2026-08-12T14:12:39+00:00\",\"description\":\"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.\",\"breadcrumb\":{\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage\",\"url\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png\",\"contentUrl\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png\",\"width\":1744,\"height\":800,\"caption\":\"Krisp Voice Isolation 2.5\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/krisp.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Voice Isolation 2.5: Built for STT, Not Just Human Ears\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/krisp.ai\/blog\/#website\",\"url\":\"https:\/\/krisp.ai\/blog\/\",\"name\":\"Krisp\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\/\/krisp.ai\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/krisp.ai\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/krisp.ai\/blog\/#organization\",\"name\":\"Krisp\",\"url\":\"https:\/\/krisp.ai\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/krisp.ai\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2024\/10\/K.png\",\"contentUrl\":\"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2024\/10\/K.png\",\"width\":696,\"height\":696,\"caption\":\"Krisp\"},\"image\":{\"@id\":\"https:\/\/krisp.ai\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/krispHQ\/\",\"https:\/\/x.com\/krispHQ\",\"https:\/\/www.linkedin.com\/company\/krisphq\/\",\"https:\/\/www.youtube.com\/channel\/UCAMZinJdR9P33fZUNpuxXtg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/krisp.ai\/blog\/#\/schema\/person\/e9f59158d89de3002958d323d2e788f5\",\"name\":\"Krisp Engineering Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/krisp.ai\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/26475ad8219056696662f819691ee49d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/26475ad8219056696662f819691ee49d?s=96&d=mm&r=g\",\"caption\":\"Krisp Engineering Team\"},\"url\":\"https:\/\/krisp.ai\/blog\/author\/eng-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Krisp Voice Isolation 2.5: Cut STT Word Error Rate","description":"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/","og_locale":"en_US","og_type":"article","og_title":"Krisp Voice Isolation 2.5: Cut STT Word Error Rate","og_description":"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.","og_url":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/","og_site_name":"Krisp","article_publisher":"https:\/\/www.facebook.com\/krispHQ\/","article_published_time":"2026-08-12T13:26:02+00:00","article_modified_time":"2026-08-12T14:12:39+00:00","og_image":[{"width":1744,"height":800,"url":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png","type":"image\/png"}],"author":"Krisp Engineering Team","twitter_card":"summary_large_image","twitter_creator":"@krispHQ","twitter_site":"@krispHQ","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#article","isPartOf":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/"},"author":{"name":"Krisp Engineering Team","@id":"https:\/\/krisp.ai\/blog\/#\/schema\/person\/e9f59158d89de3002958d323d2e788f5"},"headline":"Voice Isolation 2.5: Built for STT, Not Just Human Ears","datePublished":"2026-08-12T13:26:02+00:00","dateModified":"2026-08-12T14:12:39+00:00","mainEntityOfPage":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/"},"wordCount":1704,"commentCount":0,"publisher":{"@id":"https:\/\/krisp.ai\/blog\/#organization"},"image":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage"},"thumbnailUrl":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png","articleSection":["Company","Engineering Blog","Krisp News","Product"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/","url":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/","name":"Krisp Voice Isolation 2.5: Cut STT Word Error Rate","isPartOf":{"@id":"https:\/\/krisp.ai\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage"},"image":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage"},"thumbnailUrl":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png","datePublished":"2026-08-12T13:26:02+00:00","dateModified":"2026-08-12T14:12:39+00:00","description":"Krisp Voice Isolation 2.5 runs in front of your STT and cuts average word error rate 43% (17.9% \u2192 10.2%) across 11 speech-to-text engines.","breadcrumb":{"@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#primaryimage","url":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png","contentUrl":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2026\/08\/tech-cover-2-1-2.png","width":1744,"height":800,"caption":"Krisp Voice Isolation 2.5"},{"@type":"BreadcrumbList","@id":"https:\/\/krisp.ai\/blog\/voice-isolation-2-5\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/krisp.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Voice Isolation 2.5: Built for STT, Not Just Human Ears"}]},{"@type":"WebSite","@id":"https:\/\/krisp.ai\/blog\/#website","url":"https:\/\/krisp.ai\/blog\/","name":"Krisp","description":"Blog","publisher":{"@id":"https:\/\/krisp.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/krisp.ai\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/krisp.ai\/blog\/#organization","name":"Krisp","url":"https:\/\/krisp.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/krisp.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2024\/10\/K.png","contentUrl":"https:\/\/krisp.ai\/blog\/wp-content\/uploads\/2024\/10\/K.png","width":696,"height":696,"caption":"Krisp"},"image":{"@id":"https:\/\/krisp.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/krispHQ\/","https:\/\/x.com\/krispHQ","https:\/\/www.linkedin.com\/company\/krisphq\/","https:\/\/www.youtube.com\/channel\/UCAMZinJdR9P33fZUNpuxXtg"]},{"@type":"Person","@id":"https:\/\/krisp.ai\/blog\/#\/schema\/person\/e9f59158d89de3002958d323d2e788f5","name":"Krisp Engineering Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/krisp.ai\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/26475ad8219056696662f819691ee49d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/26475ad8219056696662f819691ee49d?s=96&d=mm&r=g","caption":"Krisp Engineering Team"},"url":"https:\/\/krisp.ai\/blog\/author\/eng-team\/"}]}},"primary_category":"Company","_links":{"self":[{"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/posts\/23624"}],"collection":[{"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/users\/71"}],"replies":[{"embeddable":true,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/comments?post=23624"}],"version-history":[{"count":36,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/posts\/23624\/revisions"}],"predecessor-version":[{"id":23678,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/posts\/23624\/revisions\/23678"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/media\/23626"}],"wp:attachment":[{"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/media?parent=23624"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/categories?post=23624"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/krisp.ai\/blog\/wp-json\/wp\/v2\/tags?post=23624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}