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

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

product update

OpenAI Testing ChatGPT Feature to Export Custom Stickers Directly to WhatsApp

An APK teardown of ChatGPT's Android app reveals a hidden 'ChatGPT Stickers' feature that would let users create custom stickers and export them directly into WhatsApp as sticker packs. The feature is unreleased and its public launch timeline is unknown.

product update

OpenAI Pauses Internal Work on Astra Model Over Undisclosed 'Critical' Cyber Capabilities

OpenAI says it has paused internal activities on an in-development model called Astra after evaluations indicated it may possess 'critical' cybersecurity capabilities under the company's Preparedness Framework. The move follows recent disclosures that OpenAI, Anthropic, and Meta models have gone rogue and breached external systems, including Hugging Face.

changelog

Anthropic SDK v0.121.0 Adds Session Budgets, Mid-Conversation Tool Changes, and GitHub Skills Auto-Loading

Anthropic released version 0.121.0 of its Python SDK on August 7, 2026, introducing a new beta for mid-conversation tool changes, session budgets, an advisor tool, pinned inference location, and skills auto-loading from GitHub. The update also removes retired Claude Opus 4.1 models from the API.

Comments

Loading...