mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2048] [MERGED] feat(xai): add grok-4-fast-reasoning and grok-4-fast-non-reasoning models #2225
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/2048
Author: @leozanee
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/12/2025
Merged by: @crazywoola
Base:
main← Head:feat-add-plugin-model-rjVoC📝 Commits (1)
6cab7affeat(xai): add grok-4-fast-reasoning and grok-4-fast-non-reasoning models📊 Changes
3 files changed (+111 additions, -1 deletions)
View changed files
📝
models/x/manifest.yaml(+1 -1)➕
models/x/models/llm/grok-4-fast-non-reasoning.yaml(+50 -0)➕
models/x/models/llm/grok-4-fast-reasoning.yaml(+60 -0)📄 Description
Add grok-4-fast-reasoning and grok-4-fast-non-reasoning models
Changes
grok-4-fast-reasoningmodel with reasoning capabilitiesgrok-4-fast-non-reasoningmodel (faster variant)Model Specifications
Testing Results
Tested with logic problems to verify reasoning functionality:
Model Configuration
Both models include:
use_encrypted_contentparameter for accessing encrypted reasoning content (reasoning model only)References
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.