能力
语音转文字快速
- 上下文
- -
- 最大输出
- -
openai-gpt-4o-mini-transcribe
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.875 / 输出 $3.50 | 输入 $0.875 / 输出 $3.50 | - |
API 地址
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai-gpt-4o-mini-transcribe",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'