mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1702] [MERGED] feat: Add DeerAPI model provider plugin #2039
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/1702
Author: @DeerAPI-dev
Created: 9/12/2025
Status: ✅ Merged
Merged: 9/17/2025
Merged by: @crazywoola
Base:
main← Head:feat/deerapi📝 Commits (1)
68054c7feat: Add DeerAPI model provider plugin📊 Changes
111 files changed (+5948 additions, -0 deletions)
View changed files
➕
models/deerapi/.env.example(+4 -0)➕
models/deerapi/PRIVACY.md(+76 -0)➕
models/deerapi/README.md(+143 -0)➕
models/deerapi/_assets/deerapi.svg(+6 -0)➕
models/deerapi/_assets/deerapi_large.png(+0 -0)➕
models/deerapi/_assets/deerapi_small.png(+0 -0)➕
models/deerapi/main.py(+6 -0)➕
models/deerapi/manifest.yaml(+41 -0)➕
models/deerapi/models/common_openai.py(+49 -0)➕
models/deerapi/models/llm/__init__.py(+0 -0)➕
models/deerapi/models/llm/_position.yaml(+93 -0)➕
models/deerapi/models/llm/anthropic/claude-3-5-haiku-20241022.yaml(+98 -0)➕
models/deerapi/models/llm/anthropic/claude-3-5-sonnet-20240620.yaml(+100 -0)➕
models/deerapi/models/llm/anthropic/claude-3-5-sonnet-20241022.yaml(+100 -0)➕
models/deerapi/models/llm/anthropic/claude-3-7-sonnet-20250219.yaml(+131 -0)➕
models/deerapi/models/llm/anthropic/claude-3-haiku-20240307.yaml(+39 -0)➕
models/deerapi/models/llm/anthropic/claude-3-opus-20240229.yaml(+39 -0)➕
models/deerapi/models/llm/anthropic/claude-3-sonnet-20240229.yaml(+39 -0)➕
models/deerapi/models/llm/anthropic/claude-opus-4-1-20250805.yaml(+122 -0)➕
models/deerapi/models/llm/anthropic/claude-opus-4-20250514.yaml(+123 -0)...and 80 more files
📄 Description
Related Issues or Context
Add DeerAPI model provider plugin
feat: Complete DeerAPI model provider plugin with
AI large model API one-stop aggregation platformThis PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
I have Run Comprehensive Tests Relevant to My Changes
Get the supported models
Try to test for DeerAPI
This PR contains Changes to LLM Models Plugin
Provide DeerAPI support for Dify.
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](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md)](https://github.com/langgenius/dify-plugin-sdks/blob/main/python/README.md))Environment Verification (If Any Code Changes)
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.