telexed ~ c / 0af2fc2a-029radar:40 · model_apiLIVE
← back
NO.
#0af2fc2a
Topic
MODELS & API
Source
OpenAI Python SDK
Published
2026-05-15 22:30:20
Importance
★ 4/10 — radar 40
`openai-python` `v2.37.0` adds `service_tier` to compact responses
FIG-4121:1

`openai-python` `v2.37.0` adds `service_tier` to compact responses

More control landed in the Python SDK's compact responses path, plus a small auth cleanup. Useful if you already depend on responses; otherwise this is a low-priority bump.

[ KEY POINTS ]
  1. service_tier now reaches the compact responses method, so latency/cost routing can stay consistent without dropping to a lower-level call.
  2. Pydantic iterators get eager validation support in internal types, which should catch bad streamed data earlier in typed pipelines.
  3. Workload identity auth no longer requires an unnecessary client_id; fewer auth edge cases for cloud deployments using federated identity.
Originalgithub.com/openai/openai-python/releases/tag/v2.37.0Read original →

// related