Skip to content

Releases: openai/openai-node

v4.95.0

16 Apr 16:49
Compare
Choose a tag to compare

4.95.0 (2025-04-16)

Full Changelog: v4.94.0...v4.95.0

Features

  • api: add o3 and o4-mini model IDs (4845cd9)

v4.94.0

14 Apr 16:43
Compare
Choose a tag to compare

4.94.0 (2025-04-14)

Full Changelog: v4.93.0...v4.94.0

Features

  • api: adding gpt-4.1 family of model IDs (bddcbcf)
  • api: manual updates (7532f48)

Chores

  • client: minor internal fixes (d342f17)
  • internal: reduce CI branch coverage (a49b94a)
  • internal: upload builds and expand CI branch coverage (#1460) (7e23bb4)
  • workaround build errors (913eba8)

v4.93.0

08 Apr 19:52
Compare
Choose a tag to compare

4.93.0 (2025-04-08)

Full Changelog: v4.92.1...v4.93.0

Features

Chores

v4.92.1

07 Apr 19:48
Compare
Choose a tag to compare

4.92.1 (2025-04-07)

Full Changelog: v4.92.0...v4.92.1

Chores

  • internal: only run examples workflow in main repo (#1450) (5e49a7a)

v4.92.0

07 Apr 11:38
Compare
Choose a tag to compare

4.92.0 (2025-04-07)

Full Changelog: v4.91.1...v4.92.0

Features

Bug Fixes

  • api: improve type resolution when importing as a package (#1444) (4aa46d6)
  • client: send X-Stainless-Timeout in seconds (#1442) (aa4206c)
  • embeddings: correctly decode base64 data (#1448) (58128f7)
  • mcp: remove unused tools.ts (#1445) (520a8fa)

Chores

  • internal: add aliases for Record and Array (#1443) (b65391b)

v4.91.1

01 Apr 19:03
Compare
Choose a tag to compare

4.91.1 (2025-04-01)

Full Changelog: v4.91.0...v4.91.1

Bug Fixes

  • docs: correct docstring on responses.stream (1c8cd6a)

Chores

  • Remove deprecated/unused remote spec feature (ce3dfa8)

v4.91.0

31 Mar 17:45
Compare
Choose a tag to compare

4.91.0 (2025-03-31)

Full Changelog: v4.90.0...v4.91.0

Features

  • api: add get /responses/{response_id}/input_items endpoint (ef0e0ac)

Performance Improvements

v4.90.0

27 Mar 18:04
Compare
Choose a tag to compare

4.90.0 (2025-03-27)

Full Changelog: v4.89.1...v4.90.0

Features

  • api: add get /chat/completions endpoint (2d6710a)

Bug Fixes

Chores

  • add hash of OpenAPI spec/config inputs to .stats.yml (45db35e)
  • api: updates to supported Voice IDs (#1424) (404f4db)
  • client: expose headers on some streaming errors (#1423) (b0783cc)

v4.89.1

26 Mar 13:20
Compare
Choose a tag to compare

4.89.1 (2025-03-26)

Full Changelog: v4.89.0...v4.89.1

Bug Fixes

Chores

v4.89.0

20 Mar 16:36
Compare
Choose a tag to compare

4.89.0 (2025-03-20)

Full Changelog: v4.88.0...v4.89.0

Features

  • add audio helpers (ea1b6b4)
  • api: new models for TTS, STT, + new audio features for Realtime (#1407) (142933a)

Chores