mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1697] [MERGED] fix: update model versions and add new models for GPT-5 and Claude series #2032
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/1697
Author: @tensornull
Created: 9/11/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @crazywoola
Base:
main← Head:fix/cometapi📝 Commits (10+)
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/develop60ea449Merge branch 'langgenius:main' into mainc0a49a6feat: update model versions and add new models for GPT-5 and Claude series221c8ebfix created_at date in manifest.yamle9f927bfix: invalid character 'e' looking for beginning of value📊 Changes
12 files changed (+801 additions, -54 deletions)
View changed files
📝
models/cometapi/manifest.yaml(+3 -3)📝
models/cometapi/models/llm/_position.yaml(+10 -2)➕
models/cometapi/models/llm/anthropic/claude-opus-4-1-20250805.yaml(+122 -0)➕
models/cometapi/models/llm/openai/gpt-5-2025-08-07.yaml(+78 -0)➕
models/cometapi/models/llm/openai/gpt-5-chat-latest.yaml(+34 -0)➕
models/cometapi/models/llm/openai/gpt-5-mini-2025-08-07.yaml(+78 -0)➕
models/cometapi/models/llm/openai/gpt-5-mini.yaml(+78 -0)➕
models/cometapi/models/llm/openai/gpt-5-nano-2025-08-07.yaml(+68 -0)➕
models/cometapi/models/llm/openai/gpt-5-nano.yaml(+68 -0)➕
models/cometapi/models/llm/openai/gpt-5.yaml(+78 -0)📝
models/cometapi/tools/renew_model_list.py(+163 -28)📝
models/cometapi/tools/yaml_batch_operator.py(+21 -21)📄 Description
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
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))SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.