模型/deepgram/deepgram-nova-3
D
deepgram
NEW

Deepgram Nova-3

文本音频
转写·英文
≈$0.05
/ 分钟
转写·多语言
≈$0.06
/ 分钟

暂无该模型的描述信息。

快速开始

如何调用

POST /v1/audio/transcriptions
bash
curl https://conduit-api.bifrostapi.net/v1/audio/transcriptions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -F "file=@audio.mp3" \
  -F "model=deepgram-nova-3"

→ multipart 上传 file=…,或 JSON {"model","url"}。返回转写文本。

鉴权 · 计费 · 流式 → 快速接入