[PR #1864] [MERGED] feat(anthropic): add claude-haiku-4-5-20251001 model #2122

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/1864
Author: @Eric-Geek
Created: 10/15/2025
Status: Merged
Merged: 10/16/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (4)

  • 3b73292 feat(anthropic): add claude-haiku-4-5-20251001 model
  • ad0e26a Merge pull request #1 from Eric-Geek/eric_plugin
  • 1564852 fix(anthropic): set thinking_budget min to 1024 for claude-haiku-4-5-20251001
  • 275101b Merge pull request #2 from Eric-Geek/eric_plugin

📊 Changes

3 files changed (+124 additions, -1 deletions)

View changed files

📝 models/anthropic/manifest.yaml (+1 -1)
📝 models/anthropic/models/llm/_position.yaml (+1 -0)
models/anthropic/models/llm/claude-haiku-4-5-20251001.yaml (+122 -0)

📄 Description

This PR contains Changes to LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes
    • Tested message flow handling with system messages and multi-turn conversations
    • Tested tool interaction with multi-round tool calls in Agent Node
    • Tested multimodal input with images and documents
    • Tested extended thinking mode with thinking_budget parameter
    • Tested structured output (JSON format)
    • Verified token consumption metrics

Version Control

  • I have Bumped Up the Version in Manifest.yaml (0.2.1 → 0.2.2)

Dify Plugin SDK Version

  • I have Ensured dify_plugin>=0.5.0,<0.6.0 is in requirements.txt

Environment Verification

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment

Model Specifications:

  • Context: 200K tokens
  • Max Output: 64K tokens
  • Pricing: $1 input / $5 output per MTok
  • Features: Vision, tool use, extended thinking, document support

🔄 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/1864 **Author:** [@Eric-Geek](https://github.com/Eric-Geek) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`3b73292`](https://github.com/langgenius/dify-official-plugins/commit/3b73292683ca2d8807b875a25050c8bc64c35d3c) feat(anthropic): add claude-haiku-4-5-20251001 model - [`ad0e26a`](https://github.com/langgenius/dify-official-plugins/commit/ad0e26a180a7d3e9309e6424fac3c7ded1e8525e) Merge pull request #1 from Eric-Geek/eric_plugin - [`1564852`](https://github.com/langgenius/dify-official-plugins/commit/15648525ad5f901fcf350aab93b5c4a273c353d6) fix(anthropic): set thinking_budget min to 1024 for claude-haiku-4-5-20251001 - [`275101b`](https://github.com/langgenius/dify-official-plugins/commit/275101bec05f52cb3e68183cba490ce56c002bc3) Merge pull request #2 from Eric-Geek/eric_plugin ### 📊 Changes **3 files changed** (+124 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/anthropic/manifest.yaml` (+1 -1) 📝 `models/anthropic/models/llm/_position.yaml` (+1 -0) ➕ `models/anthropic/models/llm/claude-haiku-4-5-20251001.yaml` (+122 -0) </details> ### 📄 Description ## This PR contains Changes to *LLM Models Plugin* - [x] I have Run Comprehensive Tests Relevant to My Changes - Tested message flow handling with system messages and multi-turn conversations - Tested tool interaction with multi-round tool calls in Agent Node - Tested multimodal input with images and documents - Tested extended thinking mode with thinking_budget parameter - Tested structured output (JSON format) - Verified token consumption metrics ## Version Control - [x] I have Bumped Up the Version in Manifest.yaml (0.2.1 → 0.2.2) ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.5.0,<0.6.0` is in requirements.txt ## Environment Verification ### SaaS Environment - [x] I have Tested My Changes on cloud.dify.ai with a Clean Environment --- **Model Specifications:** - Context: 200K tokens - Max Output: 64K tokens - Pricing: $1 input / $5 output per MTok - Features: Vision, tool use, extended thinking, document support --- <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:09 -05:00
yindo closed this issue 2026-02-16 11:16:09 -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#2122