Purpose
音频分析(本地) guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.
文本模型接口
音频分析(本地) guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.
音频分析(本地) guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.
https://api.aliapi.me/v1.Authorization: Bearer YOUR_API_KEY.语音识别接口.{
"model": "copy-model-name-from-catalog",
"messages": [
{"role": "user", "content": "your task here"}
]
}Start with a minimal chat request, then verify the API key, Base URL, model name, quota, request fields and request logs.