changelogOpenAI

OpenAI Python SDK v2.23.0 adds GPT-4 Realtime 1.5 and Audio 1.5 model support

TL;DR

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.

1 min read
0

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

product update

OpenAI launches scheduled tasks in ChatGPT, replacing Pulse feature in 14 days

OpenAI has launched scheduled tasks in ChatGPT, allowing users to automate reminders, recurring work, and monitoring. The feature is rolling out today to Plus, Pro, Business, and Enterprise users, and will replace the existing Pulse feature in 14 days.

changelog

Anthropic Python SDK v0.109.2 Removes Retired Models from API

Anthropic released version 0.109.2 of its Python SDK on June 15, 2026, removing retired models from the API and SDK. The update represents a maintenance release focused on cleaning up deprecated model endpoints.

product update

OpenAI rolls out ChatGPT Lockdown mode to all users to block prompt injection data theft

OpenAI has expanded Lockdown mode to all ChatGPT plan tiers, including Free, Go, Plus, Pro, and Business users. The security feature blocks outbound network requests to prevent prompt injection attacks from stealing sensitive data, but disables live web browsing, Deep Research, and Agent mode.

product update

OpenAI's ChatGPT Memory V3 now profiles users across all conversations, raises accuracy and privacy concerns

OpenAI has deployed Dreaming V3, a background memory synthesis system that builds comprehensive user profiles from chat history. The company reports factual task recall jumped from 41% in 2024 to 82% in 2026, while reducing compute costs by 5X. However, testing reveals the system stores outdated and incorrect information that persists even when users disable memory features.

Comments

Loading...