mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1754] [MERGED] feat(openrouter): add Grok 4 Fast Free model and update gpt-5-chat configuration #2064
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/1754
Author: @orangeclk
Created: 9/23/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @crazywoola
Base:
main← Head:openrouter-grok4fast📝 Commits (6)
f4fc78bfeat(openrouter): update GPT-5 models with new parameters and featuresa4af2a5Merge branch 'langgenius:main' into mainb75998eMerge branch 'langgenius:main' into mainac13523feat(openrouter): add Grok 4 Fast Free model and update GPT-5 configuration517d8e4Merge branch 'langgenius:main' into openrouter-grok4fastbb0d9f8feat(openrouter): update GPT-5 model configuration and version bump📊 Changes
5 files changed (+85 additions, -31 deletions)
View changed files
📝
models/openrouter/manifest.yaml(+1 -1)📝
models/openrouter/models/llm/_position.yaml(+1 -0)📝
models/openrouter/models/llm/gpt-5-chat.yaml(+1 -30)➕
models/openrouter/models/llm/grok-4-fast-free.yaml(+80 -0)📝
models/openrouter/models/llm/llm.py(+2 -0)📄 Description
feat(openrouter): add Grok 4 Fast Free model and update GPT-5 configuration
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
https://platform.openai.com/docs/models/compare?model=gpt-5-chat-latest
Gpt-5-chat doesn't support structured outputs.
https://platform.openai.com/docs/models/compare?model=gpt-5-chat-latest

Gpt-5-chat doesn't support reasoning.
https://platform.openai.com/docs/models/compare?model=gpt-5-chat-latest
Gpt-5 doesn't support function call.
Add grok-4-fast
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.