[PR #2050] [MERGED] feat(vertex_ai): Add New Models: claude-haiku-4-5 and claude-sonnet-4-5 #2226

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2050
Author: @CarGod
Created: 11/12/2025
Status: Merged
Merged: 11/19/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (4)

  • 2178188 Vertex Ai Add New Models: claude-haiku-4-5 and claude-haiku-4-5
  • eb04e1f feat: bump plugin version to 0.0.26
  • c70eeac feat: bump plugin version to 0.0.28
  • e25533f Merge branch 'main' into main

📊 Changes

4 files changed (+116 additions, -2 deletions)

View changed files

📝 models/vertex_ai/manifest.yaml (+1 -1)
models/vertex_ai/models/llm/anthropic.claude-haiku-4-5.yaml (+57 -0)
models/vertex_ai/models/llm/anthropic.claude-sonnet-4-5.yaml (+57 -0)
📝 models/vertex_ai/models/llm/llm.py (+1 -1)

📄 Description

Related Issues or Context

Added support for two new Anthropic Claude models on Vertex AI:
• claude-haiku-4-5@20251001
• claude-sonnet-4-5@20251001

Both models have been tested successfully in the Vertex AI environment and are working as expected.
No other code changes were made.

image

🔄 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/2050 **Author:** [@CarGod](https://github.com/CarGod) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`2178188`](https://github.com/langgenius/dify-official-plugins/commit/2178188b39731a4a3f2fcec25c44b5a67349ccf3) Vertex Ai Add New Models: claude-haiku-4-5 and claude-haiku-4-5 - [`eb04e1f`](https://github.com/langgenius/dify-official-plugins/commit/eb04e1f419e088597d0d79669c22970f8ab6aa8b) feat: bump plugin version to 0.0.26 - [`c70eeac`](https://github.com/langgenius/dify-official-plugins/commit/c70eeac2e04df06aa1180e8b34b428481295b84b) feat: bump plugin version to 0.0.28 - [`e25533f`](https://github.com/langgenius/dify-official-plugins/commit/e25533f8efb2f5cf1a4cd9e816340833f0340e9d) Merge branch 'main' into main ### 📊 Changes **4 files changed** (+116 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/vertex_ai/manifest.yaml` (+1 -1) ➕ `models/vertex_ai/models/llm/anthropic.claude-haiku-4-5.yaml` (+57 -0) ➕ `models/vertex_ai/models/llm/anthropic.claude-sonnet-4-5.yaml` (+57 -0) 📝 `models/vertex_ai/models/llm/llm.py` (+1 -1) </details> ### 📄 Description Related Issues or Context Added support for two new Anthropic Claude models on Vertex AI: • claude-haiku-4-5@20251001 • claude-sonnet-4-5@20251001 Both models have been tested successfully in the Vertex AI environment and are working as expected. No other code changes were made. <img width="1158" height="920" alt="image" src="https://github.com/user-attachments/assets/f9bb9f1c-9614-44be-a197-66bc21a2d6a0" /> --- <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:24 -05:00
yindo closed this issue 2026-02-16 11:16:24 -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#2226