[PR #317] [MERGED] upgrade oci models [Fix:#288] #1277

Closed
opened 2026-02-16 10:22:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/317
Author: @engchina
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @crazywoola

Base: mainHead: upgrade-oci-models


📝 Commits (1)

📊 Changes

12 files changed (+293 additions, -9 deletions)

View changed files

📝 models/oci/manifest.yaml (+1 -1)
📝 models/oci/models/llm/_position.yaml (+5 -3)
models/oci/models/llm/cohere.command-r-08-2024.yaml (+52 -0)
📝 models/oci/models/llm/cohere.command-r-16k.yaml (+1 -0)
models/oci/models/llm/cohere.command-r-plus-08-2024.yaml (+52 -0)
📝 models/oci/models/llm/cohere.command-r-plus.yaml (+1 -0)
📝 models/oci/models/llm/llm.py (+26 -4)
📝 models/oci/models/llm/meta.llama-3-70b-instruct.yaml (+1 -0)
models/oci/models/llm/meta.llama-3.1-405b-instruct.yaml (+51 -0)
models/oci/models/llm/meta.llama-3.2-90b-vision-instruct.yaml (+51 -0)
models/oci/models/llm/meta.llama-3.3-70b-instruct.yaml (+51 -0)
📝 models/oci/provider/oci.py (+1 -1)

📄 Description

Upgrade oci models, some are depreated and some are added according to latest oracle oci document About the Chat Models in Generative AI.

Deprecated:

  • Command R (cohere.command-r-16k) ([Deprecated]
  • Command R+ (cohere.command-r-plus) ([Deprecated]
  • meta.llama-3-70b-instruct

Added:

  • Command R 08-2024 (cohere.command-r-08-2024) (New)
  • Command R+ 08-2024 (cohere.command-r-plus-08-2024) (New)
  • [Meta Llama 3.3 70B (New)] meta.llama-3.3-70b-instruct
  • [Meta Llama 3.2 Family (New)] meta.llama-3.2-90b-vision-instruct
  • [Meta Llama 3.1 Family] meta.llama-3.1-405b-instruct

By the way, I've pull a request to original dify repository before (https://github.com/langgenius/dify/pull/13174), but it was merged here.


🔄 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/317 **Author:** [@engchina](https://github.com/engchina) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `upgrade-oci-models` --- ### 📝 Commits (1) - [`7dbc1cc`](https://github.com/langgenius/dify-official-plugins/commit/7dbc1cc192fcc477af2fa3db668bb4f8f53c7273) upgrade oci models ### 📊 Changes **12 files changed** (+293 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `models/oci/manifest.yaml` (+1 -1) 📝 `models/oci/models/llm/_position.yaml` (+5 -3) ➕ `models/oci/models/llm/cohere.command-r-08-2024.yaml` (+52 -0) 📝 `models/oci/models/llm/cohere.command-r-16k.yaml` (+1 -0) ➕ `models/oci/models/llm/cohere.command-r-plus-08-2024.yaml` (+52 -0) 📝 `models/oci/models/llm/cohere.command-r-plus.yaml` (+1 -0) 📝 `models/oci/models/llm/llm.py` (+26 -4) 📝 `models/oci/models/llm/meta.llama-3-70b-instruct.yaml` (+1 -0) ➕ `models/oci/models/llm/meta.llama-3.1-405b-instruct.yaml` (+51 -0) ➕ `models/oci/models/llm/meta.llama-3.2-90b-vision-instruct.yaml` (+51 -0) ➕ `models/oci/models/llm/meta.llama-3.3-70b-instruct.yaml` (+51 -0) 📝 `models/oci/provider/oci.py` (+1 -1) </details> ### 📄 Description Upgrade oci models, some are depreated and some are added according to latest oracle oci document [About the Chat Models in Generative AI](https://docs.oracle.com/en-us/iaas/Content/generative-ai/chat-models.htm#chat-models). Deprecated: - Command R (cohere.command-r-16k) ([Deprecated] - Command R+ (cohere.command-r-plus) ([Deprecated] - meta.llama-3-70b-instruct Added: - Command R 08-2024 (cohere.command-r-08-2024) (New) - Command R+ 08-2024 (cohere.command-r-plus-08-2024) (New) - [Meta Llama 3.3 70B (New)] meta.llama-3.3-70b-instruct - [Meta Llama 3.2 Family (New)] meta.llama-3.2-90b-vision-instruct - [Meta Llama 3.1 Family] meta.llama-3.1-405b-instruct By the way, I've pull a request to original dify repository before (https://github.com/langgenius/dify/pull/13174), but it was merged here. --- <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 10:22:31 -05:00
yindo closed this issue 2026-02-16 10:22:31 -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#1277