フランスのAI企業「Mistral AI(ミストラルAI)」が、2026年2月4日に新しい音声認識AI「Voxtral Transcribe 2(ボクストラル・トランスクライブ2)」を発表しました。
話した言葉をリアルタイムで文字にしてくれるAIで、日本語をふくむ13の言語に対応しています。
しかもオープンソース(だれでも自由に使えるかたち)で公開されており、業界に大きなインパクトを与えています。
この記事でわかること
- Voxtral Transcribe 2がどんなAIなのか
- 2つのモデルの違いと使い分け
- 既存の音声認識AIとの性能比較
- 日本語での活用シーンと企業での使い道
- 開発元Mistral AIの注目ポイント
Voxtral Transcribe 2ってなに?
Voxtral Transcribe 2は、音声をテキスト(文字)に変換するAIです。たとえば、会議の録音をAIに聞かせると、だれが何を話したかを自動で文字に起こしてくれます。
このAIのすごいところは、200ミリ秒(0.2秒)以下という超低遅延で処理できる点です。
つまり、話している最中にほぼリアルタイムで文字が表示されます。
テレビの生放送の字幕のようなイメージですね。
さらに、Apache 2.0ライセンスというオープンソースで公開されています。
これは、企業でも個人でも自由に使ったり改良したりできるということです。
Hugging Face(AIモデルの共有サイト)からダウンロードして、自分のパソコンやサーバーで動かすことも可能です。
2つのモデルの違い
Voxtral Transcribe 2には、用途が異なる2つのモデルが用意されています。
Voxtral Mini Transcribe V2(バッチ処理向け)
録音された音声ファイルをまとめて文字起こしするモデルです。主な特徴は以下のとおりです。
- 最大3時間の音声を1回のリクエストで処理できる
- 話者分離(だれが話したかを自動で区別する機能)に対応
- 単語ごとのタイムスタンプ(開始・終了時刻)を出力
- API利用料金は1分あたり約0.45円($0.003)
たとえば、1時間の会議の録音を文字起こしすると、たったの約27円で済みます。
Voxtral Realtime(リアルタイム向け)
ライブ配信や電話対応など、リアルタイムで音声を文字にしたい場面で使うモデルです。
- 遅延を200ミリ秒以下に設定可能
- 4Bパラメータ(40億個のパラメータ)で、スマホやエッジ端末でも動作
- API利用料金は1分あたり約0.9円($0.006)
- オープンソース(Apache 2.0)で公開済み
ちなみに、2.4秒の遅延設定にすればバッチモデルと同等の精度が出せます。
480ミリ秒でも精度の低下はわずか1〜2%程度です。
スピードと精度のバランスを自分で調整できるのが魅力です。
どれくらいスゴいの?性能を比較
Voxtral Transcribe 2は、主要な競合モデルをほぼすべて上回る性能を見せています。
音声認識の精度は「WER(Word Error Rate=単語の誤り率)」で測ります。この数字が小さいほど正確です。
- Voxtral Mini Transcribe V2:約4%(FLEURSベンチマーク、上位10言語平均)
- GPT-4o mini Transcribe(OpenAI)より高精度
- Gemini 2.5 Flash(Google)より高精度
- ElevenLabs Scribeの約3倍の速度で同等の品質、コストは5分の1
つまり、大手テック企業のAIよりも正確で、しかも圧倒的に安いということです。OpenAIのWhisper(ウィスパー)と比べても、精度・コストの両面で優れているとされています。
さらに、工場の騒音がある環境やコールセンターのような雑音が多い場所でも、高い精度を維持できるのが特徴です。
日本語にも対応!13言語をカバー
Voxtral Transcribe 2は以下の13言語に対応しています。
- 英語、中国語、ヒンディー語、スペイン語、アラビア語
- フランス語、ポルトガル語、ロシア語、ドイツ語
- 日本語、韓国語、イタリア語、オランダ語
日本語がネイティブ対応しているのは、日本のユーザーにとって大きなポイントです。これまでの音声認識AIは英語に最適化されていて、日本語だと精度が落ちるものが多くありました。
また、「コンテキストバイアシング」という機能もあります。
これは、専門用語や固有名詞を最大100語まで事前に登録しておくことで、認識精度を上げられるしくみです。
たとえば「Mistral AI」のような会社名を登録すると、似た発音の別の言葉に間違えにくくなります。
どんな場面で使える?
Voxtral Transcribe 2は、さまざまなビジネスシーンで活用できます。
会議の議事録作成
話者分離機能があるので、「Aさんがこう言った、Bさんがこう返した」という形式の議事録を自動で作れます。1時間の会議でもわずか約27円です。
動画・配信の字幕生成
単語ごとのタイムスタンプがつくため、YouTubeの字幕やライブ配信のリアルタイム字幕に最適です。
コールセンターの通話分析
電話の内容を自動で文字起こしし、クレーム対応の質を分析するなどの使い方ができます。雑音に強いのもコールセンター向きです。
医療・金融など機密性の高い分野
オープンソースなので、自社サーバーで動かせます。音声データを外部に送信しなくて済むため、患者の診察記録や金融取引の記録など、個人情報を扱う場面でも安心して使えます。
Mistral AIってどんな会社?
Voxtral Transcribe 2を開発したMistral AI(ミストラルAI)は、フランス・パリに本社を置くAIスタートアップです。
- 2023年4月に、元DeepMindと元MetaのAI研究者たちが創業
- 企業評価額は約140億ドル(約2兆円)で、ヨーロッパで最も価値のあるAI企業
- シリーズCで約20億ドル(約3,000億円)を調達 — ヨーロッパのAI企業として史上最大の資金調達
- 2026年には1万8,000台のNVIDIA Grace Blackwellチップを使った独自のAIインフラをヨーロッパに構築予定
アメリカのOpenAIやGoogleに対抗する「ヨーロッパ発のAI」として世界中から注目されています。オープンソースを重視する姿勢が、開発者コミュニティからも支持されています。
まとめ
Voxtral Transcribe 2の要点をおさらいしましょう。
- Mistral AIが発表した次世代の音声認識AI
- バッチ処理用とリアルタイム用の2つのモデルを提供
- GPT-4o miniやGemini 2.5 Flashを上回る業界最高クラスの精度
- 1分あたり約0.45円〜と圧倒的に低コスト
- 日本語をふくむ13言語に対応
- Apache 2.0のオープンソースで、自社サーバーでの運用も可能
- 話者分離や単語タイムスタンプなど、実用的な機能が充実
議事録作成や字幕生成、コールセンター分析など、音声を扱うあらゆる場面で活用できる強力なツールです。オープンソースで無料で使い始められるので、気になる方はぜひHugging Faceからモデルをダウンロードして試してみてください。
参考文献
- Voxtral transcribes at the speed of sound – Mistral AI公式
- Mistral drops Voxtral Transcribe 2, an open-source speech model – VentureBeat
- Voxtral-Mini-4B-Realtime-2602 – Hugging Face
- Voxtral Transcribe 2とは?超低遅延×高精度を両立する次世代音声認識モデルを徹底解説 – WEEL
- Voxtral Transcribe 2 offers speech recognition at $0.003 per minute – The Decoder



References:
Online poker game
References:
https://ryu-ga-index.com:443/index.php?singhfraser850718
References:
Symptoms of taking steroids
References:
http://47.100.90.152:3000/krystynazelman/krystyna2007/wiki/Dianabol-Methandrostenolone%3A-Comprehensive-Guide-to-Benefits%2C-Dosage%2C-and-Side-Effects
References:
River spirit casino tulsa ok
References:
https://www.ricetteclara.com/membri/picklelawyer9/activity/55298/
References:
Nashville casino
References:
https://flibustier.top/user/prosedoubt95/
References:
Online casino roulette
References:
http://support.roombird.ru/index.php?qa=user&qa_1=cakespear84
References:
Anavar reviews bodybuilding
References:
http://www.ff-garlstorf.de/;focus=TKOMSI_com_cm4all_wdn_Flatpress_21838727&path=&frame=TKOMSI_com_cm4all_wdn_Flatpress_21838727?x=entry:entry250930-203133%3Bcomments:1
References:
Bodybuilding steroids for sale
References:
https://arzheina.es/Noticias/index.php/;focus=STRATP_com_cm4all_wdn_Flatpress_29305476&path=&frame=STRATP_com_cm4all_wdn_Flatpress_29305476?x=entry:entry240408-100320%3Bcomments:1
References:
Bodybuilding steroid use
References:
https://www.lodenau.de/;focus=TKOMSI_com_cm4all_wdn_Flatpress_20534881&path=?x=entry:entry210412-213228%3Bcomments:1
References:
Free trial legal steroids
References:
https://adlr.cig22.com/alipomeroy5699
References:
Anabolic supplements bodybuilding
References:
http://62.173.140.174:10480/chunwheen3239
References:
Steroids anabolic
References:
https://git.wisder.net/felicitas38a90
References:
Are steroids drugs
References:
http://47.107.168.59:3000/verncribbs2647
References:
Human growth hormone steroid
References:
https://47.93.0.44/jeannineelias
References:
Boldenone steroids
References:
https://code.tczkiot.com/beulahtitus486
References:
Does anavar cause hair loss
References:
http://115.190.214.62:3001/sethwlr103331
References:
Body anabolics
References:
https://www.ohovideo.com/@marleneosborne?page=about
References:
The adverse effects of using anabolic steroids are serious because
References:
https://rukorma.ru/issues-underdosed-ugl-testosterone-pharma-t-nation-biotest
References:
Legal anabolic steroids at gnc
References:
https://gitea.nongnghiepso.com/maynardpenman
References:
Premier garcinia
References:
https://rukorma.ru/trt-uses-side-effects-and-cost-testosterone-replacement-therapy
References:
Steriod alternative
References:
https://git.tecno-group.mx/bernadineburne
References:
Sust steroid
References:
http://218.232.111.112:8300/renetaber82685/6513968/wiki/Does-Low-Testosterone-Cause-Joint-Pain%3F
References:
Best pills to get ripped
References:
https://htlm.ru/donniehalverso
References:
Huge pills
References:
https://mahalkita.ph/@margenemears55
References:
Best muscle stacks
References:
https://git.archieri.fr/sherrihundley0
Amazing tons of valuable data!
References:
https://mmcon.sakura.ne.jp:443/mmwiki/index.php?swimhelium3
You actually suggested it terrifically!
References:
https://gratisafhalen.be/author/chairswan8/
References:
Instant Casino Spielanbieter
References:
https://squareblogs.net/peanutclick8/casinos-mit-schneller-auszahlung-gewinne-sofort-abheben-2026
References:
Instant Casino Auszahlungsdauer
References:
https://urlscan.io/result/019c8386-e004-76da-8cfc-c136bcedb083/
References:
Instant Casino Treuepunkte einlösen
References:
https://prpack.ru/user/studygirdle0/
References:
Instant Casino Treuepunkte einlösen
References:
https://fravito.fr/user/profile/2189689
References:
Instant Casino mit Trustly
References:
https://invastu.kz/user/librairis07/
References:
Instant Casino aktuelle Angebote
References:
https://www.tikosatis.com/index.php?page=user&action=pub_profile&id=563598
References:
Instant Casino PayPal einzahlen
References:
https://md.swk-web.com/s/9yvB3GZz4
References:
Instant Casino anmelden
References:
https://sub.elfejewelry.com:443/index.php?akhtarandreasen081574
References:
Anabolic steroid dianabol
References:
https://pad.stuve.uni-ulm.de/s/hT4RIMdx0
References:
Animal cuts gnc
References:
https://pad.stuve.de/s/D2Gee3X6N
References:
Legal bodybuilding supplements
References:
https://topspots.cloud/item/595547
References:
Instant Casino Live Casino
References:
https://sciencebookmark.top/item/473792
References:
Money gaming
References:
https://codimd.communecter.org/wJjKn5RwRBCDT5eF2U3Mog/
References:
Horse betting online
References:
https://mclamb-jiang.mdwrite.net/best-online-casino-for-aussies
References:
Spa brochure
References:
https://doc.adminforge.de/s/DdIm2nb_Jt
References:
Slots games download
References:
https://bennett-christiansen.hubstack.net/online-play-created-for-australia
References:
Can doctors prescribe steroids
References:
http://adrestyt.ru/user/fibrecherry0/
References:
How do steroids make you feel
References:
https://doc.adminforge.de/s/gnHzszx8Mh
References:
Anabolic steroids are appropriately prescribed to __________.
References:
https://2workinoz.com.au/employers/how-and-where-to-inject-testosterone-safely/
cut physique
References:
https://scientific-programs.science/wiki/How_to_Legally_Buy_Testosterone_Online_AZ_Guide
what countries are anabolic steroids legal
References:
http://volleypedia-org.50and3.com/index.php?qa=user&qa_1=beliefcrab1
anabolic steroids legal or illegal
References:
https://notes.medien.rwth-aachen.de/29Gg6lE3SqWa3KbDj8HWiA/
References:
Online Casino Echtgeld legal
References:
https://hack.allmende.io/s/lRC2cAv_s
References:
Blackjack practice
References:
https://app.readthedocs.org/profiles/ideavalley5/
References:
Iowa casinos
References:
https://www.tikosatis.com/index.php?page=user&action=pub_profile&id=651037
References:
Blue chip casino
References:
https://notes.bmcs.one/s/rvq5zp_qMD
References:
Slotland no deposit bonus codes
References:
https://travelersqa.com/user/thingbomb42
References:
Neosurf deposit at rocketplay casino
References:
https://notes.io/evZYP
References:
Sbobet casino
References:
https://zumpadpro.zum.de/eKyGh7pFQXiYxJxuY8Fb6g/
References:
Buy parabolan online
References:
https://pads.jeito.nl/s/Y2VhdNnT5W
References:
Injectable anabolic steroid
References:
https://graph.org/Testosteron-Depot-Kaufen-Informationen-und-Tipps-04-15
References:
Casino cannes
References:
https://dokdonetwork.com/Notice/?bmode=view&idx=15100978
References:
Slots machine
References:
https://graph.org/Skycrown-Casino-Australia-Review-04-20
References:
Australian https://graph.org/Treasury-Casino-Ultimate-Gaming-Guide-04-20 sites 2026
References:
https://graph.org/Best-Online-Casino-Sites-for-Real-Money-04-20 house edge reduction
References:
Casino barcelona online
References:
https://casino-high-stakes.online-spielhallen.de/
References:
Mönchengladbach
References:
https://casino-cashback-bonus.online-spielhallen.de/
References:
Gelsenkirchen
References:
https://zeche-zollverein-casino.online-spielhallen.de/
References:
Casino alabama
References:
https://graph.org/Is-The-Old-Brisbane-Casino-Still-Open-04-27
References:
Udbetalingsvenlige
References:
https://mixclassified.com/user/profile/1111716
References:
Vind penge på casino med høj udbetaling
References:
http://www.cruzenews.com/wp-content/plugins/zingiri-forum/mybb/member.php?action=profile&uid=2312465
References:
Spillemaskiner med bedste udbetalingsprocent
References:
https://git.local.octal.tec.br/merritrujillo7
References:
Casino zollverein
References:
https://precisionscans.net/employer/payid-casino-for-australian-players-best-payid-guide-2026/