---
title: "speech-to-text API — ElevenLabs 價格與規格"
url: "https://runapi.ai/zh-TW/models/elevenlabs/speech-to-text.md"
canonical: "https://runapi.ai/zh-TW/models/elevenlabs/speech-to-text.md"
locale: "zh-TW"
model: "ElevenLabs"
provider: "ElevenLabs"
variant_id: "speech-to-text"
sdk_model_id: "speech-to-text"
modality: "audio_music"
price_from_cents: 4
billing_unit: "minute"
status: "active"
---

# ElevenLabs speech-to-text API

透過 RunAPI 使用 ElevenLabs 系列的 speech-to-text。按次計費，無訂閱費，失敗的生成不收費。

## Pricing

**$0.040** per minute

失敗的生成不收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `speech-to-text` |
| Provider | ElevenLabs |
| Modality | audio_music |
| Task type | asynchronous |
| Billing unit | minute |
| API endpoint | `/api/v1/elevenlabs/speech_to_text` |
| Status | active |

## Request example

```json
{
  "model": "speech-to-text",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}
```

## Install the skill

```sh
npx skills add runapi-ai/elevenlabs -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add ElevenLabs speech-to-text features to an application.

```json
{
  "model": "speech-to-text"
}
```

## FAQ

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other ElevenLabs variants:

- [audio-isolation](https://runapi.ai/zh-TW/models/elevenlabs/audio-isolation.md) — `audio-isolation` · $0.120
- [sound-effect-v2](https://runapi.ai/zh-TW/models/elevenlabs/sound-effect-v2.md) — `sound-effect-v2` · $0.150
- [text-to-dialogue-v3](https://runapi.ai/zh-TW/models/elevenlabs/text-to-dialogue-v3.md) — `text-to-dialogue-v3` · $0.140
- [text-to-speech-multilingual-v2](https://runapi.ai/zh-TW/models/elevenlabs/text-to-speech-multilingual-v2.md) — `text-to-speech-multilingual-v2` · $0.120
- [text-to-speech-turbo-v2.5](https://runapi.ai/zh-TW/models/elevenlabs/text-to-speech-turbo-v2.5.md) — `text-to-speech-turbo-v2.5` · $0.060
