changelogOpenAI

OpenAI Python SDK v2.45.0 Adds GPT-5.6-SOL Support

TL;DR

OpenAI released version 2.45.0 of its Python SDK on July 9, 2026, adding support for GPT-5.6-SOL model updates. The release also restores beta resource accessors that were previously removed.

1 min read
0

OpenAI Python SDK v2.45.0 Adds GPT-5.6-SOL Support

OpenAI released version 2.45.0 of its Python SDK on July 9, 2026, adding support for what appears to be GPT-5.6-SOL model updates. The release includes one feature addition and a bug fix addressing beta resource accessors.

What Changed

The primary feature addition in v2.45.0 is labeled "gpt-5.6-sol updates" in the commit log, though OpenAI has not publicly disclosed details about a GPT-5.6-SOL model. The SDK update suggests either an upcoming model release or internal testing infrastructure.

The release fixes a regression that affected beta resource accessors, which had been removed in a previous version. These accessors provide developers with programmatic access to OpenAI's beta features and experimental API endpoints.

Implementation Details

Developers using the OpenAI Python SDK can upgrade to v2.45.0 via pip:

pip install --upgrade openai

The full changelog is available in the GitHub repository comparing v2.44.0 to v2.45.0. The release went through standard automation retriggers before final publication.

What This Means

The reference to "gpt-5.6-sol" in OpenAI's SDK suggests the company may be testing or preparing to release a new model variant, though no official announcement has been made. The "sol" suffix is not standard in OpenAI's naming conventions, which typically use designations like "turbo" or model size indicators.

The restoration of beta resource accessors indicates OpenAI is maintaining support for experimental features in its Python SDK, allowing developers to access pre-release capabilities. Organizations building on OpenAI's platform should update to v2.45.0 to ensure compatibility with upcoming beta features and to benefit from the bug fixes.

Related Articles

product update

OpenAI discontinues ChatGPT Atlas browser, sets August 9 deprecation date

OpenAI is discontinuing ChatGPT Atlas, its standalone desktop browser, with a targeted deprecation date of August 9, 2026. The company is consolidating Atlas capabilities into a new ChatGPT desktop app that includes ChatGPT Work agent and Codex integration.

product update

OpenAI launches GPT-Live voice models with full-duplex conversation and simultaneous web search

OpenAI has released new voice models for ChatGPT that use full-duplex architecture, allowing the AI to speak and listen simultaneously. GPT-Live-1 is available for paid subscribers (Go, Plus, Pro), while GPT-Live-1 mini serves free users.

model release

OpenAI releases Sol model without clear government approval process, experts say

OpenAI has released its latest advanced model, Sol, for public access after government review, but researchers and industry figures say the approval process remains opaque. The model is considered comparable to Anthropic's Fable, which was briefly banned from public access, yet details of how either model received clearance are unclear.

model release

OpenAI Releases GPT-5.6 Luna Pro with Extended Reasoning Mode at $1/$6 Per Million Tokens

OpenAI has released GPT-5.6 Luna Pro, a reasoning-enhanced variant of GPT-5.6 Luna with a 1 million token context window. The model is priced at $1 per million input tokens and $6 per million output tokens, with a knowledge cutoff date of February 2026.

Comments

Loading...