mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Support adjusting max_input_tokens parameter for qwen-plus-latest in Dify's official Tongyi Qianwen plugin #552
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 @cybluesky on GitHub (Aug 13, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I'm building an application with Dify, leveraging the Tongyi Qianwen official plugin and specifically using the qwen-plus-latest model. In my usage scenario, I need to have precise control over the max_input_tokens parameter. Currently, the LLM step in Dify doesn't support configuring this parameter for qwen - plus - latest.
The default value of input token for qwen-plus-latest is 129024, and it can support a maximum of 997952. This lack of configurability becomes a problem because in some cases, I need to adjust this parameter according to the actual input length requirements of different tasks (for example, when dealing with long - form text input that may approach or exceed the default token limit). It's frustrating as it restricts the flexibility of using the qwen - plus - latest model to its full potential for various text - processing tasks, like handling large - scale document summarization or long - dialogue context analysis where the input token count can vary greatly.
2. Additional context or comments
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Aug 29, 2025):
Hi, @cybluesky. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
max_input_tokensparameter for the qwen-plus-latest model in the Tongyi Qianwen plugin.Next Steps:
Thank you for your understanding and contribution!