[PR #2176] [MERGED] feat: Azure OpenAI gpt 5.1 support #2301

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/2176
Author: @Stream29
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @Stream29

Base: mainHead: feat/azure-openai-gpt-5.1


📝 Commits (2)

  • 7c87f4a feat: add gpt-5.1 model series
  • fd32b3b chore: bump version to 0.0.31

📊 Changes

3 files changed (+407 additions, -2 deletions)

View changed files

📝 models/azure_openai/manifest.yaml (+1 -1)
📝 models/azure_openai/models/constants.py (+382 -1)
📝 models/azure_openai/provider/azure_openai.yaml (+24 -0)

📄 Description

No description provided


🔄 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/2176 **Author:** [@Stream29](https://github.com/Stream29) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@Stream29](https://github.com/Stream29) **Base:** `main` ← **Head:** `feat/azure-openai-gpt-5.1` --- ### 📝 Commits (2) - [`7c87f4a`](https://github.com/langgenius/dify-official-plugins/commit/7c87f4addf9b0b44dbe8585dbd1c252a9d1de61d) feat: add gpt-5.1 model series - [`fd32b3b`](https://github.com/langgenius/dify-official-plugins/commit/fd32b3b1175147ccde1e0f45668626b62b64f1fe) chore: bump version to 0.0.31 ### 📊 Changes **3 files changed** (+407 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/azure_openai/manifest.yaml` (+1 -1) 📝 `models/azure_openai/models/constants.py` (+382 -1) 📝 `models/azure_openai/provider/azure_openai.yaml` (+24 -0) </details> ### 📄 Description _No description provided_ --- <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:37 -05:00
yindo closed this issue 2026-02-16 11:16:37 -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#2301