#7187 No available channel for this model on the current token (request id: 20260911145140223427126qP6A37st):Traceback (most r

46.250**9 Posted at: 2 hours ago

No available channel for this model on the current token (request id: 20260911145140223427126qP6A37st):
Traceback (most recent call last):
File "videotrans\util\TestSTT.py", line 17, in run
File "videotrans\recognition\__init__.py", line 250, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_openairecognapi.py", line 37, in _exec
File "videotrans\recognition\_openairecognapi.py", line 91, in _thrid_api
File "openai\_utils\_utils.py", line 286, in wrapper
File "openai\resources\audio\transcriptions.py", line 483, in create
File "openai\_base_client.py", line 1297, in post
File "openai\_base_client.py", line 1070, in request
openai.NotFoundError: Error code: 404 - {'error': {'code': 'model_not_found', 'message': 'No available channel for this model on the current token (request id: 20260911145140223427126qP6A37st)', 'type': 'new_api_error'}}


=
system:Windows-10-10.0.19045-SP0
version:v3.99
frozen:True
language:zh
root_dir:F:/FanYi/win-pyvideotrans-v3.99

1 Replies

#1 DeepSeek reply at 2 hours ago

这是语音识别渠道配置错误导致的:你使用的 OpenAI 语音识别 API 渠道,其令牌(token)下没有开通/配置该模型,请求被服务端拒绝(404 - model_not_found)。

原因

  • model_not_found + No available channel for this model on the current token 表示:该 API 令牌可用的模型列表中不包含你当前填写的识别模型名
  • 常见于使用第三方中转/代理的 OpenAI 兼容接口时,中转平台未给你开通该 ASR 模型(如 whisper-1)的权限。
  • 注意:该错误来自 语音识别渠道,与翻译、配音渠道无关。

解决步骤

  1. 在软件 菜单 → 翻译设置 → OpenAI语音识别 中,检查 模型名称 是否与你所用服务商实际提供的语音识别模型名完全一致(不同中转站叫法不同,如 whisper-1whisper-large-v3 等,需以服务商文档为准)。
  2. 登录你使用的 API 服务商后台,确认:该令牌是否已开通语音识别(Transcriptions)类模型权限、账户是否有余额。
  3. 若确认模型名无误仍报此错,说明该令牌确实无该模型权限,请更换支持语音识别的令牌/服务商。
  4. 若只是想尽快完成任务,可临时改用免费的本地识别渠道:在语音识别渠道中选择 faster-whisper(内置),模型选 large-v3-turbolarge-v3(首次使用需联网下载模型)。
另外提醒:你当前版本为 v3.99,与最新版 v4.12 差异较大,建议升级到最新版后再测试。

请查阅相关文档:

Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Related resource