mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1492] [MERGED] add claude & deepseek & google & gpt models #1922
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/1492
Author: @guangtouwangba
Created: 8/12/2025
Status: ✅ Merged
Merged: 8/12/2025
Merged by: @crazywoola
Base:
main← Head:feat/update-openrouter📝 Commits (4)
23154f9add claude & deepseek models6832dd1add google models687d2b6add openai models0830aa1update openrouter version📊 Changes
24 files changed (+1280 additions, -6 deletions)
View changed files
📝
models/openrouter/manifest.yaml(+1 -1)📝
models/openrouter/models/llm/_position.yaml(+20 -0)➕
models/openrouter/models/llm/claude-opus-4.1.yaml(+62 -0)➕
models/openrouter/models/llm/claude-opus-4.yaml(+55 -0)➕
models/openrouter/models/llm/deepseek-chat-v3-0324.yaml(+61 -0)📝
models/openrouter/models/llm/deepseek-chat.yaml(+6 -4)➕
models/openrouter/models/llm/deepseek-prover-v2.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-0528-qwen3-8b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-0528.yaml(+63 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-llama-70b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-llama-8b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-qwen-1.5b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-qwen-14b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-qwen-32b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1-distill-qwen-7b.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-r1.yaml(+61 -0)➕
models/openrouter/models/llm/deepseek-v3-base.yaml(+59 -0)📝
models/openrouter/models/llm/gemini-1.5-flash.yaml(+1 -1)➕
models/openrouter/models/llm/gemini-2.5-flash-lite.yaml(+89 -0)➕
models/openrouter/models/llm/gemma-3n-e2b-it-free.yaml(+52 -0)...and 4 more files
📄 Description
Related Issues or Context
Adding multiple new DeepSeek and Claude Opus 4 models to OpenRouter provider to support the latest AI models available on OpenRouter platform.
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
My Changes Affect Message Flow Handling (System Messages and User→Assistant Turn-Taking)
My Changes Affect Tool Interaction Flow (Multi-Round Usage and Output Handling, for both Agent App and Agent Node)
My Changes Affect Multimodal Input Handling (Images, PDFs, Audio, Video, etc.)
My Changes Affect Multimodal Output Generation (Images, Audio, Video, etc.)
My Changes Affect Structured Output Format (JSON, XML, etc.)
My Changes Affect Token Consumption Metrics
My Changes Affect Other LLM Functionalities (Reasoning Process, Grounding, Prompt Caching, etc.)
Other Changes (Add New Models, Fix Model Parameters etc.)
Models Added/Updated:
New DeepSeek Models:
New Anthropic Model:
New Google Model:
OpenAI GPT-5 Series (4 models):
Updated Existing Model:
Features Added:
agent-thought)exclude_reasoning_tokens)Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Version changed from 0.0.15 to 0.0.16 (incremented through multiple model additions)
Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txtEnvironment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
Summary: This PR adds 7 new cutting-edge AI models to the OpenRouter provider and updates 1 existing model configuration, ensuring Dify users have access to the latest DeepSeek R1 reasoning models and Claude Opus 4 coding capabilities. All models are configured with appropriate pricing, context sizes, and feature flags according to OpenRouter's current specifications.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.