[PR #412] [MERGED] feat(groq): new LLMs #1351

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/412
Author: @QIN2DIM
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @crazywoola

Base: mainHead: update-groq-models


📝 Commits (2)

📊 Changes

9 files changed (+142 additions, -7 deletions)

View changed files

📝 models/groq/manifest.yaml (+1 -1)
📝 models/groq/models/llm/_position.yaml (+4 -0)
models/groq/models/llm/deepseek-r1-distill-llama-70b-specdec.yaml (+26 -0)
📝 models/groq/models/llm/deepseek-r1-distill-llama-70b.yaml (+6 -5)
models/groq/models/llm/deepseek-r1-distill-qwen-32b.yaml (+26 -0)
models/groq/models/llm/qwen-2.5-32b.yaml (+26 -0)
models/groq/models/llm/qwen-2.5-coder-32b.yaml (+26 -0)
models/groq/models/llm/qwen-qwq-32b.yaml (+26 -0)
📝 models/groq/provider/groq.yaml (+1 -1)

📄 Description

  1. add llms:
- deepseek-r1-distill-qwen-32b
- qwen-2.5-32b
- qwen-2.5-coder-32b
- qwen-qwq-32b
  1. fix help.url

https://groq.com/pricing/
https://console.groq.com/keys
https://console.groq.com/playground

By the way, I noticed that the pricing for other model configurations on Groq might have an error.


🔄 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/412 **Author:** [@QIN2DIM](https://github.com/QIN2DIM) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `update-groq-models` --- ### 📝 Commits (2) - [`900bb92`](https://github.com/langgenius/dify-official-plugins/commit/900bb92abe30b34ab4757d57cc05ecd95bbdb293) update(models): groq llm - [`7134b5b`](https://github.com/langgenius/dify-official-plugins/commit/7134b5b4db2456d2bc3ac1650a8e26947098c67e) append ### 📊 Changes **9 files changed** (+142 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `models/groq/manifest.yaml` (+1 -1) 📝 `models/groq/models/llm/_position.yaml` (+4 -0) ➕ `models/groq/models/llm/deepseek-r1-distill-llama-70b-specdec.yaml` (+26 -0) 📝 `models/groq/models/llm/deepseek-r1-distill-llama-70b.yaml` (+6 -5) ➕ `models/groq/models/llm/deepseek-r1-distill-qwen-32b.yaml` (+26 -0) ➕ `models/groq/models/llm/qwen-2.5-32b.yaml` (+26 -0) ➕ `models/groq/models/llm/qwen-2.5-coder-32b.yaml` (+26 -0) ➕ `models/groq/models/llm/qwen-qwq-32b.yaml` (+26 -0) 📝 `models/groq/provider/groq.yaml` (+1 -1) </details> ### 📄 Description 1. add llms: ```yaml - deepseek-r1-distill-qwen-32b - qwen-2.5-32b - qwen-2.5-coder-32b - qwen-qwq-32b ``` 2. fix `help.url` https://groq.com/pricing/ https://console.groq.com/keys https://console.groq.com/playground By the way, I noticed that the pricing for other model configurations on Groq might have an error. --- <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:42 -05:00
yindo closed this issue 2026-02-16 10:22:42 -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#1351