v2.29.0
📦 openai-python-sdkView on GitHub →
✨ 4 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces new model slugs, support for video batch creation, and enhancements to filtering capabilities, alongside minor dependency and Pydantic fixes.
✨ New Features
- Added support for 5.4 nano and mini model slugs.
- Added /v1/videos endpoint to batches create method.
- Added defer_loading field to ToolFunction.
- Added in and nin operators to ComparisonFilter type.
🐛 Bug Fixes
- Bumped minimum required version for typing-extensions.
- Fixed an issue where by_alias was incorrectly passed when not explicitly set in Pydantic serialization.