mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #231] [CLOSED] feat: Add LLM reasoning option for OpenAI compatible #242
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/231
Author: @chupark
Created: 10/29/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (5)
d730687Openai Compatible api for Reasoning LLM models4146597update python/README.md for version update791d29fediting critical codeb1fe889fix: apply reviewer feedback919d3dcfix: add MAX_COMPLETION_TOKEN into PARAMETER_RULE_TEMPLATE📊 Changes
2 files changed (+33 additions, -3 deletions)
View changed files
📝
python/dify_plugin/entities/model/__init__.py(+18 -0)📝
python/dify_plugin/interfaces/model/openai_compatible/llm.py(+15 -3)📄 Description
Pull Request Checklist
Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:
Compatibility Check
I have checked whether this change affects the backward compatibility of the plugin declared in
README.mdI have checked whether this change affects the forward compatibility of the plugin declared in
README.mdIf this change introduces a breaking change, I have discussed it with the project maintainer and specified the release version in the
README.mdI have described the compatibility impact and the corresponding version number in the PR description
I have checked whether the plugin version is updated in the
README.mdAvailable Checks
[ Authentication ]

Before
After

[Inference]

Before
After

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.