[PR #2254] [MERGED] Replace gpt-5.3 model entry with gpt-5.2 #2355

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2254
Author: @Yeuoly
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @crazywoola

Base: mainHead: codex/implement-gpt-5.2-for-openai-plugin-hld3zb


📝 Commits (1)

  • 1a07f2f Replace gpt-5.3 schema with gpt-5.2

📊 Changes

3 files changed (+80 additions, -1 deletions)

View changed files

📝 models/openai/manifest.yaml (+1 -1)
📝 models/openai/models/llm/_position.yaml (+1 -0)
models/openai/models/llm/gpt-5.2.yaml (+78 -0)

📄 Description

Summary

  • replace the mistakenly added gpt-5.3 schema with the intended gpt-5.2 schema and documentation link
  • update the OpenAI LLM ordering list to surface gpt-5.2 instead of gpt-5.3

Testing

  • not run (not requested)

Codex Task


🔄 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/2254 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `codex/implement-gpt-5.2-for-openai-plugin-hld3zb` --- ### 📝 Commits (1) - [`1a07f2f`](https://github.com/langgenius/dify-official-plugins/commit/1a07f2f457c48f18743a53729901ccb19668f144) Replace gpt-5.3 schema with gpt-5.2 ### 📊 Changes **3 files changed** (+80 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/openai/manifest.yaml` (+1 -1) 📝 `models/openai/models/llm/_position.yaml` (+1 -0) ➕ `models/openai/models/llm/gpt-5.2.yaml` (+78 -0) </details> ### 📄 Description ## Summary - replace the mistakenly added gpt-5.3 schema with the intended gpt-5.2 schema and documentation link - update the OpenAI LLM ordering list to surface gpt-5.2 instead of gpt-5.3 ## Testing - not run (not requested) ------ [Codex Task](https://chatgpt.com/codex/tasks/task_b_693fada896cc83268817d9ce41ea4fc9) --- <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:16:46 -05:00
yindo closed this issue 2026-02-16 11:16:46 -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#2355