[PR #2101] [MERGED] feat: add xAI grok-4.1-fast models #2260

Closed
opened 2026-02-16 11:16:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2101
Author: @leozanee
Created: 11/19/2025
Status: Merged
Merged: 11/20/2025
Merged by: @crazywoola

Base: mainHead: feat/xai-add-grok-4-1-fast


📝 Commits (1)

  • 68e92da feat: add xAI grok-4.1-fast models

📊 Changes

3 files changed (+111 additions, -1 deletions)

View changed files

📝 models/x/manifest.yaml (+1 -1)
models/x/models/llm/grok-4-1-fast-non-reasoning.yaml (+50 -0)
models/x/models/llm/grok-4-1-fast-reasoning.yaml (+60 -0)

📄 Description

🚀 New Models

This PR adds two new xAI models:

  • grok-4-1-fast-reasoning - with encrypted reasoning content support
  • grok-4-1-fast-non-reasoning

📊 Specifications

Based on xAI official documentation:

  • Context Size: 2,000,000 tokens
  • Pricing: $0.20 input / $0.50 output per 1M tokens
  • Features: Vision, Tool-call, Multi-tool-call, Stream-tool-call, Live Search

🔧 Changes

  • Added grok-4-1-fast-reasoning.yaml with use_encrypted_content parameter
  • Added grok-4-1-fast-non-reasoning.yaml
  • Updated manifest version to 0.0.15

Testing

Models configured according to official xAI documentation and follow the same structure as existing grok-4-fast models.


🔄 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/2101 **Author:** [@leozanee](https://github.com/leozanee) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feat/xai-add-grok-4-1-fast` --- ### 📝 Commits (1) - [`68e92da`](https://github.com/langgenius/dify-official-plugins/commit/68e92dad2595c4294da47156ce2754805d7aa2ae) feat: add xAI grok-4.1-fast models ### 📊 Changes **3 files changed** (+111 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/x/manifest.yaml` (+1 -1) ➕ `models/x/models/llm/grok-4-1-fast-non-reasoning.yaml` (+50 -0) ➕ `models/x/models/llm/grok-4-1-fast-reasoning.yaml` (+60 -0) </details> ### 📄 Description ## 🚀 New Models This PR adds two new xAI models: - `grok-4-1-fast-reasoning` - with encrypted reasoning content support - `grok-4-1-fast-non-reasoning` ## 📊 Specifications Based on [xAI official documentation](https://docs.x.ai/docs/models): - **Context Size**: 2,000,000 tokens - **Pricing**: $0.20 input / $0.50 output per 1M tokens - **Features**: Vision, Tool-call, Multi-tool-call, Stream-tool-call, Live Search ## 🔧 Changes - Added `grok-4-1-fast-reasoning.yaml` with `use_encrypted_content` parameter - Added `grok-4-1-fast-non-reasoning.yaml` - Updated manifest version to 0.0.15 ## ✅ Testing Models configured according to official xAI documentation and follow the same structure as existing grok-4-fast models. --- <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 11:16:30 -05:00
yindo closed this issue 2026-02-16 11:16:30 -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#2260