mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #230] [CLOSED] feat: Add LLM reasoning option for OpenAI compatible #241
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/230
Author: @chupark
Created: 10/29/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
d730687Openai Compatible api for Reasoning LLM models4146597update python/README.md for version update246117bMerge pull request #1 from chupark/pcw_openai_compatible📊 Changes
3 files changed (+14 additions, -3 deletions)
View changed files
📝
python/dify_plugin/entities/model/__init__.py(+1 -0)📝
python/dify_plugin/interfaces/model/openai_compatible/llm.py(+12 -2)📝
python/pyproject.toml(+1 -1)📄 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.