Skip to content

Releases: openai/openai-node

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

v4.88.0

19 Mar 22:15
Compare
Choose a tag to compare

4.88.0 (2025-03-19)

Full Changelog: v4.87.4...v4.88.0

Features

  • api: o1-pro now available through the API (#1398) (616a7e9)

Chores

v4.87.4

18 Mar 21:41
Compare
Choose a tag to compare

4.87.4 (2025-03-18)

Full Changelog: v4.87.3...v4.87.4

Bug Fixes

  • api: correct some Responses types (#1391) (af45876)
  • types: ignore missing id in responses pagination (1b9d20e)
  • types: improve responses type names (#1392) (164f476)

Chores

  • add missing type alias exports (#1390) (16c5e22)
  • internal: add back release workflow (dddf29b)
  • internal: remove CI condition (#1381) (ef17981)
  • internal: run CI on update-specs branch (9fc2130)
  • internal: update release workflows (90b77d0)

v4.87.3

11 Mar 21:52
Compare
Choose a tag to compare

4.87.3 (2025-03-11)

Full Changelog: v4.87.2...v4.87.3

Bug Fixes

  • responses: correct reasoning output type (2abef57)