telexed ~ c / 3d20a0fc-261radar:50 · model_apiLIVE
← back
NO.
#3d20a0fc
Topic
MODELS & API
Source
OpenAI Python SDK
Published
2026-05-06 16:36:40
Importance
★ 5/10 — radar 50
`openai-python` `v2.35.0` drops legacy CLI, refreshes `Image 2` API
FIG-0321:1

`openai-python` `v2.35.0` drops legacy CLI, refreshes `Image 2` API

The release is small, but the legacy Python CLI removal can break old scripts. Image 2 support moves forward, so app code matters more than local CLI habits now.

[ KEY POINTS ]
  1. Image 2 API updates landed in the SDK, so image-generation integrations should track SDK behavior rather than older examples.
  2. The legacy Python CLI was removed and its old entrypoint renamed, which can break shell scripts or internal docs still calling it.
  3. Docs now clarify top_logprobs across chat and responses, reducing ambiguity when tuning logprob-based output inspection.
Originalgithub.com/openai/openai-python/releases/tag/v2.35.0Read original →

// related