OpenAI Python SDK v2.23.0 adds GPT-4 Realtime 1.5 and Audio 1.5 model support
OpenAI released Python SDK version 2.23.0 on February 24, 2026, adding support for two new model options in realtime API calls: gpt-realtime-1.5 and gpt-audio-1.5. The minor update primarily focuses on expanding model availability for real-time applications.
OpenAI Python SDK v2.23.0 Released
OpenAI released version 2.23.0 of its Python SDK on February 24, 2026, introducing support for two new model variants in realtime API operations.
New Models Available
The release adds gpt-realtime-1.5 and gpt-audio-1.5 as available model options for realtime calls. These additions expand developer access to OpenAI's latest real-time capable models through the Python SDK.
The specific capabilities, pricing, and context window details for these models were not disclosed in the SDK release notes. Developers will need to consult OpenAI's API documentation for full technical specifications.
Changes Summary
Features:
- Added gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime calls
Maintenance:
- Improved test resilience for proxy environment variables
What This Means
This update primarily serves as infrastructure expansion rather than a breaking change. Developers using the Python SDK can now specify these newer model variants when building real-time applications. The inclusion of both realtime and audio-specific model options suggests OpenAI is differentiating between audio streaming capabilities and general real-time interaction patterns.
Minor version increments like this are typical for SDK releases that add new model availability without changing API behavior or introducing breaking changes.
Related Articles
OpenAI Releases GPT-5.4 Image 2 with 272K Context Window and Image Generation
OpenAI has released GPT-5.4 Image 2, combining the GPT-5.4 reasoning model with image generation capabilities. The multimodal model features a 272K token context window and is priced at $8 per million input tokens and $15 per million output tokens.
OpenAI releases ChatGPT Images 2.0 with 3840x2160 resolution at $30 per 1M output tokens
OpenAI released ChatGPT Images 2.0, pricing output tokens at $30 per million with maximum resolution of 3840x2160 pixels. CEO Sam Altman claims the improvement from gpt-image-1 to gpt-image-2 equals the jump from GPT-3 to GPT-5.
OpenAI releases ChatGPT Images 2.0 with integrated reasoning and text-image composition
OpenAI has released ChatGPT Images 2.0, which integrates reasoning capabilities to generate complex visual compositions combining text and images. The model supports aspect ratios from 3:1 to 1:3 and outputs up to 2K resolution, with advanced features available to Plus, Pro, Business, and Enterprise users.
OpenAI launches ChatGPT Images 2 with 2K resolution and two-mode generation
OpenAI has released ChatGPT Images 2, an upgraded image generation model that produces images up to 2K resolution in multiple aspect ratios. The model ships with two versions—Instant and Thinking—and can research current web information before generating images.
Comments
Loading...