mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2126] [MERGED] feat(anthropic): add claude-opus-4-5-20251101 model #2275
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-official-plugins/pull/2126
Author: @Eric-Geek
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/25/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
469c58cfeat(anthropic): add claude-opus-4-5-20251101 modelb3b1c7brenew version anthropic 0.2.430115b5change thinking_budget 的 min from 0 into 1024📊 Changes
3 files changed (+125 additions, -1 deletions)
View changed files
📝
models/anthropic/manifest.yaml(+1 -1)📝
models/anthropic/models/llm/_position.yaml(+2 -0)➕
models/anthropic/models/llm/claude-opus-4-5-20251101.yaml(+122 -0)📄 Description
Related Issues or Context
Add support for Claude Opus 4.5 (claude-opus-4-5-20251101), Anthropic's most intelligent model.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Model Specifications:
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Version: 0.2.3 → 0.2.4
Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.6.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
N/A - This PR only adds a new model YAML configuration file, no code changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.