# Dashscope (阿里云通义千问) Fun-ASR Streaming Configuration # For details, see: https://help.aliyun.com/zh/dashscope/developer-reference/asr-api NAME: dashscopeStreamingASR VERSION: "v1.0.0" DESC: "阿里云通义千问 Fun-ASR 流式实时语音识别" META: official: "https://help.aliyun.com/zh/dashscope/" tips: "使用阿里云通义千问的 Fun-ASR 流式 API 进行实时语音识别,支持中英文混合识别,实时返回识别结果" fee: "付费" infer_type: "stream" CUSTOM: api_key: "" PARAMETERS: [ { name: "model", description: "识别模型", type: "string", required: false, choices: ["fun-asr-realtime", "paraformer-realtime-v2", "paraformer-v2"], default: "fun-asr-realtime" }, { name: "sample_rate", description: "音频采样率", type: "int", required: false, choices: [8000, 16000], default: 16000 }, { name: "format", description: "音频格式", type: "string", required: false, choices: ["pcm", "wav"], default: "pcm" }, { name: "language_hints", description: "语言提示(仅 paraformer-realtime-v2 支持)", type: "list", required: false, choices: [], default: ["zh", "en"] } ]