[PR #260] [MERGED] feat: update xAI provider configuration and manifest version #1225

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/260
Author: @Yeuoly
Created: 2/25/2025
Status: Merged
Merged: 2/25/2025
Merged by: @Yeuoly

Base: mainHead: fix/xai-missing-models


📝 Commits (2)

  • 2b3f9b0 feat: update xAI provider configuration and manifest version
  • a24866b feat: Add Grok-2 and Grok-2 Vision model configurations

📊 Changes

6 files changed (+109 additions, -27 deletions)

View changed files

📝 models/x/manifest.yaml (+1 -1)
models/x/models/llm/grok-2-1212.yaml (+53 -0)
models/x/models/llm/grok-2-vision-1212.yaml (+51 -0)
📝 models/x/models/llm/grok-beta.yaml (+0 -13)
📝 models/x/models/llm/grok-vision-beta.yaml (+0 -13)
📝 models/x/provider/x.yaml (+4 -0)

📄 Description

  • Add predefined LLM models configuration
  • Bump provider version to 0.0.3

🔄 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/260 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/xai-missing-models` --- ### 📝 Commits (2) - [`2b3f9b0`](https://github.com/langgenius/dify-official-plugins/commit/2b3f9b074b2c7e4d05760257479d37dd1ed69612) feat: update xAI provider configuration and manifest version - [`a24866b`](https://github.com/langgenius/dify-official-plugins/commit/a24866b296af7c945d004c187891844ac870b7b3) feat: Add Grok-2 and Grok-2 Vision model configurations ### 📊 Changes **6 files changed** (+109 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `models/x/manifest.yaml` (+1 -1) ➕ `models/x/models/llm/grok-2-1212.yaml` (+53 -0) ➕ `models/x/models/llm/grok-2-vision-1212.yaml` (+51 -0) 📝 `models/x/models/llm/grok-beta.yaml` (+0 -13) 📝 `models/x/models/llm/grok-vision-beta.yaml` (+0 -13) 📝 `models/x/provider/x.yaml` (+4 -0) </details> ### 📄 Description * Add predefined LLM models configuration * Bump provider version to 0.0.3 --- <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:22 -05:00
yindo closed this issue 2026-02-16 10:22:22 -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#1225