mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1756] [MERGED] Update sambanova models #2066
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/1756
Author: @jhpiedrahitao
Created: 9/23/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @crazywoola
Base:
main← Head:update-sambanova-models📝 Commits (4)
42e73d3fix typo1cd9ac8update sambanova llmsbe50bcbadd sambanova stt models2f57144fix typo📊 Changes
17 files changed (+151 additions, -9 deletions)
View changed files
📝
models/sambanova/manifest.yaml(+1 -1)📝
models/sambanova/models/llm/DeepSeek-R1-Distill-Llama-70B.yaml(+2 -2)📝
models/sambanova/models/llm/DeepSeek-R1.yaml(+1 -1)📝
models/sambanova/models/llm/DeepSeek-V3-0324.yaml(+4 -1)➕
models/sambanova/models/llm/DeepSeek-V3.1.yaml(+30 -0)📝
models/sambanova/models/llm/Llama-3.3-Swallow-70B-Instruct-v0.4.yaml(+1 -1)📝
models/sambanova/models/llm/Llama-4-Maverick-17B-128E-Instruct.yaml(+3 -1)📝
models/sambanova/models/llm/Meta-Llama-3.3-70B-Instruct.yaml(+3 -1)📝
models/sambanova/models/llm/Qwen3-32B.yaml(+3 -0)📝
models/sambanova/models/llm/_position.yaml(+2 -0)➕
models/sambanova/models/llm/gpt-oss-120b.yaml(+58 -0)📝
models/sambanova/models/llm/llm.py(+1 -1)➕
models/sambanova/models/speech2text/Whisper-Large-v3.yaml(+5 -0)➕
models/sambanova/models/speech2text/__init__.py(+0 -0)➕
models/sambanova/models/speech2text/_position.yaml(+2 -0)➕
models/sambanova/models/speech2text/speech2text.py(+29 -0)📝
models/sambanova/provider/sambanova.yaml(+6 -0)📄 Description
Related Issues or Context
Outdated sambanova available models
This PR contains Changes to Non-Plugin
This PR contains Changes to LLM Models Plugin
updating available Sambanova LLM models, including now:
This PR contains Changes to Non-LLM Models Plugin
Adding available Sambanova stt models, including now:
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in 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.