mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1438] [MERGED] feat: Add CometAPI model provider plugin #1889
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/1438
Author: @tensornull
Created: 8/7/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (6)
3934c15feat: Complete CometAPI model provider plugin with 500+ AI models support4ef7872feature: Better multi-language support668dc60Merge pull request #2 from cometapi-dev/develop814e07afix: update author name from 'cometapi' to 'langgenius' in manifest filesa577c21Merge branch 'main' into develop74f264eMerge pull request #3 from cometapi-dev/develop📊 Changes
102 files changed (+5886 additions, -0 deletions)
View changed files
➕
models/cometapi/.env.example(+4 -0)➕
models/cometapi/PRIVACY.md(+84 -0)➕
models/cometapi/README.md(+99 -0)➕
models/cometapi/_assets/cometapi_large.png(+0 -0)➕
models/cometapi/_assets/cometapi_small.png(+0 -0)➕
models/cometapi/main.py(+6 -0)➕
models/cometapi/manifest.yaml(+41 -0)➕
models/cometapi/models/common_openai.py(+49 -0)➕
models/cometapi/models/llm/__init__.py(+0 -0)➕
models/cometapi/models/llm/_position.yaml(+84 -0)➕
models/cometapi/models/llm/anthropic/claude-3-5-haiku-20241022.yaml(+98 -0)➕
models/cometapi/models/llm/anthropic/claude-3-5-sonnet-20240620.yaml(+100 -0)➕
models/cometapi/models/llm/anthropic/claude-3-5-sonnet-20241022.yaml(+100 -0)➕
models/cometapi/models/llm/anthropic/claude-3-7-sonnet-20250219.yaml(+131 -0)➕
models/cometapi/models/llm/anthropic/claude-3-haiku-20240307.yaml(+39 -0)➕
models/cometapi/models/llm/anthropic/claude-3-opus-20240229.yaml(+39 -0)➕
models/cometapi/models/llm/anthropic/claude-3-sonnet-20240229.yaml(+39 -0)➕
models/cometapi/models/llm/anthropic/claude-opus-4-20250514.yaml(+123 -0)➕
models/cometapi/models/llm/anthropic/claude-sonnet-4-20250514.yaml(+122 -0)➕
models/cometapi/models/llm/deepseek/deepseek-chat.yaml(+56 -0)...and 80 more files
📄 Description
Related Issues or Context
Add CometAPI model provider plugin
feat: Complete CometAPI model provider plugin with 500+ AI models support
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
I have Run Comprehensive Tests Relevant to My Changes
Try to test for CometAPI
This PR contains Changes to LLM Models Plugin
Provide CometAPI 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))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.