#4483 No available channel for model gpt-4o-transcribe under group openai_codex逆向 (distributor) (request id: 20260508154021516

2408:8207* Posted at: 17 hours ago 👁26

No available channel for model gpt-4o-transcribe under group openai_codex逆向 (distributor) (request id: 202605081540215166543618268d9d6H4zFdrDe)


=
system:Windows-10-10.0.19045-SP0
version:v3.98
frozen:True
language:zh
root_dir:C:/pyvideo

1 Replies

你遇到的这个错误是因为你在语音识别渠道中选择了 openai_codex(可能指 OpenAI 兼容接口)并指定了模型 gpt-4o-transcribe,但该模型在当前渠道下不可用——OpenAI 语音识别模型通常是 whisper-1,不是 gpt-4o-transcribe(后者是 OpenAI 聊天模型,不能用于语音转录)。

解决步骤

  1. 打开软件,进入主界面,找到语音识别渠道的下拉菜单。
  2. 确认选择的渠道:如果你使用的是 OpenAI 官方 API,应选择 OpenAI 语音识别(不是 openai_codex);如果使用第三方兼容接口,请选择 兼容AI/本地模型
  3. 修改模型名称

    • 如果使用官方 OpenAI API:模型应填写 whisper-1(或 whisper-large-v3)。
    • 如果使用第三方兼容接口(如自定义 API):请确认该 API 支持的模型名称,通常也推荐使用 whisper-1
  4. 检查 API 地址和 Key:在菜单 翻译设置 -> OpenAI 设置(或对应渠道设置)中,确认 API URL 和 API Key 正确填写。

请查阅相关文档

Post Your Reply
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.

Related resource

Similar issues already exist