openai OpenAI Python SDK Releases · · 3.10.0

OpenAI Python Library v3.10.0 Adds GPT Image 2.5 Support and API Key Expiration

sdkaiengineer
feature

Version 3.10.0 of the OpenAI Python library has been released, introducing support for the GPT Image 2.5 models. This update allows developers to integrate the latest image generation capabilities directly into their Python applications. Additionally, the release adds new fields for managing service account API key expirations, enhancing security and lifecycle management for API access. This affects developers utilizing the official OpenAI Python client library who wish to leverage these new features.

  • add GPT Image 2.5 models and image options
  • add service-account API key expiration fields
Features (2)
  • api add GPT Image 2.5 models and image options
  • api add service-account API key expiration fields
Read the original announcement →

https://github.com/openai/openai-python/releases/tag/v3.10.0

Related releases