[PR #1697] [MERGED] fix: update model versions and add new models for GPT-5 and Claude series #2032

Closed
opened 2026-02-16 11:15:56 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: fix/cometapi


📝 Commits (10+)

  • 3934c15 feat: Complete CometAPI model provider plugin with 500+ AI models support
  • 4ef7872 feature: Better multi-language support
  • 668dc60 Merge pull request #2 from cometapi-dev/develop
  • 814e07a fix: update author name from 'cometapi' to 'langgenius' in manifest files
  • a577c21 Merge branch 'main' into develop
  • 74f264e Merge pull request #3 from cometapi-dev/develop
  • 60ea449 Merge branch 'langgenius:main' into main
  • c0a49a6 feat: update model versions and add new models for GPT-5 and Claude series
  • 221c8eb fix created_at date in manifest.yaml
  • e9f927b fix: 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

  • Other

This PR contains Changes to Non-LLM Models Plugin

  • I have Run Comprehensive Tests Relevant to My Changes

This PR contains Changes to LLM Models Plugin

  • Other Changes (Add New Models, Fix Model Parameters etc.)

Version Control (Any Changes to the Plugin Will Require Bumping the Version)

  • I have Bumped Up the Version in Manifest.yaml (Top-Level Version Field, Not in Meta Section)

Dify Plugin SDK Version

SaaS Environment

  • I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/1697 **Author:** [@tensornull](https://github.com/tensornull) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/cometapi` --- ### 📝 Commits (10+) - [`3934c15`](https://github.com/langgenius/dify-official-plugins/commit/3934c1538269d2740f66a2cc3806d464bd7a1f85) feat: Complete CometAPI model provider plugin with 500+ AI models support - [`4ef7872`](https://github.com/langgenius/dify-official-plugins/commit/4ef78728d7d6efdec5848b76f925a3db5aba8109) feature: Better multi-language support - [`668dc60`](https://github.com/langgenius/dify-official-plugins/commit/668dc60861ddfbb84a12f9ffb292c2e0e6a7d753) Merge pull request #2 from cometapi-dev/develop - [`814e07a`](https://github.com/langgenius/dify-official-plugins/commit/814e07a90ca71581206775b2e37d446e043a6ce2) fix: update author name from 'cometapi' to 'langgenius' in manifest files - [`a577c21`](https://github.com/langgenius/dify-official-plugins/commit/a577c21534dc9914fe2ccc88eb07e656a842dc30) Merge branch 'main' into develop - [`74f264e`](https://github.com/langgenius/dify-official-plugins/commit/74f264e3adca47f3a48240748a1be69e8ce789dd) Merge pull request #3 from cometapi-dev/develop - [`60ea449`](https://github.com/langgenius/dify-official-plugins/commit/60ea44962068b0c2f7889adf847ff130aee4be40) Merge branch 'langgenius:main' into main - [`c0a49a6`](https://github.com/langgenius/dify-official-plugins/commit/c0a49a651525179da302a1c11d36cf2eaaab51aa) feat: update model versions and add new models for GPT-5 and Claude series - [`221c8eb`](https://github.com/langgenius/dify-official-plugins/commit/221c8eb26573a3fd020b47c35bf17a211408f315) fix created_at date in manifest.yaml - [`e9f927b`](https://github.com/langgenius/dify-official-plugins/commit/e9f927bbaaa94377d0bcfacb871e8fff910f4762) fix: invalid character 'e' looking for beginning of value ### 📊 Changes **12 files changed** (+801 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## This PR contains Changes to *Non-Plugin* - [x] Other ## This PR contains Changes to *Non-LLM Models Plugin* - [x] I have Run Comprehensive Tests Relevant to My Changes ## This PR contains Changes to *LLM Models Plugin* - [x] Other Changes (Add New Models, Fix Model Parameters etc.) ## Version Control (Any Changes to the Plugin Will Require Bumping the Version) - [x] I have Bumped Up the Version in Manifest.yaml (Top-Level `Version` Field, Not in Meta Section) ## Dify Plugin SDK Version - [x] I have Ensured `dify_plugin>=0.3.0,<0.5.0` is 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)) ### SaaS Environment - [x] I have Tested My Changes on cloud.dify.ai with a Clean Environment That Matches the Production Configuration --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:15:56 -05:00
yindo closed this issue 2026-02-16 11:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#2032