mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #369] [MERGED] update amazon bedrock model provider #1324
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/369
Author: @ybalbert001
Created: 3/3/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (1)
7552a7cupdate amazon bedrock model provider📊 Changes
74 files changed (+1257 additions, -533 deletions)
View changed files
➕
models/bedrock/GUIDE.md(+117 -0)➕
models/bedrock/PRIVACY.md(+3 -0)📝
models/bedrock/README.md(+10 -0)📝
models/bedrock/_assets/icon_l_en.svg(+9 -14)📝
models/bedrock/main.py(+1 -1)📝
models/bedrock/manifest.yaml(+32 -26)➖
models/bedrock/models/llm/__init__.py(+0 -0)➖
models/bedrock/models/llm/_position.yaml(+0 -30)📝
models/bedrock/models/llm/ai21.j2-mid-v1.yaml(+1 -0)📝
models/bedrock/models/llm/ai21.j2-ultra-v1.yaml(+1 -0)📝
models/bedrock/models/llm/ai21.jamba-1-5-large-v1.0.yaml(+1 -0)📝
models/bedrock/models/llm/ai21.jamba-1-5-mini-v1.0.yaml(+1 -0)➕
models/bedrock/models/llm/amazon.nova-lite-v1.yaml(+54 -0)➕
models/bedrock/models/llm/amazon.nova-micro-v1.yaml(+53 -0)➕
models/bedrock/models/llm/amazon.nova-pro-v1.yaml(+54 -0)📝
models/bedrock/models/llm/amazon.titan-text-express-v1.yaml(+1 -0)📝
models/bedrock/models/llm/amazon.titan-text-lite-v1.yaml(+1 -0)📝
models/bedrock/models/llm/anthropic.claude-3-5-haiku-v1.yaml(+5 -8)➖
models/bedrock/models/llm/anthropic.claude-3-7-sonnet.yaml(+0 -95)📝
models/bedrock/models/llm/anthropic.claude-3-haiku-v1.yaml(+5 -8)...and 54 more files
📄 Description
These model provider has been provided.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.