mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2101] [MERGED] feat: add xAI grok-4.1-fast models #2260
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/2101
Author: @leozanee
Created: 11/19/2025
Status: ✅ Merged
Merged: 11/20/2025
Merged by: @crazywoola
Base:
main← Head:feat/xai-add-grok-4-1-fast📝 Commits (1)
68e92dafeat: 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 supportgrok-4-1-fast-non-reasoning📊 Specifications
Based on xAI official documentation:
🔧 Changes
grok-4-1-fast-reasoning.yamlwithuse_encrypted_contentparametergrok-4-1-fast-non-reasoning.yaml✅ 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.