Why are the OpenAI series models and Claude series models no longer available? #470

Closed
opened 2026-02-16 10:19:30 -05:00 by yindo · 4 comments
Owner

Originally created by @Moiyu1998 on GitHub (Jul 23, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.6.0

Plugin version

0.1.3-local

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image Image

When calling them, the error shown in the above image appears, or it reports that the model does not exist.

✔️ Error log

No response

Originally created by @Moiyu1998 on GitHub (Jul 23, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.6.0 ### Plugin version 0.1.3-local ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce <img width="358" height="96" alt="Image" src="https://github.com/user-attachments/assets/d28f1e8b-0c16-4c9c-8c30-428b3da0a2e9" /> <img width="399" height="220" alt="Image" src="https://github.com/user-attachments/assets/35ba8c86-c893-44d0-81ed-034d513b7dd2" /> When calling them, the error shown in the above image appears, or it reports that the model does not exist. ### ✔️ Error log _No response_
yindo added the bug label 2026-02-16 10:19:30 -05:00
yindo closed this issue 2026-02-16 10:19:30 -05:00
Author
Owner

@Moiyu1998 commented on GitHub (Jul 23, 2025):

The OpenAI plugin version is 0.1.0, and the Anthropic plugin version is 0.1.1.

@Moiyu1998 commented on GitHub (Jul 23, 2025): The OpenAI plugin version is 0.1.0, and the Anthropic plugin version is 0.1.1.
Author
Owner

@Moiyu1998 commented on GitHub (Jul 23, 2025):

Please fix this issue. It stopped working after updating the plugin version this afternoon.

@Moiyu1998 commented on GitHub (Jul 23, 2025): Please fix this issue. It stopped working after updating the plugin version this afternoon.
Author
Owner

@Moiyu1998 commented on GitHub (Jul 23, 2025):

The Claude model is working now, but the OpenAI models are still not functioning.

@Moiyu1998 commented on GitHub (Jul 23, 2025): The Claude model is working now, but the OpenAI models are still not functioning.
Author
Owner

@Moiyu1998 commented on GitHub (Jul 23, 2025):

plugin_daemon-1 | 2025/07/23 10:39:28 full_duplex.go:65: [ERROR]init environment failed: failed to install dependencies: exit status 1, output: Resolved 45 packages in 22ms
plugin_daemon-1 | Downloading numpy (17.1MiB)
plugin_daemon-1 | × Failed to download numpy==1.26.4
plugin_daemon-1 | ├─▶ Failed to extract archive:
plugin_daemon-1 | │ numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
plugin_daemon-1 | ╰─▶ Failed to download distribution due to network timeout. Try increasing
plugin_daemon-1 | UV_HTTP_TIMEOUT (current value: 30s).
plugin_daemon-1 | , retrying

It seems that the relevant dependencies cannot be downloaded, and the environment cannot be initialized.

@Moiyu1998 commented on GitHub (Jul 23, 2025): plugin_daemon-1 | 2025/07/23 10:39:28 full_duplex.go:65: [ERROR]init environment failed: failed to install dependencies: exit status 1, output: Resolved 45 packages in 22ms plugin_daemon-1 | Downloading numpy (17.1MiB) plugin_daemon-1 | × Failed to download `numpy==1.26.4` plugin_daemon-1 | ├─▶ Failed to extract archive: plugin_daemon-1 | │ numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl plugin_daemon-1 | ╰─▶ Failed to download distribution due to network timeout. Try increasing plugin_daemon-1 | UV_HTTP_TIMEOUT (current value: 30s). plugin_daemon-1 | , retrying It seems that the relevant dependencies cannot be downloaded, and the environment cannot be initialized.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#470