[PR #2126] [MERGED] feat(anthropic): add claude-opus-4-5-20251101 model #2275

Closed
opened 2026-02-16 11:16:33 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (3)

  • 469c58c feat(anthropic): add claude-opus-4-5-20251101 model
  • b3b1c7b renew version anthropic 0.2.4
  • 30115b5 change 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

  • Documentation
  • Other

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

This PR contains Changes to LLM Models Plugin

  • My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking)
  • My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node)
  • My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.)
  • My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.)
  • My Changes Affect Structured Output Format (JSON, XML, etc.)
  • My Changes Affect Token Consumption Metrics
  • My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.)
  • Other Changes (Add New Models, Fix Model Parameters etc.)

Model Specifications:

  • Context window: 200K tokens
  • Max output: 64K tokens
  • Input pricing: $5.00 / 1M tokens
  • Output pricing: $25.00 / 1M tokens
  • Features: vision, tool-call, stream-tool-call, document, agent-thought
  • Supports extended thinking mode
  • Supports prompt caching

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Version: 0.2.3 → 0.2.4

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.3.0,<0.6.0 is 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/2126 **Author:** [@Eric-Geek](https://github.com/Eric-Geek) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`469c58c`](https://github.com/langgenius/dify-official-plugins/commit/469c58c1dd062b47e7c3e2b5a0f983e7f28d0cd2) feat(anthropic): add claude-opus-4-5-20251101 model - [`b3b1c7b`](https://github.com/langgenius/dify-official-plugins/commit/b3b1c7bfa482038895994bf2961027cb5289974f) renew version anthropic 0.2.4 - [`30115b5`](https://github.com/langgenius/dify-official-plugins/commit/30115b5c0cc38a1eba7871646b5fce3a9b07a713) change thinking_budget 的 min from 0 into 1024 ### 📊 Changes **3 files changed** (+125 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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* - [ ] Documentation - [ ] Other ## This PR contains Changes to *Non-LLM Models Plugin* - [ ] I have Run Comprehensive Tests Relevant to My Changes ## This PR contains Changes to *LLM Models Plugin* - [ ] My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking) - [ ] My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node) - [ ] My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.) - [ ] My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.) - [ ] My Changes Affect Structured Output Format (JSON, XML, etc.) - [ ] My Changes Affect Token Consumption Metrics - [ ] My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.) - [x] Other Changes (Add New Models, Fix Model Parameters etc.) **Model Specifications:** - Context window: 200K tokens - Max output: 64K tokens - Input pricing: $5.00 / 1M tokens - Output pricing: $25.00 / 1M tokens - Features: vision, tool-call, stream-tool-call, document, agent-thought - Supports extended thinking mode - Supports prompt caching ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) Version: 0.2.3 → 0.2.4 ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.6.0` is in requirements.txt ([SDK docs](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)) ## Environment Verification (If Any Code Changes) N/A - This PR only adds a new model YAML configuration file, no code changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:16:33 -05:00
yindo closed this issue 2026-02-16 11:16:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2275