gpt-4o-transcribe
GPT-4o · 每 Token
gpt-4o-transcribe可用⚡缓存 100% 优惠音频上下文窗口: 16K最大输出 Token 数: 2K
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 输入 | ¥17.50 | ¥12.25 |
| 输出 | ¥70.00 | ¥49.00 |
| 缓存读取 | ¥0.021 | ¥0.021 |
参数量
上下文窗口
16K tokens
最大输出 Token 数
2K tokens
费用计算器
1M
0.5M
预估月度费用¥36.75
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-transcribe",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'常见问题
gpt-4o-transcribe 的费用是多少?
在 LemonData 上,gpt-4o-transcribe 的价格为每 1M 输入 Token $1.7500,每 1M 输出 Token $7.0000,比官方价格最高优惠 30%。
gpt-4o-transcribe 最适合做什么?
gpt-4o-transcribe 擅长 音频。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 gpt-4o-transcribe API?
从 LemonData 获取您的 API 密钥,将 base URL 设置为 api.lemondata.cc/v1,并使用任何兼容 OpenAI 的 SDK。请参阅上方的代码示例。