mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1070] [MERGED] feat: Add o3-pro model support and update o3 pricing #1705
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/1070
Author: @GonzaHM
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/19/2025
Merged by: @crazywoola
Base:
main← Head:feat/openai/add-o3-pro📝 Commits (6)
1689063chore: Update pricing for o3 model4b47ec9feat: Add o3-pro model support87534d4Update models/openai/requirements.txt04dbafbMerge branch 'main' into feat/openai/add-o3-pro457cfe2feat: Add pydub library to requirements.txtdb8f3f3chore: Update version from 0.0.27 to 0.0.28📊 Changes
8 files changed (+206 additions, -24 deletions)
View changed files
📝
models/openai/manifest.yaml(+1 -1)📝
models/openai/models/llm/_position.yaml(+2 -0)📝
models/openai/models/llm/llm.py(+97 -18)📝
models/openai/models/llm/o3-2025-04-16.yaml(+2 -2)➕
models/openai/models/llm/o3-pro-2025-06-10.yaml(+50 -0)➕
models/openai/models/llm/o3-pro.yaml(+50 -0)📝
models/openai/models/llm/o3.yaml(+2 -2)📝
models/openai/requirements.txt(+2 -1)📄 Description
Related Issues or Context
This pull request addresses the following changes:
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.4.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
Verified that all legacy models are functional and that the o3-pro model is also functional.
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.