gpt-transcribe API
OpenAI / OpenAI Transcription
透過 RunAPI 使用 OpenAI Transcription 系列的 gpt-transcribe。按次計費,無訂閱費,失敗的生成不收費。
可直接上線
·
audio_music
·
可商用
curl -X POST https://runapi.ai/v1/audio/transcriptions \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-transcribe",
"audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}'
import { OpenaiTranscriptionClient } from "@runapi.ai/openai-transcription";
const client = new OpenaiTranscriptionClient();
const result = await client.speechToText.run({
model: "gpt-transcribe",
audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3",
});
require "runapi/openai_transcription"
client = RunApi::OpenaiTranscription::Client.new
result = client.speech_to_text.run(
model: "gpt-transcribe",
audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3"
)
npx skills add runapi-ai/openai-transcription -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
切換 variant
OVERVIEW
gpt-transcribe 在 OpenAI Transcription 系列中,兼顧品質與成本的最佳平衡。
- 以美元按次計費
- 生成失敗不收費
- 模型支援時可串流輸出
- Model skill setup
PRICING
價格
失敗的生成不收費
Speech to text
$0.02
/ minute
規格表
技術細節
| Model ID | gpt-transcribe |
| 供應商 | OpenAI |
| 模態 | audio_music |
| 任務類型 | synchronous |
| 計費單位 | minute |
| API endpoint | /v1/audio/transcriptions |
| 商用授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可直接上線 |
SKILLS
快速開始 — gpt-transcribe
相同格式 · variant 固定在 model 中
# Install the model skill for app development workflows
npx skills add runapi-ai/openai-transcription -g
Or use this setup request in your coding tool:
Install the OpenAI Transcription skill for this app: 1. Add runapi-ai/openai-transcription with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
運作方式
四步驟使用 gpt-transcribe
01
安裝
安裝此 model line 的 model skill。
02
設定
將 model 欄位設定為此頁面顯示的完整 model ID。
03
呼叫
使用您的 prompt、inputs 和 callback 設定送出型別化請求。
04
接收
讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。
DIFFERENCES
gpt-transcribe 有什麼不同
VS WHISPER-1
支援關鍵字與語言提示的多語言語音轉文字
靈活的音訊轉錄,支援字幕與時間戳記輸出
使用情境
最適合
Podcast 與影片配樂
依照單集情緒生成免版稅背景音樂,無需支付授權費。
遊戲音效
為程序化生成的關卡產生可自適應的環境音景與效果音。
廣告旁白與音效
無需錄音室即可為客戶廣告製作客製化旁白與音效。
FAQ
關於 gpt-transcribe 的常見問題
模型 ID 在不同版本之間會保持穩定嗎?
RunAPI 會維持 model ID 穩定,並在不改變請求格式的情況下處理相容版本更新。
這個 variant 的速率限制是多少?
每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。
之後可以切換 variant 嗎?
可以——variant 只是旗標。只要變更 model 參數即可切換。
它支援串流嗎?
只要支援串流,RunAPI 就會端到端串流。
我該在哪裡回報品質問題?
請在公開 GitHub repo 提交 issue,或寄信給支援。
OpenAI Transcription 的其他 variant
其他模型的替代方案
立即開始