mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
cannot configure self-hosted qwen3 model in openai-api-compatible #469
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AkisAya on GitHub (Jul 23, 2025).
Self Checks
Dify version
1.6.0
Plugin version
0.0.17
Cloud or Self Hosted
Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
configure model in openai-api-compatible provider
✔️ Error log
@AkisAya commented on GitHub (Jul 23, 2025):
openai-api-compatible provider use a non-stream mode to validate models by default, but it's not working when configure a qwen3 model because qwen3 is a thinking model
dify-plugin sdk supports validating credentials using a streaming mode according to this commit https://github.com/langgenius/dify-plugin-sdks/commit/a4da30d106fa84df53534cc24419d9a4d39d8680
but openai-api-compatible provider hasn't expose the stream_mode_auth key yet