> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 移行ガイド

> Ink と他モデルの違い

Ink は 2 つのリアルタイム文字起こしモードをサポートしています:

1. クライアントが音声を送信する（**自動**ファイナライズ）
2. クライアントが音声を送信し、トランスクリプトをファイナライズするタイミングを通知する（**手動**ファイナライズ）

ほとんどの音声認識 API は両方の動作を組み合わせていますが、Cartesia はモデルのパフォーマンス向上のためにこれらを分離しています。

**ほとんどのエージェントでは自動ファイナライズが推奨されます。**

一方で、手動ファイナライズが必要なユースケースも多くあります。例えば:

1. プッシュトゥトーク型のアプリ
2. 発話が終了したことがわかっていて、トランスクリプトを待っているパイプライン

## ガイド

* [**Deepgram Turn-based Audio (Flux)**](/ja-jp/use-the-api/stt/migrate-from-deepgram-flux)
* **Deepgram Live Audio (Nova)**
  * [自動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-deepgram-nova/auto)\
    Ink がトランスクリプトを自動的にファイナライズします
  * [手動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-deepgram-nova/manual)\
    クライアントがトランスクリプトをファイナライズするタイミングを決定します
* **ElevenLabs Realtime Speech to Text**
  * [自動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-elevenlabs-realtime-speech-to-text/auto)\
    ElevenLabs の `commit_strategy=vad` に類似
  * [手動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-elevenlabs-realtime-speech-to-text/manual)\
    ElevenLabs の `commit_strategy=manual` に類似
* **OpenAI Realtime Transcription**
  * [自動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-openai-realtime-transcription/auto)\
    OpenAI の `turn_detection: server_vad` に類似
  * [手動ファイナライズ](/ja-jp/use-the-api/stt/migrate-from-openai-realtime-transcription/manual)\
    OpenAI の `turn_detection: null` に類似
* [**OpenAI Speech to Text**](/ja-jp/use-the-api/stt/migrate-from-openai-speech-to-text)\
  バッチ音声文字起こし
