mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #916] [MERGED] Feat: add sambanova models #1623
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/916
Author: @jhpiedrahitao
Created: 5/14/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @crazywoola
Base:
main← Head:snova-jorgep/add-sambanova-model📝 Commits (6)
81b97f3add sambanova llms base8dc12aaMerge branch 'langgenius:main' into snova-jorgep/add-sambanova-modelf173c63update sambanova models3c2db5fupdate readmed331ad1Merge remote-tracking branch 'refs/remotes/origin/snova-jorgep/add-sambanova-model' into snova-jorgep/add-sambanova-modelc22f233updtae requiremnts📊 Changes
26 files changed (+617 additions, -0 deletions)
View changed files
➕
models/sambanova/.env.example(+4 -0)➕
models/sambanova/README.md(+9 -0)➕
models/sambanova/_assets/icon_l_en.svg(+38 -0)➕
models/sambanova/_assets/icon_s_en.svg(+1 -0)➕
models/sambanova/_assets/sambanova-api-key.png(+0 -0)➕
models/sambanova/main.py(+6 -0)➕
models/sambanova/manifest.yaml(+44 -0)➕
models/sambanova/models/llm/DeepSeek-R1-Distill-Llama-70B.yaml(+27 -0)➕
models/sambanova/models/llm/DeepSeek-R1.yaml(+27 -0)➕
models/sambanova/models/llm/DeepSeek-V3-0324.yaml(+27 -0)➕
models/sambanova/models/llm/Llama-4-Maverick-17B-128E-Instruct.yaml(+28 -0)➕
models/sambanova/models/llm/Llama-4-Scout-17B-16E-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-3.1-405B-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-3.1-8B-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-3.2-1B-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-3.2-3B-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-3.3-70B-Instruct.yaml(+27 -0)➕
models/sambanova/models/llm/Meta-Llama-Guard-3-8B.yaml(+27 -0)➕
models/sambanova/models/llm/QwQ-32B.yaml(+27 -0)➕
models/sambanova/models/llm/Qwen2-Audio-7B-Instruct.yaml(+27 -0)...and 6 more files
📄 Description
Related Issues or Context
This PR add SambaNova models as suggested in previous closed PR https://github.com/langgenius/dify/pull/11918
and originally reported in this issue https://github.com/langgenius/dify/issues/11615
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.2.0,<0.3.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.