mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2050] [MERGED] feat(vertex_ai): Add New Models: claude-haiku-4-5 and claude-sonnet-4-5 #2226
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/2050
Author: @CarGod
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/19/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (4)
2178188Vertex Ai Add New Models: claude-haiku-4-5 and claude-haiku-4-5eb04e1ffeat: bump plugin version to 0.0.26c70eeacfeat: bump plugin version to 0.0.28e25533fMerge 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.