gpt-4o-mini-transcribe
GPT-4o · 每 Token
gpt-4o-mini-transcribe可用⚡缓存 50% 优惠音频快速上下文窗口: 16K最大输出 Token 数: 2K
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 输入 | ¥8.75 | ¥6.13 |
| 输出 | ¥35.00 | ¥24.50 |
| 缓存读取 | ¥4.38 | ¥4.38 |
参数量
上下文窗口
16K tokens
最大输出 Token 数
2K tokens
费用计算器
1M
0.5M
预估月度费用¥18.38
API 代码示例
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "gpt-4o-mini-transcribe",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'常见问题
gpt-4o-mini-transcribe 的费用是多少?
在 LemonData 上,gpt-4o-mini-transcribe 的价格为每 1M 输入 Token $0.8750,每 1M 输出 Token $3.5000,比官方价格最高优惠 30%。
gpt-4o-mini-transcribe 最适合做什么?
gpt-4o-mini-transcribe 擅长 音频, 快速。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 gpt-4o-mini-transcribe API?
从 LemonData 获取您的 API 密钥,将 base URL 设置为 api.lemondata.cc/v1,并使用任何兼容 OpenAI 的 SDK。请参阅上方的代码示例。