[GH-ISSUE #24571] issue: 1. 从 NewAPI 配置的 OpenAI 模型列表中 2. gpt-5 可以识别 3. gpt-5.5 无法识别 #107334

Closed
opened 2026-05-18 06:07:40 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @fanyty on GitHub (May 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24571

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

v0.9.1

Ollama Version (if applicable)

No response

Operating System

macOS

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

  1. 从 NewAPI 配置的 OpenAI 模型列表中
  2. gpt-5 可以识别
  3. gpt-5.5 无法识别
  4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号

Actual Behavior

  1. 从 NewAPI 配置的 OpenAI 模型列表中
  2. gpt-5 可以识别
  3. gpt-5.5 无法识别
  4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号

Steps to Reproduce

  1. 从 NewAPI 配置的 OpenAI 模型列表中
  2. gpt-5 可以识别
  3. gpt-5.5 无法识别
  4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号

Logs & Screenshots

前端无法显示

Additional Information

No response

Originally created by @fanyty on GitHub (May 11, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/24571 ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version v0.9.1 ### Ollama Version (if applicable) _No response_ ### Operating System macOS ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior 1. 从 NewAPI 配置的 OpenAI 模型列表中 2. gpt-5 ✅ 可以识别 3. gpt-5.5 ❌ 无法识别 4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号 ### Actual Behavior 1. 从 NewAPI 配置的 OpenAI 模型列表中 2. gpt-5 ✅ 可以识别 3. gpt-5.5 ❌ 无法识别 4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号 ### Steps to Reproduce 1. 从 NewAPI 配置的 OpenAI 模型列表中 2. gpt-5 ✅ 可以识别 3. gpt-5.5 ❌ 无法识别 4. 怀疑是 regex 模式 r'^gpt-(\d+)' 无法正确处理小数版本号 ### Logs & Screenshots 前端无法显示 ### Additional Information _No response_
GiteaMirror added the bug label 2026-05-18 06:07:40 -05:00
Author
Owner

@owui-terminator[bot] commented on GitHub (May 11, 2026):

🔍 Related Issues Found

I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:

  1. 🟣 #23060 issue: adding new openai (compatible) connection does not show models from that connection
    This is the closest match: it reports OpenAI-compatible connection models being visible in the base endpoint but missing from the selectable /api/models list. The new issue is also about a model-listing/recognition problem for an OpenAI-compatible provider (NewAPI).
    by pfn · bug

  2. 🟣 #22322 Issue #22322
    This issue is about OpenAI API connection model IDs not being saved, which points to the same model metadata/persistence path used when importing or recognizing provider models. It may be related if the new model name is parsed but not correctly stored or displayed.
    by unknown

  3. 🟣 #21412 Issue #21412
    This is a broader but relevant bug about models not being retrieved from an OpenAI endpoint. Since the new issue is specifically about one model from an OpenAI-compatible endpoint not being recognized, it is likely part of the same retrieval/parsing area.
    by unknown


💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.

This comment was generated automatically. React with 👍 if helpful, 👎 if not.

<!-- gh-comment-id:4419491644 --> @owui-terminator[bot] commented on GitHub (May 11, 2026): <!-- terminator-bot:related-issues-reply --> 🔍 **Related Issues Found** I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions: 1. 🟣 [#23060](https://github.com/open-webui/open-webui/issues/23060) **issue: adding new openai (compatible) connection does not show models from that connection** *This is the closest match: it reports OpenAI-compatible connection models being visible in the base endpoint but missing from the selectable `/api/models` list. The new issue is also about a model-listing/recognition problem for an OpenAI-compatible provider (NewAPI).* *by pfn · `bug`* 2. 🟣 [#22322](https://github.com/open-webui/open-webui/issues/22322) **Issue #22322** *This issue is about OpenAI API connection model IDs not being saved, which points to the same model metadata/persistence path used when importing or recognizing provider models. It may be related if the new model name is parsed but not correctly stored or displayed.* *by unknown* 3. 🟣 [#21412](https://github.com/open-webui/open-webui/issues/21412) **Issue #21412** *This is a broader but relevant bug about models not being retrieved from an OpenAI endpoint. Since the new issue is specifically about one model from an OpenAI-compatible endpoint not being recognized, it is likely part of the same retrieval/parsing area.* *by unknown* --- 💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead. *This comment was generated automatically.* React with 👍 if helpful, 👎 if not.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#107334