@depup/openai 6.31.0-depup.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2047) hide show
  1. package/CHANGELOG.md +3932 -0
  2. package/LICENSE +201 -0
  3. package/README.md +25 -0
  4. package/_vendor/partial-json-parser/parser.d.mts +7 -0
  5. package/_vendor/partial-json-parser/parser.d.mts.map +1 -0
  6. package/_vendor/partial-json-parser/parser.d.ts +7 -0
  7. package/_vendor/partial-json-parser/parser.d.ts.map +1 -0
  8. package/_vendor/partial-json-parser/parser.js +246 -0
  9. package/_vendor/partial-json-parser/parser.js.map +1 -0
  10. package/_vendor/partial-json-parser/parser.mjs +241 -0
  11. package/_vendor/partial-json-parser/parser.mjs.map +1 -0
  12. package/_vendor/zod-to-json-schema/Options.d.mts +32 -0
  13. package/_vendor/zod-to-json-schema/Options.d.mts.map +1 -0
  14. package/_vendor/zod-to-json-schema/Options.d.ts +32 -0
  15. package/_vendor/zod-to-json-schema/Options.d.ts.map +1 -0
  16. package/_vendor/zod-to-json-schema/Options.js +42 -0
  17. package/_vendor/zod-to-json-schema/Options.js.map +1 -0
  18. package/_vendor/zod-to-json-schema/Options.mjs +38 -0
  19. package/_vendor/zod-to-json-schema/Options.mjs.map +1 -0
  20. package/_vendor/zod-to-json-schema/Refs.d.mts +21 -0
  21. package/_vendor/zod-to-json-schema/Refs.d.mts.map +1 -0
  22. package/_vendor/zod-to-json-schema/Refs.d.ts +21 -0
  23. package/_vendor/zod-to-json-schema/Refs.d.ts.map +1 -0
  24. package/_vendor/zod-to-json-schema/Refs.js +28 -0
  25. package/_vendor/zod-to-json-schema/Refs.js.map +1 -0
  26. package/_vendor/zod-to-json-schema/Refs.mjs +24 -0
  27. package/_vendor/zod-to-json-schema/Refs.mjs.map +1 -0
  28. package/_vendor/zod-to-json-schema/errorMessages.d.mts +12 -0
  29. package/_vendor/zod-to-json-schema/errorMessages.d.mts.map +1 -0
  30. package/_vendor/zod-to-json-schema/errorMessages.d.ts +12 -0
  31. package/_vendor/zod-to-json-schema/errorMessages.d.ts.map +1 -0
  32. package/_vendor/zod-to-json-schema/errorMessages.js +19 -0
  33. package/_vendor/zod-to-json-schema/errorMessages.js.map +1 -0
  34. package/_vendor/zod-to-json-schema/errorMessages.mjs +15 -0
  35. package/_vendor/zod-to-json-schema/errorMessages.mjs.map +1 -0
  36. package/_vendor/zod-to-json-schema/index.d.mts +38 -0
  37. package/_vendor/zod-to-json-schema/index.d.mts.map +1 -0
  38. package/_vendor/zod-to-json-schema/index.d.ts +38 -0
  39. package/_vendor/zod-to-json-schema/index.d.ts.map +1 -0
  40. package/_vendor/zod-to-json-schema/index.js +41 -0
  41. package/_vendor/zod-to-json-schema/index.js.map +1 -0
  42. package/_vendor/zod-to-json-schema/index.mjs +38 -0
  43. package/_vendor/zod-to-json-schema/index.mjs.map +1 -0
  44. package/_vendor/zod-to-json-schema/parseDef.d.mts +38 -0
  45. package/_vendor/zod-to-json-schema/parseDef.d.mts.map +1 -0
  46. package/_vendor/zod-to-json-schema/parseDef.d.ts +38 -0
  47. package/_vendor/zod-to-json-schema/parseDef.d.ts.map +1 -0
  48. package/_vendor/zod-to-json-schema/parseDef.js +186 -0
  49. package/_vendor/zod-to-json-schema/parseDef.js.map +1 -0
  50. package/_vendor/zod-to-json-schema/parseDef.mjs +183 -0
  51. package/_vendor/zod-to-json-schema/parseDef.mjs.map +1 -0
  52. package/_vendor/zod-to-json-schema/parsers/any.d.mts +3 -0
  53. package/_vendor/zod-to-json-schema/parsers/any.d.mts.map +1 -0
  54. package/_vendor/zod-to-json-schema/parsers/any.d.ts +3 -0
  55. package/_vendor/zod-to-json-schema/parsers/any.d.ts.map +1 -0
  56. package/_vendor/zod-to-json-schema/parsers/any.js +7 -0
  57. package/_vendor/zod-to-json-schema/parsers/any.js.map +1 -0
  58. package/_vendor/zod-to-json-schema/parsers/any.mjs +4 -0
  59. package/_vendor/zod-to-json-schema/parsers/any.mjs.map +1 -0
  60. package/_vendor/zod-to-json-schema/parsers/array.d.mts +13 -0
  61. package/_vendor/zod-to-json-schema/parsers/array.d.mts.map +1 -0
  62. package/_vendor/zod-to-json-schema/parsers/array.d.ts +13 -0
  63. package/_vendor/zod-to-json-schema/parsers/array.d.ts.map +1 -0
  64. package/_vendor/zod-to-json-schema/parsers/array.js +29 -0
  65. package/_vendor/zod-to-json-schema/parsers/array.js.map +1 -0
  66. package/_vendor/zod-to-json-schema/parsers/array.mjs +26 -0
  67. package/_vendor/zod-to-json-schema/parsers/array.mjs.map +1 -0
  68. package/_vendor/zod-to-json-schema/parsers/bigint.d.mts +15 -0
  69. package/_vendor/zod-to-json-schema/parsers/bigint.d.mts.map +1 -0
  70. package/_vendor/zod-to-json-schema/parsers/bigint.d.ts +15 -0
  71. package/_vendor/zod-to-json-schema/parsers/bigint.d.ts.map +1 -0
  72. package/_vendor/zod-to-json-schema/parsers/bigint.js +53 -0
  73. package/_vendor/zod-to-json-schema/parsers/bigint.js.map +1 -0
  74. package/_vendor/zod-to-json-schema/parsers/bigint.mjs +50 -0
  75. package/_vendor/zod-to-json-schema/parsers/bigint.mjs.map +1 -0
  76. package/_vendor/zod-to-json-schema/parsers/boolean.d.mts +5 -0
  77. package/_vendor/zod-to-json-schema/parsers/boolean.d.mts.map +1 -0
  78. package/_vendor/zod-to-json-schema/parsers/boolean.d.ts +5 -0
  79. package/_vendor/zod-to-json-schema/parsers/boolean.d.ts.map +1 -0
  80. package/_vendor/zod-to-json-schema/parsers/boolean.js +9 -0
  81. package/_vendor/zod-to-json-schema/parsers/boolean.js.map +1 -0
  82. package/_vendor/zod-to-json-schema/parsers/boolean.mjs +6 -0
  83. package/_vendor/zod-to-json-schema/parsers/boolean.mjs.map +1 -0
  84. package/_vendor/zod-to-json-schema/parsers/branded.d.mts +4 -0
  85. package/_vendor/zod-to-json-schema/parsers/branded.d.mts.map +1 -0
  86. package/_vendor/zod-to-json-schema/parsers/branded.d.ts +4 -0
  87. package/_vendor/zod-to-json-schema/parsers/branded.d.ts.map +1 -0
  88. package/_vendor/zod-to-json-schema/parsers/branded.js +8 -0
  89. package/_vendor/zod-to-json-schema/parsers/branded.js.map +1 -0
  90. package/_vendor/zod-to-json-schema/parsers/branded.mjs +5 -0
  91. package/_vendor/zod-to-json-schema/parsers/branded.mjs.map +1 -0
  92. package/_vendor/zod-to-json-schema/parsers/catch.d.mts +4 -0
  93. package/_vendor/zod-to-json-schema/parsers/catch.d.mts.map +1 -0
  94. package/_vendor/zod-to-json-schema/parsers/catch.d.ts +4 -0
  95. package/_vendor/zod-to-json-schema/parsers/catch.d.ts.map +1 -0
  96. package/_vendor/zod-to-json-schema/parsers/catch.js +9 -0
  97. package/_vendor/zod-to-json-schema/parsers/catch.js.map +1 -0
  98. package/_vendor/zod-to-json-schema/parsers/catch.mjs +5 -0
  99. package/_vendor/zod-to-json-schema/parsers/catch.mjs.map +1 -0
  100. package/_vendor/zod-to-json-schema/parsers/date.d.mts +16 -0
  101. package/_vendor/zod-to-json-schema/parsers/date.d.mts.map +1 -0
  102. package/_vendor/zod-to-json-schema/parsers/date.d.ts +16 -0
  103. package/_vendor/zod-to-json-schema/parsers/date.d.ts.map +1 -0
  104. package/_vendor/zod-to-json-schema/parsers/date.js +50 -0
  105. package/_vendor/zod-to-json-schema/parsers/date.js.map +1 -0
  106. package/_vendor/zod-to-json-schema/parsers/date.mjs +47 -0
  107. package/_vendor/zod-to-json-schema/parsers/date.mjs.map +1 -0
  108. package/_vendor/zod-to-json-schema/parsers/default.d.mts +7 -0
  109. package/_vendor/zod-to-json-schema/parsers/default.d.mts.map +1 -0
  110. package/_vendor/zod-to-json-schema/parsers/default.d.ts +7 -0
  111. package/_vendor/zod-to-json-schema/parsers/default.d.ts.map +1 -0
  112. package/_vendor/zod-to-json-schema/parsers/default.js +11 -0
  113. package/_vendor/zod-to-json-schema/parsers/default.js.map +1 -0
  114. package/_vendor/zod-to-json-schema/parsers/default.mjs +8 -0
  115. package/_vendor/zod-to-json-schema/parsers/default.mjs.map +1 -0
  116. package/_vendor/zod-to-json-schema/parsers/effects.d.mts +5 -0
  117. package/_vendor/zod-to-json-schema/parsers/effects.d.mts.map +1 -0
  118. package/_vendor/zod-to-json-schema/parsers/effects.d.ts +5 -0
  119. package/_vendor/zod-to-json-schema/parsers/effects.d.ts.map +1 -0
  120. package/_vendor/zod-to-json-schema/parsers/effects.js +8 -0
  121. package/_vendor/zod-to-json-schema/parsers/effects.js.map +1 -0
  122. package/_vendor/zod-to-json-schema/parsers/effects.mjs +5 -0
  123. package/_vendor/zod-to-json-schema/parsers/effects.mjs.map +1 -0
  124. package/_vendor/zod-to-json-schema/parsers/enum.d.mts +7 -0
  125. package/_vendor/zod-to-json-schema/parsers/enum.d.mts.map +1 -0
  126. package/_vendor/zod-to-json-schema/parsers/enum.d.ts +7 -0
  127. package/_vendor/zod-to-json-schema/parsers/enum.d.ts.map +1 -0
  128. package/_vendor/zod-to-json-schema/parsers/enum.js +10 -0
  129. package/_vendor/zod-to-json-schema/parsers/enum.js.map +1 -0
  130. package/_vendor/zod-to-json-schema/parsers/enum.mjs +7 -0
  131. package/_vendor/zod-to-json-schema/parsers/enum.mjs.map +1 -0
  132. package/_vendor/zod-to-json-schema/parsers/intersection.d.mts +9 -0
  133. package/_vendor/zod-to-json-schema/parsers/intersection.d.mts.map +1 -0
  134. package/_vendor/zod-to-json-schema/parsers/intersection.d.ts +9 -0
  135. package/_vendor/zod-to-json-schema/parsers/intersection.d.ts.map +1 -0
  136. package/_vendor/zod-to-json-schema/parsers/intersection.js +53 -0
  137. package/_vendor/zod-to-json-schema/parsers/intersection.js.map +1 -0
  138. package/_vendor/zod-to-json-schema/parsers/intersection.mjs +50 -0
  139. package/_vendor/zod-to-json-schema/parsers/intersection.mjs.map +1 -0
  140. package/_vendor/zod-to-json-schema/parsers/literal.d.mts +10 -0
  141. package/_vendor/zod-to-json-schema/parsers/literal.d.mts.map +1 -0
  142. package/_vendor/zod-to-json-schema/parsers/literal.d.ts +10 -0
  143. package/_vendor/zod-to-json-schema/parsers/literal.d.ts.map +1 -0
  144. package/_vendor/zod-to-json-schema/parsers/literal.js +25 -0
  145. package/_vendor/zod-to-json-schema/parsers/literal.js.map +1 -0
  146. package/_vendor/zod-to-json-schema/parsers/literal.mjs +22 -0
  147. package/_vendor/zod-to-json-schema/parsers/literal.mjs.map +1 -0
  148. package/_vendor/zod-to-json-schema/parsers/map.d.mts +16 -0
  149. package/_vendor/zod-to-json-schema/parsers/map.d.mts.map +1 -0
  150. package/_vendor/zod-to-json-schema/parsers/map.d.ts +16 -0
  151. package/_vendor/zod-to-json-schema/parsers/map.d.ts.map +1 -0
  152. package/_vendor/zod-to-json-schema/parsers/map.js +29 -0
  153. package/_vendor/zod-to-json-schema/parsers/map.js.map +1 -0
  154. package/_vendor/zod-to-json-schema/parsers/map.mjs +26 -0
  155. package/_vendor/zod-to-json-schema/parsers/map.mjs.map +1 -0
  156. package/_vendor/zod-to-json-schema/parsers/nativeEnum.d.mts +7 -0
  157. package/_vendor/zod-to-json-schema/parsers/nativeEnum.d.mts.map +1 -0
  158. package/_vendor/zod-to-json-schema/parsers/nativeEnum.d.ts +7 -0
  159. package/_vendor/zod-to-json-schema/parsers/nativeEnum.d.ts.map +1 -0
  160. package/_vendor/zod-to-json-schema/parsers/nativeEnum.js +20 -0
  161. package/_vendor/zod-to-json-schema/parsers/nativeEnum.js.map +1 -0
  162. package/_vendor/zod-to-json-schema/parsers/nativeEnum.mjs +17 -0
  163. package/_vendor/zod-to-json-schema/parsers/nativeEnum.mjs.map +1 -0
  164. package/_vendor/zod-to-json-schema/parsers/never.d.mts +5 -0
  165. package/_vendor/zod-to-json-schema/parsers/never.d.mts.map +1 -0
  166. package/_vendor/zod-to-json-schema/parsers/never.d.ts +5 -0
  167. package/_vendor/zod-to-json-schema/parsers/never.d.ts.map +1 -0
  168. package/_vendor/zod-to-json-schema/parsers/never.js +9 -0
  169. package/_vendor/zod-to-json-schema/parsers/never.js.map +1 -0
  170. package/_vendor/zod-to-json-schema/parsers/never.mjs +6 -0
  171. package/_vendor/zod-to-json-schema/parsers/never.mjs.map +1 -0
  172. package/_vendor/zod-to-json-schema/parsers/null.d.mts +6 -0
  173. package/_vendor/zod-to-json-schema/parsers/null.d.mts.map +1 -0
  174. package/_vendor/zod-to-json-schema/parsers/null.d.ts +6 -0
  175. package/_vendor/zod-to-json-schema/parsers/null.d.ts.map +1 -0
  176. package/_vendor/zod-to-json-schema/parsers/null.js +14 -0
  177. package/_vendor/zod-to-json-schema/parsers/null.js.map +1 -0
  178. package/_vendor/zod-to-json-schema/parsers/null.mjs +11 -0
  179. package/_vendor/zod-to-json-schema/parsers/null.mjs.map +1 -0
  180. package/_vendor/zod-to-json-schema/parsers/nullable.d.mts +11 -0
  181. package/_vendor/zod-to-json-schema/parsers/nullable.d.mts.map +1 -0
  182. package/_vendor/zod-to-json-schema/parsers/nullable.d.ts +11 -0
  183. package/_vendor/zod-to-json-schema/parsers/nullable.d.ts.map +1 -0
  184. package/_vendor/zod-to-json-schema/parsers/nullable.js +34 -0
  185. package/_vendor/zod-to-json-schema/parsers/nullable.js.map +1 -0
  186. package/_vendor/zod-to-json-schema/parsers/nullable.mjs +31 -0
  187. package/_vendor/zod-to-json-schema/parsers/nullable.mjs.map +1 -0
  188. package/_vendor/zod-to-json-schema/parsers/number.d.mts +14 -0
  189. package/_vendor/zod-to-json-schema/parsers/number.d.mts.map +1 -0
  190. package/_vendor/zod-to-json-schema/parsers/number.d.ts +14 -0
  191. package/_vendor/zod-to-json-schema/parsers/number.d.ts.map +1 -0
  192. package/_vendor/zod-to-json-schema/parsers/number.js +56 -0
  193. package/_vendor/zod-to-json-schema/parsers/number.js.map +1 -0
  194. package/_vendor/zod-to-json-schema/parsers/number.mjs +53 -0
  195. package/_vendor/zod-to-json-schema/parsers/number.mjs.map +1 -0
  196. package/_vendor/zod-to-json-schema/parsers/object.d.mts +11 -0
  197. package/_vendor/zod-to-json-schema/parsers/object.d.mts.map +1 -0
  198. package/_vendor/zod-to-json-schema/parsers/object.d.ts +11 -0
  199. package/_vendor/zod-to-json-schema/parsers/object.d.ts.map +1 -0
  200. package/_vendor/zod-to-json-schema/parsers/object.js +57 -0
  201. package/_vendor/zod-to-json-schema/parsers/object.js.map +1 -0
  202. package/_vendor/zod-to-json-schema/parsers/object.mjs +54 -0
  203. package/_vendor/zod-to-json-schema/parsers/object.mjs.map +1 -0
  204. package/_vendor/zod-to-json-schema/parsers/optional.d.mts +5 -0
  205. package/_vendor/zod-to-json-schema/parsers/optional.d.mts.map +1 -0
  206. package/_vendor/zod-to-json-schema/parsers/optional.d.ts +5 -0
  207. package/_vendor/zod-to-json-schema/parsers/optional.d.ts.map +1 -0
  208. package/_vendor/zod-to-json-schema/parsers/optional.js +26 -0
  209. package/_vendor/zod-to-json-schema/parsers/optional.js.map +1 -0
  210. package/_vendor/zod-to-json-schema/parsers/optional.mjs +22 -0
  211. package/_vendor/zod-to-json-schema/parsers/optional.mjs.map +1 -0
  212. package/_vendor/zod-to-json-schema/parsers/pipeline.d.mts +6 -0
  213. package/_vendor/zod-to-json-schema/parsers/pipeline.d.mts.map +1 -0
  214. package/_vendor/zod-to-json-schema/parsers/pipeline.d.ts +6 -0
  215. package/_vendor/zod-to-json-schema/parsers/pipeline.d.ts.map +1 -0
  216. package/_vendor/zod-to-json-schema/parsers/pipeline.js +25 -0
  217. package/_vendor/zod-to-json-schema/parsers/pipeline.js.map +1 -0
  218. package/_vendor/zod-to-json-schema/parsers/pipeline.mjs +21 -0
  219. package/_vendor/zod-to-json-schema/parsers/pipeline.mjs.map +1 -0
  220. package/_vendor/zod-to-json-schema/parsers/promise.d.mts +5 -0
  221. package/_vendor/zod-to-json-schema/parsers/promise.d.mts.map +1 -0
  222. package/_vendor/zod-to-json-schema/parsers/promise.d.ts +5 -0
  223. package/_vendor/zod-to-json-schema/parsers/promise.d.ts.map +1 -0
  224. package/_vendor/zod-to-json-schema/parsers/promise.js +8 -0
  225. package/_vendor/zod-to-json-schema/parsers/promise.js.map +1 -0
  226. package/_vendor/zod-to-json-schema/parsers/promise.mjs +5 -0
  227. package/_vendor/zod-to-json-schema/parsers/promise.mjs.map +1 -0
  228. package/_vendor/zod-to-json-schema/parsers/readonly.d.mts +4 -0
  229. package/_vendor/zod-to-json-schema/parsers/readonly.d.mts.map +1 -0
  230. package/_vendor/zod-to-json-schema/parsers/readonly.d.ts +4 -0
  231. package/_vendor/zod-to-json-schema/parsers/readonly.d.ts.map +1 -0
  232. package/_vendor/zod-to-json-schema/parsers/readonly.js +9 -0
  233. package/_vendor/zod-to-json-schema/parsers/readonly.js.map +1 -0
  234. package/_vendor/zod-to-json-schema/parsers/readonly.mjs +5 -0
  235. package/_vendor/zod-to-json-schema/parsers/readonly.mjs.map +1 -0
  236. package/_vendor/zod-to-json-schema/parsers/record.d.mts +14 -0
  237. package/_vendor/zod-to-json-schema/parsers/record.d.mts.map +1 -0
  238. package/_vendor/zod-to-json-schema/parsers/record.d.ts +14 -0
  239. package/_vendor/zod-to-json-schema/parsers/record.d.ts.map +1 -0
  240. package/_vendor/zod-to-json-schema/parsers/record.js +49 -0
  241. package/_vendor/zod-to-json-schema/parsers/record.js.map +1 -0
  242. package/_vendor/zod-to-json-schema/parsers/record.mjs +46 -0
  243. package/_vendor/zod-to-json-schema/parsers/record.mjs.map +1 -0
  244. package/_vendor/zod-to-json-schema/parsers/set.d.mts +14 -0
  245. package/_vendor/zod-to-json-schema/parsers/set.d.mts.map +1 -0
  246. package/_vendor/zod-to-json-schema/parsers/set.d.ts +14 -0
  247. package/_vendor/zod-to-json-schema/parsers/set.d.ts.map +1 -0
  248. package/_vendor/zod-to-json-schema/parsers/set.js +24 -0
  249. package/_vendor/zod-to-json-schema/parsers/set.js.map +1 -0
  250. package/_vendor/zod-to-json-schema/parsers/set.mjs +21 -0
  251. package/_vendor/zod-to-json-schema/parsers/set.mjs.map +1 -0
  252. package/_vendor/zod-to-json-schema/parsers/string.d.mts +70 -0
  253. package/_vendor/zod-to-json-schema/parsers/string.d.mts.map +1 -0
  254. package/_vendor/zod-to-json-schema/parsers/string.d.ts +70 -0
  255. package/_vendor/zod-to-json-schema/parsers/string.d.ts.map +1 -0
  256. package/_vendor/zod-to-json-schema/parsers/string.js +316 -0
  257. package/_vendor/zod-to-json-schema/parsers/string.js.map +1 -0
  258. package/_vendor/zod-to-json-schema/parsers/string.mjs +312 -0
  259. package/_vendor/zod-to-json-schema/parsers/string.mjs.map +1 -0
  260. package/_vendor/zod-to-json-schema/parsers/tuple.d.mts +14 -0
  261. package/_vendor/zod-to-json-schema/parsers/tuple.d.mts.map +1 -0
  262. package/_vendor/zod-to-json-schema/parsers/tuple.d.ts +14 -0
  263. package/_vendor/zod-to-json-schema/parsers/tuple.d.ts.map +1 -0
  264. package/_vendor/zod-to-json-schema/parsers/tuple.js +36 -0
  265. package/_vendor/zod-to-json-schema/parsers/tuple.js.map +1 -0
  266. package/_vendor/zod-to-json-schema/parsers/tuple.mjs +33 -0
  267. package/_vendor/zod-to-json-schema/parsers/tuple.mjs.map +1 -0
  268. package/_vendor/zod-to-json-schema/parsers/undefined.d.mts +5 -0
  269. package/_vendor/zod-to-json-schema/parsers/undefined.d.mts.map +1 -0
  270. package/_vendor/zod-to-json-schema/parsers/undefined.d.ts +5 -0
  271. package/_vendor/zod-to-json-schema/parsers/undefined.d.ts.map +1 -0
  272. package/_vendor/zod-to-json-schema/parsers/undefined.js +9 -0
  273. package/_vendor/zod-to-json-schema/parsers/undefined.js.map +1 -0
  274. package/_vendor/zod-to-json-schema/parsers/undefined.mjs +6 -0
  275. package/_vendor/zod-to-json-schema/parsers/undefined.mjs.map +1 -0
  276. package/_vendor/zod-to-json-schema/parsers/union.d.mts +24 -0
  277. package/_vendor/zod-to-json-schema/parsers/union.d.mts.map +1 -0
  278. package/_vendor/zod-to-json-schema/parsers/union.d.ts +24 -0
  279. package/_vendor/zod-to-json-schema/parsers/union.d.ts.map +1 -0
  280. package/_vendor/zod-to-json-schema/parsers/union.js +77 -0
  281. package/_vendor/zod-to-json-schema/parsers/union.js.map +1 -0
  282. package/_vendor/zod-to-json-schema/parsers/union.mjs +73 -0
  283. package/_vendor/zod-to-json-schema/parsers/union.mjs.map +1 -0
  284. package/_vendor/zod-to-json-schema/parsers/unknown.d.mts +3 -0
  285. package/_vendor/zod-to-json-schema/parsers/unknown.d.mts.map +1 -0
  286. package/_vendor/zod-to-json-schema/parsers/unknown.d.ts +3 -0
  287. package/_vendor/zod-to-json-schema/parsers/unknown.d.ts.map +1 -0
  288. package/_vendor/zod-to-json-schema/parsers/unknown.js +7 -0
  289. package/_vendor/zod-to-json-schema/parsers/unknown.js.map +1 -0
  290. package/_vendor/zod-to-json-schema/parsers/unknown.mjs +4 -0
  291. package/_vendor/zod-to-json-schema/parsers/unknown.mjs.map +1 -0
  292. package/_vendor/zod-to-json-schema/util.d.mts +4 -0
  293. package/_vendor/zod-to-json-schema/util.d.mts.map +1 -0
  294. package/_vendor/zod-to-json-schema/util.d.ts +4 -0
  295. package/_vendor/zod-to-json-schema/util.d.ts.map +1 -0
  296. package/_vendor/zod-to-json-schema/util.js +16 -0
  297. package/_vendor/zod-to-json-schema/util.js.map +1 -0
  298. package/_vendor/zod-to-json-schema/util.mjs +11 -0
  299. package/_vendor/zod-to-json-schema/util.mjs.map +1 -0
  300. package/_vendor/zod-to-json-schema/zodToJsonSchema.d.mts +11 -0
  301. package/_vendor/zod-to-json-schema/zodToJsonSchema.d.mts.map +1 -0
  302. package/_vendor/zod-to-json-schema/zodToJsonSchema.d.ts +11 -0
  303. package/_vendor/zod-to-json-schema/zodToJsonSchema.d.ts.map +1 -0
  304. package/_vendor/zod-to-json-schema/zodToJsonSchema.js +82 -0
  305. package/_vendor/zod-to-json-schema/zodToJsonSchema.js.map +1 -0
  306. package/_vendor/zod-to-json-schema/zodToJsonSchema.mjs +79 -0
  307. package/_vendor/zod-to-json-schema/zodToJsonSchema.mjs.map +1 -0
  308. package/api-promise.d.mts +2 -0
  309. package/api-promise.d.mts.map +1 -0
  310. package/api-promise.d.ts +2 -0
  311. package/api-promise.d.ts.map +1 -0
  312. package/api-promise.js +6 -0
  313. package/api-promise.js.map +1 -0
  314. package/api-promise.mjs +2 -0
  315. package/api-promise.mjs.map +1 -0
  316. package/azure.d.mts +63 -0
  317. package/azure.d.mts.map +1 -0
  318. package/azure.d.ts +63 -0
  319. package/azure.d.ts.map +1 -0
  320. package/azure.js +97 -0
  321. package/azure.js.map +1 -0
  322. package/azure.mjs +92 -0
  323. package/azure.mjs.map +1 -0
  324. package/beta/realtime/index.d.mts +2 -0
  325. package/beta/realtime/index.d.mts.map +1 -0
  326. package/beta/realtime/index.d.ts +2 -0
  327. package/beta/realtime/index.d.ts.map +1 -0
  328. package/beta/realtime/index.js +6 -0
  329. package/beta/realtime/index.js.map +1 -0
  330. package/beta/realtime/index.mjs +2 -0
  331. package/beta/realtime/index.mjs.map +1 -0
  332. package/beta/realtime/internal-base.d.mts +45 -0
  333. package/beta/realtime/internal-base.d.mts.map +1 -0
  334. package/beta/realtime/internal-base.d.ts +45 -0
  335. package/beta/realtime/internal-base.d.ts.map +1 -0
  336. package/beta/realtime/internal-base.js +55 -0
  337. package/beta/realtime/internal-base.js.map +1 -0
  338. package/beta/realtime/internal-base.mjs +48 -0
  339. package/beta/realtime/internal-base.mjs.map +1 -0
  340. package/beta/realtime/websocket.d.mts +36 -0
  341. package/beta/realtime/websocket.d.mts.map +1 -0
  342. package/beta/realtime/websocket.d.ts +36 -0
  343. package/beta/realtime/websocket.d.ts.map +1 -0
  344. package/beta/realtime/websocket.js +110 -0
  345. package/beta/realtime/websocket.js.map +1 -0
  346. package/beta/realtime/websocket.mjs +106 -0
  347. package/beta/realtime/websocket.mjs.map +1 -0
  348. package/beta/realtime/ws.d.mts +27 -0
  349. package/beta/realtime/ws.d.mts.map +1 -0
  350. package/beta/realtime/ws.d.ts +27 -0
  351. package/beta/realtime/ws.d.ts.map +1 -0
  352. package/beta/realtime/ws.js +93 -0
  353. package/beta/realtime/ws.js.map +1 -0
  354. package/beta/realtime/ws.mjs +88 -0
  355. package/beta/realtime/ws.mjs.map +1 -0
  356. package/bin/cli +52 -0
  357. package/bin/migration-config.json +1038 -0
  358. package/changes.json +5 -0
  359. package/client.d.mts +334 -0
  360. package/client.d.mts.map +1 -0
  361. package/client.d.ts +334 -0
  362. package/client.d.ts.map +1 -0
  363. package/client.js +612 -0
  364. package/client.js.map +1 -0
  365. package/client.mjs +608 -0
  366. package/client.mjs.map +1 -0
  367. package/core/EventEmitter.d.mts +45 -0
  368. package/core/EventEmitter.d.mts.map +1 -0
  369. package/core/EventEmitter.d.ts +45 -0
  370. package/core/EventEmitter.d.ts.map +1 -0
  371. package/core/EventEmitter.js +79 -0
  372. package/core/EventEmitter.js.map +1 -0
  373. package/core/EventEmitter.mjs +75 -0
  374. package/core/EventEmitter.mjs.map +1 -0
  375. package/core/api-promise.d.mts +49 -0
  376. package/core/api-promise.d.mts.map +1 -0
  377. package/core/api-promise.d.ts +49 -0
  378. package/core/api-promise.d.ts.map +1 -0
  379. package/core/api-promise.js +76 -0
  380. package/core/api-promise.js.map +1 -0
  381. package/core/api-promise.mjs +72 -0
  382. package/core/api-promise.mjs.map +1 -0
  383. package/core/error.d.mts +59 -0
  384. package/core/error.d.mts.map +1 -0
  385. package/core/error.d.ts +59 -0
  386. package/core/error.d.ts.map +1 -0
  387. package/core/error.js +136 -0
  388. package/core/error.js.map +1 -0
  389. package/core/error.mjs +117 -0
  390. package/core/error.mjs.map +1 -0
  391. package/core/pagination.d.mts +89 -0
  392. package/core/pagination.d.mts.map +1 -0
  393. package/core/pagination.d.ts +89 -0
  394. package/core/pagination.d.ts.map +1 -0
  395. package/core/pagination.js +156 -0
  396. package/core/pagination.js.map +1 -0
  397. package/core/pagination.mjs +148 -0
  398. package/core/pagination.mjs.map +1 -0
  399. package/core/resource.d.mts +6 -0
  400. package/core/resource.d.mts.map +1 -0
  401. package/core/resource.d.ts +6 -0
  402. package/core/resource.d.ts.map +1 -0
  403. package/core/resource.js +11 -0
  404. package/core/resource.js.map +1 -0
  405. package/core/resource.mjs +7 -0
  406. package/core/resource.mjs.map +1 -0
  407. package/core/streaming.d.mts +33 -0
  408. package/core/streaming.d.mts.map +1 -0
  409. package/core/streaming.d.ts +33 -0
  410. package/core/streaming.d.ts.map +1 -0
  411. package/core/streaming.js +293 -0
  412. package/core/streaming.js.map +1 -0
  413. package/core/streaming.mjs +288 -0
  414. package/core/streaming.mjs.map +1 -0
  415. package/core/uploads.d.mts +3 -0
  416. package/core/uploads.d.mts.map +1 -0
  417. package/core/uploads.d.ts +3 -0
  418. package/core/uploads.d.ts.map +1 -0
  419. package/core/uploads.js +6 -0
  420. package/core/uploads.js.map +1 -0
  421. package/core/uploads.mjs +2 -0
  422. package/core/uploads.mjs.map +1 -0
  423. package/error.d.mts +2 -0
  424. package/error.d.mts.map +1 -0
  425. package/error.d.ts +2 -0
  426. package/error.d.ts.map +1 -0
  427. package/error.js +6 -0
  428. package/error.js.map +1 -0
  429. package/error.mjs +2 -0
  430. package/error.mjs.map +1 -0
  431. package/helpers/audio.d.mts +9 -0
  432. package/helpers/audio.d.mts.map +1 -0
  433. package/helpers/audio.d.ts +9 -0
  434. package/helpers/audio.d.ts.map +1 -0
  435. package/helpers/audio.js +122 -0
  436. package/helpers/audio.js.map +1 -0
  437. package/helpers/audio.mjs +118 -0
  438. package/helpers/audio.mjs.map +1 -0
  439. package/helpers/zod.d.mts +73 -0
  440. package/helpers/zod.d.mts.map +1 -0
  441. package/helpers/zod.d.ts +73 -0
  442. package/helpers/zod.d.ts.map +1 -0
  443. package/helpers/zod.js +123 -0
  444. package/helpers/zod.js.map +1 -0
  445. package/helpers/zod.mjs +116 -0
  446. package/helpers/zod.mjs.map +1 -0
  447. package/index.d.mts +8 -0
  448. package/index.d.mts.map +1 -0
  449. package/index.d.ts +8 -0
  450. package/index.d.ts.map +1 -0
  451. package/index.js +35 -0
  452. package/index.js.map +1 -0
  453. package/index.mjs +9 -0
  454. package/index.mjs.map +1 -0
  455. package/internal/builtin-types.d.mts +73 -0
  456. package/internal/builtin-types.d.mts.map +1 -0
  457. package/internal/builtin-types.d.ts +73 -0
  458. package/internal/builtin-types.d.ts.map +1 -0
  459. package/internal/builtin-types.js +4 -0
  460. package/internal/builtin-types.js.map +1 -0
  461. package/internal/builtin-types.mjs +3 -0
  462. package/internal/builtin-types.mjs.map +1 -0
  463. package/internal/decoders/line.d.mts +17 -0
  464. package/internal/decoders/line.d.mts.map +1 -0
  465. package/internal/decoders/line.d.ts +17 -0
  466. package/internal/decoders/line.d.ts.map +1 -0
  467. package/internal/decoders/line.js +113 -0
  468. package/internal/decoders/line.js.map +1 -0
  469. package/internal/decoders/line.mjs +108 -0
  470. package/internal/decoders/line.mjs.map +1 -0
  471. package/internal/detect-platform.d.mts +15 -0
  472. package/internal/detect-platform.d.mts.map +1 -0
  473. package/internal/detect-platform.d.ts +15 -0
  474. package/internal/detect-platform.d.ts.map +1 -0
  475. package/internal/detect-platform.js +162 -0
  476. package/internal/detect-platform.js.map +1 -0
  477. package/internal/detect-platform.mjs +157 -0
  478. package/internal/detect-platform.mjs.map +1 -0
  479. package/internal/errors.d.mts +3 -0
  480. package/internal/errors.d.mts.map +1 -0
  481. package/internal/errors.d.ts +3 -0
  482. package/internal/errors.d.ts.map +1 -0
  483. package/internal/errors.js +41 -0
  484. package/internal/errors.js.map +1 -0
  485. package/internal/errors.mjs +36 -0
  486. package/internal/errors.mjs.map +1 -0
  487. package/internal/headers.d.mts +20 -0
  488. package/internal/headers.d.mts.map +1 -0
  489. package/internal/headers.d.ts +20 -0
  490. package/internal/headers.d.ts.map +1 -0
  491. package/internal/headers.js +79 -0
  492. package/internal/headers.js.map +1 -0
  493. package/internal/headers.mjs +74 -0
  494. package/internal/headers.mjs.map +1 -0
  495. package/internal/parse.d.mts +17 -0
  496. package/internal/parse.d.mts.map +1 -0
  497. package/internal/parse.d.ts +17 -0
  498. package/internal/parse.d.ts.map +1 -0
  499. package/internal/parse.js +60 -0
  500. package/internal/parse.js.map +1 -0
  501. package/internal/parse.mjs +56 -0
  502. package/internal/parse.mjs.map +1 -0
  503. package/internal/qs/formats.d.mts +7 -0
  504. package/internal/qs/formats.d.mts.map +1 -0
  505. package/internal/qs/formats.d.ts +7 -0
  506. package/internal/qs/formats.d.ts.map +1 -0
  507. package/internal/qs/formats.js +13 -0
  508. package/internal/qs/formats.js.map +1 -0
  509. package/internal/qs/formats.mjs +9 -0
  510. package/internal/qs/formats.mjs.map +1 -0
  511. package/internal/qs/index.d.mts +10 -0
  512. package/internal/qs/index.d.mts.map +1 -0
  513. package/internal/qs/index.d.ts +10 -0
  514. package/internal/qs/index.d.ts.map +1 -0
  515. package/internal/qs/index.js +14 -0
  516. package/internal/qs/index.js.map +1 -0
  517. package/internal/qs/index.mjs +10 -0
  518. package/internal/qs/index.mjs.map +1 -0
  519. package/internal/qs/stringify.d.mts +3 -0
  520. package/internal/qs/stringify.d.mts.map +1 -0
  521. package/internal/qs/stringify.d.ts +3 -0
  522. package/internal/qs/stringify.d.ts.map +1 -0
  523. package/internal/qs/stringify.js +277 -0
  524. package/internal/qs/stringify.js.map +1 -0
  525. package/internal/qs/stringify.mjs +274 -0
  526. package/internal/qs/stringify.mjs.map +1 -0
  527. package/internal/qs/types.d.mts +57 -0
  528. package/internal/qs/types.d.mts.map +1 -0
  529. package/internal/qs/types.d.ts +57 -0
  530. package/internal/qs/types.d.ts.map +1 -0
  531. package/internal/qs/types.js +3 -0
  532. package/internal/qs/types.js.map +1 -0
  533. package/internal/qs/types.mjs +2 -0
  534. package/internal/qs/types.mjs.map +1 -0
  535. package/internal/qs/utils.d.mts +15 -0
  536. package/internal/qs/utils.d.mts.map +1 -0
  537. package/internal/qs/utils.d.ts +15 -0
  538. package/internal/qs/utils.d.ts.map +1 -0
  539. package/internal/qs/utils.js +230 -0
  540. package/internal/qs/utils.js.map +1 -0
  541. package/internal/qs/utils.mjs +217 -0
  542. package/internal/qs/utils.mjs.map +1 -0
  543. package/internal/request-options.d.mts +79 -0
  544. package/internal/request-options.d.mts.map +1 -0
  545. package/internal/request-options.d.ts +79 -0
  546. package/internal/request-options.d.ts.map +1 -0
  547. package/internal/request-options.js +14 -0
  548. package/internal/request-options.js.map +1 -0
  549. package/internal/request-options.mjs +10 -0
  550. package/internal/request-options.mjs.map +1 -0
  551. package/internal/shim-types.d.mts +17 -0
  552. package/internal/shim-types.d.mts.map +1 -0
  553. package/internal/shim-types.d.ts +17 -0
  554. package/internal/shim-types.d.ts.map +1 -0
  555. package/internal/shim-types.js +4 -0
  556. package/internal/shim-types.js.map +1 -0
  557. package/internal/shim-types.mjs +3 -0
  558. package/internal/shim-types.mjs.map +1 -0
  559. package/internal/shims.d.mts +20 -0
  560. package/internal/shims.d.mts.map +1 -0
  561. package/internal/shims.d.ts +20 -0
  562. package/internal/shims.d.ts.map +1 -0
  563. package/internal/shims.js +92 -0
  564. package/internal/shims.js.map +1 -0
  565. package/internal/shims.mjs +85 -0
  566. package/internal/shims.mjs.map +1 -0
  567. package/internal/stream-utils.d.mts +8 -0
  568. package/internal/stream-utils.d.mts.map +1 -0
  569. package/internal/stream-utils.d.ts +8 -0
  570. package/internal/stream-utils.d.ts.map +1 -0
  571. package/internal/stream-utils.js +38 -0
  572. package/internal/stream-utils.js.map +1 -0
  573. package/internal/stream-utils.mjs +35 -0
  574. package/internal/stream-utils.mjs.map +1 -0
  575. package/internal/to-file.d.mts +45 -0
  576. package/internal/to-file.d.mts.map +1 -0
  577. package/internal/to-file.d.ts +45 -0
  578. package/internal/to-file.d.ts.map +1 -0
  579. package/internal/to-file.js +91 -0
  580. package/internal/to-file.js.map +1 -0
  581. package/internal/to-file.mjs +88 -0
  582. package/internal/to-file.mjs.map +1 -0
  583. package/internal/tslib.js +81 -0
  584. package/internal/tslib.mjs +17 -0
  585. package/internal/types.d.mts +69 -0
  586. package/internal/types.d.mts.map +1 -0
  587. package/internal/types.d.ts +69 -0
  588. package/internal/types.d.ts.map +1 -0
  589. package/internal/types.js +4 -0
  590. package/internal/types.js.map +1 -0
  591. package/internal/types.mjs +3 -0
  592. package/internal/types.mjs.map +1 -0
  593. package/internal/uploads.d.mts +42 -0
  594. package/internal/uploads.d.mts.map +1 -0
  595. package/internal/uploads.d.ts +42 -0
  596. package/internal/uploads.d.ts.map +1 -0
  597. package/internal/uploads.js +141 -0
  598. package/internal/uploads.js.map +1 -0
  599. package/internal/uploads.mjs +131 -0
  600. package/internal/uploads.mjs.map +1 -0
  601. package/internal/utils/base64.d.mts +9 -0
  602. package/internal/utils/base64.d.mts.map +1 -0
  603. package/internal/utils/base64.d.ts +9 -0
  604. package/internal/utils/base64.d.ts.map +1 -0
  605. package/internal/utils/base64.js +61 -0
  606. package/internal/utils/base64.js.map +1 -0
  607. package/internal/utils/base64.mjs +55 -0
  608. package/internal/utils/base64.mjs.map +1 -0
  609. package/internal/utils/bytes.d.mts +4 -0
  610. package/internal/utils/bytes.d.mts.map +1 -0
  611. package/internal/utils/bytes.d.ts +4 -0
  612. package/internal/utils/bytes.d.ts.map +1 -0
  613. package/internal/utils/bytes.js +31 -0
  614. package/internal/utils/bytes.js.map +1 -0
  615. package/internal/utils/bytes.mjs +26 -0
  616. package/internal/utils/bytes.mjs.map +1 -0
  617. package/internal/utils/env.d.mts +9 -0
  618. package/internal/utils/env.d.mts.map +1 -0
  619. package/internal/utils/env.d.ts +9 -0
  620. package/internal/utils/env.d.ts.map +1 -0
  621. package/internal/utils/env.js +22 -0
  622. package/internal/utils/env.js.map +1 -0
  623. package/internal/utils/env.mjs +18 -0
  624. package/internal/utils/env.mjs.map +1 -0
  625. package/internal/utils/log.d.mts +37 -0
  626. package/internal/utils/log.d.mts.map +1 -0
  627. package/internal/utils/log.d.ts +37 -0
  628. package/internal/utils/log.d.ts.map +1 -0
  629. package/internal/utils/log.js +85 -0
  630. package/internal/utils/log.js.map +1 -0
  631. package/internal/utils/log.mjs +79 -0
  632. package/internal/utils/log.mjs.map +1 -0
  633. package/internal/utils/path.d.mts +15 -0
  634. package/internal/utils/path.d.mts.map +1 -0
  635. package/internal/utils/path.d.ts +15 -0
  636. package/internal/utils/path.d.ts.map +1 -0
  637. package/internal/utils/path.js +79 -0
  638. package/internal/utils/path.js.map +1 -0
  639. package/internal/utils/path.mjs +74 -0
  640. package/internal/utils/path.mjs.map +1 -0
  641. package/internal/utils/query.d.mts +2 -0
  642. package/internal/utils/query.d.mts.map +1 -0
  643. package/internal/utils/query.d.ts +2 -0
  644. package/internal/utils/query.d.ts.map +1 -0
  645. package/internal/utils/query.js +10 -0
  646. package/internal/utils/query.js.map +1 -0
  647. package/internal/utils/query.mjs +6 -0
  648. package/internal/utils/query.mjs.map +1 -0
  649. package/internal/utils/sleep.d.mts +2 -0
  650. package/internal/utils/sleep.d.mts.map +1 -0
  651. package/internal/utils/sleep.d.ts +2 -0
  652. package/internal/utils/sleep.d.ts.map +1 -0
  653. package/internal/utils/sleep.js +7 -0
  654. package/internal/utils/sleep.js.map +1 -0
  655. package/internal/utils/sleep.mjs +3 -0
  656. package/internal/utils/sleep.mjs.map +1 -0
  657. package/internal/utils/uuid.d.mts +5 -0
  658. package/internal/utils/uuid.d.mts.map +1 -0
  659. package/internal/utils/uuid.d.ts +5 -0
  660. package/internal/utils/uuid.d.ts.map +1 -0
  661. package/internal/utils/uuid.js +19 -0
  662. package/internal/utils/uuid.js.map +1 -0
  663. package/internal/utils/uuid.mjs +15 -0
  664. package/internal/utils/uuid.mjs.map +1 -0
  665. package/internal/utils/values.d.mts +18 -0
  666. package/internal/utils/values.d.mts.map +1 -0
  667. package/internal/utils/values.d.ts +18 -0
  668. package/internal/utils/values.d.ts.map +1 -0
  669. package/internal/utils/values.js +112 -0
  670. package/internal/utils/values.js.map +1 -0
  671. package/internal/utils/values.mjs +94 -0
  672. package/internal/utils/values.mjs.map +1 -0
  673. package/internal/utils.d.mts +8 -0
  674. package/internal/utils.d.mts.map +1 -0
  675. package/internal/utils.d.ts +8 -0
  676. package/internal/utils.d.ts.map +1 -0
  677. package/internal/utils.js +12 -0
  678. package/internal/utils.js.map +1 -0
  679. package/internal/utils.mjs +9 -0
  680. package/internal/utils.mjs.map +1 -0
  681. package/lib/AbstractChatCompletionRunner.d.mts +59 -0
  682. package/lib/AbstractChatCompletionRunner.d.mts.map +1 -0
  683. package/lib/AbstractChatCompletionRunner.d.ts +59 -0
  684. package/lib/AbstractChatCompletionRunner.d.ts.map +1 -0
  685. package/lib/AbstractChatCompletionRunner.js +291 -0
  686. package/lib/AbstractChatCompletionRunner.js.map +1 -0
  687. package/lib/AbstractChatCompletionRunner.mjs +287 -0
  688. package/lib/AbstractChatCompletionRunner.mjs.map +1 -0
  689. package/lib/AssistantStream.d.mts +60 -0
  690. package/lib/AssistantStream.d.mts.map +1 -0
  691. package/lib/AssistantStream.d.ts +60 -0
  692. package/lib/AssistantStream.d.ts.map +1 -0
  693. package/lib/AssistantStream.js +553 -0
  694. package/lib/AssistantStream.js.map +1 -0
  695. package/lib/AssistantStream.mjs +549 -0
  696. package/lib/AssistantStream.mjs.map +1 -0
  697. package/lib/ChatCompletionRunner.d.mts +16 -0
  698. package/lib/ChatCompletionRunner.d.mts.map +1 -0
  699. package/lib/ChatCompletionRunner.d.ts +16 -0
  700. package/lib/ChatCompletionRunner.d.ts.map +1 -0
  701. package/lib/ChatCompletionRunner.js +24 -0
  702. package/lib/ChatCompletionRunner.js.map +1 -0
  703. package/lib/ChatCompletionRunner.mjs +20 -0
  704. package/lib/ChatCompletionRunner.mjs.map +1 -0
  705. package/lib/ChatCompletionStream.d.mts +208 -0
  706. package/lib/ChatCompletionStream.d.mts.map +1 -0
  707. package/lib/ChatCompletionStream.d.ts +208 -0
  708. package/lib/ChatCompletionStream.d.ts.map +1 -0
  709. package/lib/ChatCompletionStream.js +493 -0
  710. package/lib/ChatCompletionStream.js.map +1 -0
  711. package/lib/ChatCompletionStream.mjs +489 -0
  712. package/lib/ChatCompletionStream.mjs.map +1 -0
  713. package/lib/ChatCompletionStreamingRunner.d.mts +19 -0
  714. package/lib/ChatCompletionStreamingRunner.d.mts.map +1 -0
  715. package/lib/ChatCompletionStreamingRunner.d.ts +19 -0
  716. package/lib/ChatCompletionStreamingRunner.d.ts.map +1 -0
  717. package/lib/ChatCompletionStreamingRunner.js +24 -0
  718. package/lib/ChatCompletionStreamingRunner.js.map +1 -0
  719. package/lib/ChatCompletionStreamingRunner.mjs +20 -0
  720. package/lib/ChatCompletionStreamingRunner.mjs.map +1 -0
  721. package/lib/EventEmitter.d.mts +45 -0
  722. package/lib/EventEmitter.d.mts.map +1 -0
  723. package/lib/EventEmitter.d.ts +45 -0
  724. package/lib/EventEmitter.d.ts.map +1 -0
  725. package/lib/EventEmitter.js +79 -0
  726. package/lib/EventEmitter.js.map +1 -0
  727. package/lib/EventEmitter.mjs +75 -0
  728. package/lib/EventEmitter.mjs.map +1 -0
  729. package/lib/EventStream.d.mts +62 -0
  730. package/lib/EventStream.d.mts.map +1 -0
  731. package/lib/EventStream.d.ts +62 -0
  732. package/lib/EventStream.d.ts.map +1 -0
  733. package/lib/EventStream.js +190 -0
  734. package/lib/EventStream.js.map +1 -0
  735. package/lib/EventStream.mjs +186 -0
  736. package/lib/EventStream.mjs.map +1 -0
  737. package/lib/ResponsesParser.d.mts +36 -0
  738. package/lib/ResponsesParser.d.mts.map +1 -0
  739. package/lib/ResponsesParser.d.ts +36 -0
  740. package/lib/ResponsesParser.d.ts.map +1 -0
  741. package/lib/ResponsesParser.js +170 -0
  742. package/lib/ResponsesParser.js.map +1 -0
  743. package/lib/ResponsesParser.mjs +160 -0
  744. package/lib/ResponsesParser.mjs.map +1 -0
  745. package/lib/RunnableFunction.d.mts +83 -0
  746. package/lib/RunnableFunction.d.mts.map +1 -0
  747. package/lib/RunnableFunction.d.ts +83 -0
  748. package/lib/RunnableFunction.d.ts.map +1 -0
  749. package/lib/RunnableFunction.js +19 -0
  750. package/lib/RunnableFunction.js.map +1 -0
  751. package/lib/RunnableFunction.mjs +14 -0
  752. package/lib/RunnableFunction.mjs.map +1 -0
  753. package/lib/Util.d.mts +5 -0
  754. package/lib/Util.d.mts.map +1 -0
  755. package/lib/Util.d.ts +5 -0
  756. package/lib/Util.d.ts.map +1 -0
  757. package/lib/Util.js +26 -0
  758. package/lib/Util.js.map +1 -0
  759. package/lib/Util.mjs +22 -0
  760. package/lib/Util.mjs.map +1 -0
  761. package/lib/chatCompletionUtils.d.mts +5 -0
  762. package/lib/chatCompletionUtils.d.mts.map +1 -0
  763. package/lib/chatCompletionUtils.d.ts +5 -0
  764. package/lib/chatCompletionUtils.d.ts.map +1 -0
  765. package/lib/chatCompletionUtils.js +16 -0
  766. package/lib/chatCompletionUtils.js.map +1 -0
  767. package/lib/chatCompletionUtils.mjs +10 -0
  768. package/lib/chatCompletionUtils.mjs.map +1 -0
  769. package/lib/jsonschema.d.mts +123 -0
  770. package/lib/jsonschema.d.mts.map +1 -0
  771. package/lib/jsonschema.d.ts +123 -0
  772. package/lib/jsonschema.d.ts.map +1 -0
  773. package/lib/jsonschema.js +11 -0
  774. package/lib/jsonschema.js.map +1 -0
  775. package/lib/jsonschema.mjs +10 -0
  776. package/lib/jsonschema.mjs.map +1 -0
  777. package/lib/parser.d.mts +47 -0
  778. package/lib/parser.d.mts.map +1 -0
  779. package/lib/parser.d.ts +47 -0
  780. package/lib/parser.d.ts.map +1 -0
  781. package/lib/parser.js +176 -0
  782. package/lib/parser.js.map +1 -0
  783. package/lib/parser.mjs +162 -0
  784. package/lib/parser.mjs.map +1 -0
  785. package/lib/responses/EventTypes.d.mts +9 -0
  786. package/lib/responses/EventTypes.d.mts.map +1 -0
  787. package/lib/responses/EventTypes.d.ts +9 -0
  788. package/lib/responses/EventTypes.d.ts.map +1 -0
  789. package/lib/responses/EventTypes.js +3 -0
  790. package/lib/responses/EventTypes.js.map +1 -0
  791. package/lib/responses/EventTypes.mjs +2 -0
  792. package/lib/responses/EventTypes.mjs.map +1 -0
  793. package/lib/responses/ResponseStream.d.mts +59 -0
  794. package/lib/responses/ResponseStream.d.mts.map +1 -0
  795. package/lib/responses/ResponseStream.d.ts +59 -0
  796. package/lib/responses/ResponseStream.d.ts.map +1 -0
  797. package/lib/responses/ResponseStream.js +265 -0
  798. package/lib/responses/ResponseStream.js.map +1 -0
  799. package/lib/responses/ResponseStream.mjs +261 -0
  800. package/lib/responses/ResponseStream.mjs.map +1 -0
  801. package/lib/transform.d.mts +3 -0
  802. package/lib/transform.d.mts.map +1 -0
  803. package/lib/transform.d.ts +3 -0
  804. package/lib/transform.d.ts.map +1 -0
  805. package/lib/transform.js +154 -0
  806. package/lib/transform.js.map +1 -0
  807. package/lib/transform.mjs +151 -0
  808. package/lib/transform.mjs.map +1 -0
  809. package/package.json +256 -0
  810. package/pagination.d.mts +2 -0
  811. package/pagination.d.mts.map +1 -0
  812. package/pagination.d.ts +2 -0
  813. package/pagination.d.ts.map +1 -0
  814. package/pagination.js +6 -0
  815. package/pagination.js.map +1 -0
  816. package/pagination.mjs +2 -0
  817. package/pagination.mjs.map +1 -0
  818. package/realtime/index.d.mts +2 -0
  819. package/realtime/index.d.mts.map +1 -0
  820. package/realtime/index.d.ts +2 -0
  821. package/realtime/index.d.ts.map +1 -0
  822. package/realtime/index.js +6 -0
  823. package/realtime/index.js.map +1 -0
  824. package/realtime/index.mjs +2 -0
  825. package/realtime/index.mjs.map +1 -0
  826. package/realtime/internal-base.d.mts +45 -0
  827. package/realtime/internal-base.d.mts.map +1 -0
  828. package/realtime/internal-base.d.ts +45 -0
  829. package/realtime/internal-base.d.ts.map +1 -0
  830. package/realtime/internal-base.js +55 -0
  831. package/realtime/internal-base.js.map +1 -0
  832. package/realtime/internal-base.mjs +48 -0
  833. package/realtime/internal-base.mjs.map +1 -0
  834. package/realtime/websocket.d.mts +36 -0
  835. package/realtime/websocket.d.mts.map +1 -0
  836. package/realtime/websocket.d.ts +36 -0
  837. package/realtime/websocket.d.ts.map +1 -0
  838. package/realtime/websocket.js +109 -0
  839. package/realtime/websocket.js.map +1 -0
  840. package/realtime/websocket.mjs +105 -0
  841. package/realtime/websocket.mjs.map +1 -0
  842. package/realtime/ws.d.mts +27 -0
  843. package/realtime/ws.d.mts.map +1 -0
  844. package/realtime/ws.d.ts +27 -0
  845. package/realtime/ws.d.ts.map +1 -0
  846. package/realtime/ws.js +92 -0
  847. package/realtime/ws.js.map +1 -0
  848. package/realtime/ws.mjs +87 -0
  849. package/realtime/ws.mjs.map +1 -0
  850. package/resource.d.mts +2 -0
  851. package/resource.d.mts.map +1 -0
  852. package/resource.d.ts +2 -0
  853. package/resource.d.ts.map +1 -0
  854. package/resource.js +6 -0
  855. package/resource.js.map +1 -0
  856. package/resource.mjs +2 -0
  857. package/resource.mjs.map +1 -0
  858. package/resources/audio/audio.d.mts +28 -0
  859. package/resources/audio/audio.d.mts.map +1 -0
  860. package/resources/audio/audio.d.ts +28 -0
  861. package/resources/audio/audio.d.ts.map +1 -0
  862. package/resources/audio/audio.js +25 -0
  863. package/resources/audio/audio.js.map +1 -0
  864. package/resources/audio/audio.mjs +20 -0
  865. package/resources/audio/audio.mjs.map +1 -0
  866. package/resources/audio/index.d.mts +5 -0
  867. package/resources/audio/index.d.mts.map +1 -0
  868. package/resources/audio/index.d.ts +5 -0
  869. package/resources/audio/index.d.ts.map +1 -0
  870. package/resources/audio/index.js +13 -0
  871. package/resources/audio/index.js.map +1 -0
  872. package/resources/audio/index.mjs +6 -0
  873. package/resources/audio/index.mjs.map +1 -0
  874. package/resources/audio/speech.d.mts +82 -0
  875. package/resources/audio/speech.d.mts.map +1 -0
  876. package/resources/audio/speech.d.ts +82 -0
  877. package/resources/audio/speech.d.ts.map +1 -0
  878. package/resources/audio/speech.js +38 -0
  879. package/resources/audio/speech.js.map +1 -0
  880. package/resources/audio/speech.mjs +34 -0
  881. package/resources/audio/speech.mjs.map +1 -0
  882. package/resources/audio/transcriptions.d.mts +662 -0
  883. package/resources/audio/transcriptions.d.mts.map +1 -0
  884. package/resources/audio/transcriptions.d.ts +662 -0
  885. package/resources/audio/transcriptions.d.ts.map +1 -0
  886. package/resources/audio/transcriptions.js +21 -0
  887. package/resources/audio/transcriptions.js.map +1 -0
  888. package/resources/audio/transcriptions.mjs +17 -0
  889. package/resources/audio/transcriptions.mjs.map +1 -0
  890. package/resources/audio/translations.d.mts +84 -0
  891. package/resources/audio/translations.d.mts.map +1 -0
  892. package/resources/audio/translations.d.ts +84 -0
  893. package/resources/audio/translations.d.ts.map +1 -0
  894. package/resources/audio/translations.js +16 -0
  895. package/resources/audio/translations.js.map +1 -0
  896. package/resources/audio/translations.mjs +12 -0
  897. package/resources/audio/translations.mjs.map +1 -0
  898. package/resources/audio.d.mts +2 -0
  899. package/resources/audio.d.mts.map +1 -0
  900. package/resources/audio.d.ts +2 -0
  901. package/resources/audio.d.ts.map +1 -0
  902. package/resources/audio.js +6 -0
  903. package/resources/audio.js.map +1 -0
  904. package/resources/audio.mjs +3 -0
  905. package/resources/audio.mjs.map +1 -0
  906. package/resources/batches.d.mts +284 -0
  907. package/resources/batches.d.mts.map +1 -0
  908. package/resources/batches.d.ts +284 -0
  909. package/resources/batches.d.ts.map +1 -0
  910. package/resources/batches.js +40 -0
  911. package/resources/batches.js.map +1 -0
  912. package/resources/batches.mjs +36 -0
  913. package/resources/batches.mjs.map +1 -0
  914. package/resources/beta/assistants.d.mts +1227 -0
  915. package/resources/beta/assistants.d.mts.map +1 -0
  916. package/resources/beta/assistants.d.ts +1227 -0
  917. package/resources/beta/assistants.d.ts.map +1 -0
  918. package/resources/beta/assistants.js +73 -0
  919. package/resources/beta/assistants.js.map +1 -0
  920. package/resources/beta/assistants.mjs +69 -0
  921. package/resources/beta/assistants.mjs.map +1 -0
  922. package/resources/beta/beta.d.mts +21 -0
  923. package/resources/beta/beta.d.mts.map +1 -0
  924. package/resources/beta/beta.d.ts +21 -0
  925. package/resources/beta/beta.d.ts.map +1 -0
  926. package/resources/beta/beta.js +29 -0
  927. package/resources/beta/beta.js.map +1 -0
  928. package/resources/beta/beta.mjs +24 -0
  929. package/resources/beta/beta.mjs.map +1 -0
  930. package/resources/beta/chatkit/chatkit.d.mts +51 -0
  931. package/resources/beta/chatkit/chatkit.d.mts.map +1 -0
  932. package/resources/beta/chatkit/chatkit.d.ts +51 -0
  933. package/resources/beta/chatkit/chatkit.d.ts.map +1 -0
  934. package/resources/beta/chatkit/chatkit.js +21 -0
  935. package/resources/beta/chatkit/chatkit.js.map +1 -0
  936. package/resources/beta/chatkit/chatkit.mjs +16 -0
  937. package/resources/beta/chatkit/chatkit.mjs.map +1 -0
  938. package/resources/beta/chatkit/index.d.mts +4 -0
  939. package/resources/beta/chatkit/index.d.mts.map +1 -0
  940. package/resources/beta/chatkit/index.d.ts +4 -0
  941. package/resources/beta/chatkit/index.d.ts.map +1 -0
  942. package/resources/beta/chatkit/index.js +11 -0
  943. package/resources/beta/chatkit/index.js.map +1 -0
  944. package/resources/beta/chatkit/index.mjs +5 -0
  945. package/resources/beta/chatkit/index.mjs.map +1 -0
  946. package/resources/beta/chatkit/sessions.d.mts +59 -0
  947. package/resources/beta/chatkit/sessions.d.mts.map +1 -0
  948. package/resources/beta/chatkit/sessions.d.ts +59 -0
  949. package/resources/beta/chatkit/sessions.d.ts.map +1 -0
  950. package/resources/beta/chatkit/sessions.js +47 -0
  951. package/resources/beta/chatkit/sessions.js.map +1 -0
  952. package/resources/beta/chatkit/sessions.mjs +43 -0
  953. package/resources/beta/chatkit/sessions.mjs.map +1 -0
  954. package/resources/beta/chatkit/threads.d.mts +811 -0
  955. package/resources/beta/chatkit/threads.d.mts.map +1 -0
  956. package/resources/beta/chatkit/threads.d.ts +811 -0
  957. package/resources/beta/chatkit/threads.d.ts.map +1 -0
  958. package/resources/beta/chatkit/threads.js +77 -0
  959. package/resources/beta/chatkit/threads.js.map +1 -0
  960. package/resources/beta/chatkit/threads.mjs +73 -0
  961. package/resources/beta/chatkit/threads.mjs.map +1 -0
  962. package/resources/beta/chatkit.d.mts +2 -0
  963. package/resources/beta/chatkit.d.mts.map +1 -0
  964. package/resources/beta/chatkit.d.ts +2 -0
  965. package/resources/beta/chatkit.d.ts.map +1 -0
  966. package/resources/beta/chatkit.js +6 -0
  967. package/resources/beta/chatkit.js.map +1 -0
  968. package/resources/beta/chatkit.mjs +3 -0
  969. package/resources/beta/chatkit.mjs.map +1 -0
  970. package/resources/beta/index.d.mts +6 -0
  971. package/resources/beta/index.d.mts.map +1 -0
  972. package/resources/beta/index.d.ts +6 -0
  973. package/resources/beta/index.d.ts.map +1 -0
  974. package/resources/beta/index.js +15 -0
  975. package/resources/beta/index.js.map +1 -0
  976. package/resources/beta/index.mjs +7 -0
  977. package/resources/beta/index.mjs.map +1 -0
  978. package/resources/beta/realtime/index.d.mts +4 -0
  979. package/resources/beta/realtime/index.d.mts.map +1 -0
  980. package/resources/beta/realtime/index.d.ts +4 -0
  981. package/resources/beta/realtime/index.d.ts.map +1 -0
  982. package/resources/beta/realtime/index.js +11 -0
  983. package/resources/beta/realtime/index.js.map +1 -0
  984. package/resources/beta/realtime/index.mjs +5 -0
  985. package/resources/beta/realtime/index.mjs.map +1 -0
  986. package/resources/beta/realtime/realtime.d.mts +2332 -0
  987. package/resources/beta/realtime/realtime.d.mts.map +1 -0
  988. package/resources/beta/realtime/realtime.d.ts +2332 -0
  989. package/resources/beta/realtime/realtime.d.ts.map +1 -0
  990. package/resources/beta/realtime/realtime.js +24 -0
  991. package/resources/beta/realtime/realtime.js.map +1 -0
  992. package/resources/beta/realtime/realtime.mjs +19 -0
  993. package/resources/beta/realtime/realtime.mjs.map +1 -0
  994. package/resources/beta/realtime/sessions.d.mts +744 -0
  995. package/resources/beta/realtime/sessions.d.mts.map +1 -0
  996. package/resources/beta/realtime/sessions.d.ts +744 -0
  997. package/resources/beta/realtime/sessions.d.ts.map +1 -0
  998. package/resources/beta/realtime/sessions.js +32 -0
  999. package/resources/beta/realtime/sessions.js.map +1 -0
  1000. package/resources/beta/realtime/sessions.mjs +28 -0
  1001. package/resources/beta/realtime/sessions.mjs.map +1 -0
  1002. package/resources/beta/realtime/transcription-sessions.d.mts +299 -0
  1003. package/resources/beta/realtime/transcription-sessions.d.mts.map +1 -0
  1004. package/resources/beta/realtime/transcription-sessions.d.ts +299 -0
  1005. package/resources/beta/realtime/transcription-sessions.d.ts.map +1 -0
  1006. package/resources/beta/realtime/transcription-sessions.js +32 -0
  1007. package/resources/beta/realtime/transcription-sessions.js.map +1 -0
  1008. package/resources/beta/realtime/transcription-sessions.mjs +28 -0
  1009. package/resources/beta/realtime/transcription-sessions.mjs.map +1 -0
  1010. package/resources/beta/realtime.d.mts +2 -0
  1011. package/resources/beta/realtime.d.mts.map +1 -0
  1012. package/resources/beta/realtime.d.ts +2 -0
  1013. package/resources/beta/realtime.d.ts.map +1 -0
  1014. package/resources/beta/realtime.js +6 -0
  1015. package/resources/beta/realtime.js.map +1 -0
  1016. package/resources/beta/realtime.mjs +3 -0
  1017. package/resources/beta/realtime.mjs.map +1 -0
  1018. package/resources/beta/threads/index.d.mts +4 -0
  1019. package/resources/beta/threads/index.d.mts.map +1 -0
  1020. package/resources/beta/threads/index.d.ts +4 -0
  1021. package/resources/beta/threads/index.d.ts.map +1 -0
  1022. package/resources/beta/threads/index.js +11 -0
  1023. package/resources/beta/threads/index.js.map +1 -0
  1024. package/resources/beta/threads/index.mjs +5 -0
  1025. package/resources/beta/threads/index.mjs.map +1 -0
  1026. package/resources/beta/threads/messages.d.mts +596 -0
  1027. package/resources/beta/threads/messages.d.mts.map +1 -0
  1028. package/resources/beta/threads/messages.d.ts +596 -0
  1029. package/resources/beta/threads/messages.d.ts.map +1 -0
  1030. package/resources/beta/threads/messages.js +78 -0
  1031. package/resources/beta/threads/messages.js.map +1 -0
  1032. package/resources/beta/threads/messages.mjs +74 -0
  1033. package/resources/beta/threads/messages.mjs.map +1 -0
  1034. package/resources/beta/threads/runs/index.d.mts +3 -0
  1035. package/resources/beta/threads/runs/index.d.mts.map +1 -0
  1036. package/resources/beta/threads/runs/index.d.ts +3 -0
  1037. package/resources/beta/threads/runs/index.d.ts.map +1 -0
  1038. package/resources/beta/threads/runs/index.js +9 -0
  1039. package/resources/beta/threads/runs/index.js.map +1 -0
  1040. package/resources/beta/threads/runs/index.mjs +4 -0
  1041. package/resources/beta/threads/runs/index.mjs.map +1 -0
  1042. package/resources/beta/threads/runs/runs.d.mts +743 -0
  1043. package/resources/beta/threads/runs/runs.d.mts.map +1 -0
  1044. package/resources/beta/threads/runs/runs.d.ts +743 -0
  1045. package/resources/beta/threads/runs/runs.d.ts.map +1 -0
  1046. package/resources/beta/threads/runs/runs.js +186 -0
  1047. package/resources/beta/threads/runs/runs.js.map +1 -0
  1048. package/resources/beta/threads/runs/runs.mjs +181 -0
  1049. package/resources/beta/threads/runs/runs.mjs.map +1 -0
  1050. package/resources/beta/threads/runs/steps.d.mts +617 -0
  1051. package/resources/beta/threads/runs/steps.d.mts.map +1 -0
  1052. package/resources/beta/threads/runs/steps.d.ts +617 -0
  1053. package/resources/beta/threads/runs/steps.d.ts.map +1 -0
  1054. package/resources/beta/threads/runs/steps.js +43 -0
  1055. package/resources/beta/threads/runs/steps.js.map +1 -0
  1056. package/resources/beta/threads/runs/steps.mjs +39 -0
  1057. package/resources/beta/threads/runs/steps.mjs.map +1 -0
  1058. package/resources/beta/threads/runs.d.mts +2 -0
  1059. package/resources/beta/threads/runs.d.mts.map +1 -0
  1060. package/resources/beta/threads/runs.d.ts +2 -0
  1061. package/resources/beta/threads/runs.d.ts.map +1 -0
  1062. package/resources/beta/threads/runs.js +6 -0
  1063. package/resources/beta/threads/runs.js.map +1 -0
  1064. package/resources/beta/threads/runs.mjs +3 -0
  1065. package/resources/beta/threads/runs.mjs.map +1 -0
  1066. package/resources/beta/threads/threads.d.mts +1048 -0
  1067. package/resources/beta/threads/threads.d.mts.map +1 -0
  1068. package/resources/beta/threads/threads.d.ts +1048 -0
  1069. package/resources/beta/threads/threads.d.ts.map +1 -0
  1070. package/resources/beta/threads/threads.js +99 -0
  1071. package/resources/beta/threads/threads.js.map +1 -0
  1072. package/resources/beta/threads/threads.mjs +94 -0
  1073. package/resources/beta/threads/threads.mjs.map +1 -0
  1074. package/resources/beta/threads.d.mts +2 -0
  1075. package/resources/beta/threads.d.mts.map +1 -0
  1076. package/resources/beta/threads.d.ts +2 -0
  1077. package/resources/beta/threads.d.ts.map +1 -0
  1078. package/resources/beta/threads.js +6 -0
  1079. package/resources/beta/threads.js.map +1 -0
  1080. package/resources/beta/threads.mjs +3 -0
  1081. package/resources/beta/threads.mjs.map +1 -0
  1082. package/resources/beta.d.mts +2 -0
  1083. package/resources/beta.d.mts.map +1 -0
  1084. package/resources/beta.d.ts +2 -0
  1085. package/resources/beta.d.ts.map +1 -0
  1086. package/resources/beta.js +6 -0
  1087. package/resources/beta.js.map +1 -0
  1088. package/resources/beta.mjs +3 -0
  1089. package/resources/beta.mjs.map +1 -0
  1090. package/resources/chat/chat.d.mts +13 -0
  1091. package/resources/chat/chat.d.mts.map +1 -0
  1092. package/resources/chat/chat.d.ts +13 -0
  1093. package/resources/chat/chat.d.ts.map +1 -0
  1094. package/resources/chat/chat.js +17 -0
  1095. package/resources/chat/chat.js.map +1 -0
  1096. package/resources/chat/chat.mjs +12 -0
  1097. package/resources/chat/chat.mjs.map +1 -0
  1098. package/resources/chat/completions/completions.d.mts +1659 -0
  1099. package/resources/chat/completions/completions.d.mts.map +1 -0
  1100. package/resources/chat/completions/completions.d.ts +1659 -0
  1101. package/resources/chat/completions/completions.d.ts.map +1 -0
  1102. package/resources/chat/completions/completions.js +118 -0
  1103. package/resources/chat/completions/completions.js.map +1 -0
  1104. package/resources/chat/completions/completions.mjs +109 -0
  1105. package/resources/chat/completions/completions.mjs.map +1 -0
  1106. package/resources/chat/completions/index.d.mts +4 -0
  1107. package/resources/chat/completions/index.d.mts.map +1 -0
  1108. package/resources/chat/completions/index.d.ts +4 -0
  1109. package/resources/chat/completions/index.d.ts.map +1 -0
  1110. package/resources/chat/completions/index.js +11 -0
  1111. package/resources/chat/completions/index.js.map +1 -0
  1112. package/resources/chat/completions/index.mjs +5 -0
  1113. package/resources/chat/completions/index.mjs.map +1 -0
  1114. package/resources/chat/completions/messages.d.mts +37 -0
  1115. package/resources/chat/completions/messages.d.mts.map +1 -0
  1116. package/resources/chat/completions/messages.d.ts +37 -0
  1117. package/resources/chat/completions/messages.d.ts.map +1 -0
  1118. package/resources/chat/completions/messages.js +31 -0
  1119. package/resources/chat/completions/messages.js.map +1 -0
  1120. package/resources/chat/completions/messages.mjs +27 -0
  1121. package/resources/chat/completions/messages.mjs.map +1 -0
  1122. package/resources/chat/completions.d.mts +2 -0
  1123. package/resources/chat/completions.d.mts.map +1 -0
  1124. package/resources/chat/completions.d.ts +2 -0
  1125. package/resources/chat/completions.d.ts.map +1 -0
  1126. package/resources/chat/completions.js +6 -0
  1127. package/resources/chat/completions.js.map +1 -0
  1128. package/resources/chat/completions.mjs +3 -0
  1129. package/resources/chat/completions.mjs.map +1 -0
  1130. package/resources/chat/index.d.mts +3 -0
  1131. package/resources/chat/index.d.mts.map +1 -0
  1132. package/resources/chat/index.d.ts +3 -0
  1133. package/resources/chat/index.d.ts.map +1 -0
  1134. package/resources/chat/index.js +9 -0
  1135. package/resources/chat/index.js.map +1 -0
  1136. package/resources/chat/index.mjs +4 -0
  1137. package/resources/chat/index.mjs.map +1 -0
  1138. package/resources/chat.d.mts +2 -0
  1139. package/resources/chat.d.mts.map +1 -0
  1140. package/resources/chat.d.ts +2 -0
  1141. package/resources/chat.d.ts.map +1 -0
  1142. package/resources/chat.js +6 -0
  1143. package/resources/chat.js.map +1 -0
  1144. package/resources/chat.mjs +3 -0
  1145. package/resources/chat.mjs.map +1 -0
  1146. package/resources/completions.d.mts +335 -0
  1147. package/resources/completions.d.mts.map +1 -0
  1148. package/resources/completions.d.ts +335 -0
  1149. package/resources/completions.d.ts.map +1 -0
  1150. package/resources/completions.js +15 -0
  1151. package/resources/completions.js.map +1 -0
  1152. package/resources/completions.mjs +11 -0
  1153. package/resources/completions.mjs.map +1 -0
  1154. package/resources/containers/containers.d.mts +292 -0
  1155. package/resources/containers/containers.d.mts.map +1 -0
  1156. package/resources/containers/containers.d.ts +292 -0
  1157. package/resources/containers/containers.d.ts.map +1 -0
  1158. package/resources/containers/containers.js +47 -0
  1159. package/resources/containers/containers.js.map +1 -0
  1160. package/resources/containers/containers.mjs +42 -0
  1161. package/resources/containers/containers.mjs.map +1 -0
  1162. package/resources/containers/files/content.d.mts +16 -0
  1163. package/resources/containers/files/content.d.mts.map +1 -0
  1164. package/resources/containers/files/content.d.ts +16 -0
  1165. package/resources/containers/files/content.d.ts.map +1 -0
  1166. package/resources/containers/files/content.js +22 -0
  1167. package/resources/containers/files/content.js.map +1 -0
  1168. package/resources/containers/files/content.mjs +18 -0
  1169. package/resources/containers/files/content.mjs.map +1 -0
  1170. package/resources/containers/files/files.d.mts +148 -0
  1171. package/resources/containers/files/files.d.mts.map +1 -0
  1172. package/resources/containers/files/files.d.ts +148 -0
  1173. package/resources/containers/files/files.d.ts.map +1 -0
  1174. package/resources/containers/files/files.js +56 -0
  1175. package/resources/containers/files/files.js.map +1 -0
  1176. package/resources/containers/files/files.mjs +51 -0
  1177. package/resources/containers/files/files.mjs.map +1 -0
  1178. package/resources/containers/files/index.d.mts +3 -0
  1179. package/resources/containers/files/index.d.mts.map +1 -0
  1180. package/resources/containers/files/index.d.ts +3 -0
  1181. package/resources/containers/files/index.d.ts.map +1 -0
  1182. package/resources/containers/files/index.js +9 -0
  1183. package/resources/containers/files/index.js.map +1 -0
  1184. package/resources/containers/files/index.mjs +4 -0
  1185. package/resources/containers/files/index.mjs.map +1 -0
  1186. package/resources/containers/files.d.mts +2 -0
  1187. package/resources/containers/files.d.mts.map +1 -0
  1188. package/resources/containers/files.d.ts +2 -0
  1189. package/resources/containers/files.d.ts.map +1 -0
  1190. package/resources/containers/files.js +6 -0
  1191. package/resources/containers/files.js.map +1 -0
  1192. package/resources/containers/files.mjs +3 -0
  1193. package/resources/containers/files.mjs.map +1 -0
  1194. package/resources/containers/index.d.mts +3 -0
  1195. package/resources/containers/index.d.mts.map +1 -0
  1196. package/resources/containers/index.d.ts +3 -0
  1197. package/resources/containers/index.d.ts.map +1 -0
  1198. package/resources/containers/index.js +9 -0
  1199. package/resources/containers/index.js.map +1 -0
  1200. package/resources/containers/index.mjs +4 -0
  1201. package/resources/containers/index.mjs.map +1 -0
  1202. package/resources/containers.d.mts +2 -0
  1203. package/resources/containers.d.mts.map +1 -0
  1204. package/resources/containers.d.ts +2 -0
  1205. package/resources/containers.d.ts.map +1 -0
  1206. package/resources/containers.js +6 -0
  1207. package/resources/containers.js.map +1 -0
  1208. package/resources/containers.mjs +3 -0
  1209. package/resources/containers.mjs.map +1 -0
  1210. package/resources/conversations/conversations.d.mts +184 -0
  1211. package/resources/conversations/conversations.d.mts.map +1 -0
  1212. package/resources/conversations/conversations.d.ts +184 -0
  1213. package/resources/conversations/conversations.d.ts.map +1 -0
  1214. package/resources/conversations/conversations.js +45 -0
  1215. package/resources/conversations/conversations.js.map +1 -0
  1216. package/resources/conversations/conversations.mjs +40 -0
  1217. package/resources/conversations/conversations.mjs.map +1 -0
  1218. package/resources/conversations/index.d.mts +3 -0
  1219. package/resources/conversations/index.d.mts.map +1 -0
  1220. package/resources/conversations/index.d.ts +3 -0
  1221. package/resources/conversations/index.d.ts.map +1 -0
  1222. package/resources/conversations/index.js +9 -0
  1223. package/resources/conversations/index.js.map +1 -0
  1224. package/resources/conversations/index.mjs +4 -0
  1225. package/resources/conversations/index.mjs.map +1 -0
  1226. package/resources/conversations/items.d.mts +370 -0
  1227. package/resources/conversations/items.d.mts.map +1 -0
  1228. package/resources/conversations/items.d.ts +370 -0
  1229. package/resources/conversations/items.d.ts.map +1 -0
  1230. package/resources/conversations/items.js +45 -0
  1231. package/resources/conversations/items.js.map +1 -0
  1232. package/resources/conversations/items.mjs +41 -0
  1233. package/resources/conversations/items.mjs.map +1 -0
  1234. package/resources/conversations.d.mts +2 -0
  1235. package/resources/conversations.d.mts.map +1 -0
  1236. package/resources/conversations.d.ts +2 -0
  1237. package/resources/conversations.d.ts.map +1 -0
  1238. package/resources/conversations.js +6 -0
  1239. package/resources/conversations.js.map +1 -0
  1240. package/resources/conversations.mjs +3 -0
  1241. package/resources/conversations.mjs.map +1 -0
  1242. package/resources/embeddings.d.mts +116 -0
  1243. package/resources/embeddings.d.mts.map +1 -0
  1244. package/resources/embeddings.d.ts +116 -0
  1245. package/resources/embeddings.d.ts.map +1 -0
  1246. package/resources/embeddings.js +59 -0
  1247. package/resources/embeddings.js.map +1 -0
  1248. package/resources/embeddings.mjs +55 -0
  1249. package/resources/embeddings.mjs.map +1 -0
  1250. package/resources/evals/evals.d.mts +739 -0
  1251. package/resources/evals/evals.d.mts.map +1 -0
  1252. package/resources/evals/evals.d.ts +739 -0
  1253. package/resources/evals/evals.d.ts.map +1 -0
  1254. package/resources/evals/evals.js +57 -0
  1255. package/resources/evals/evals.js.map +1 -0
  1256. package/resources/evals/evals.mjs +52 -0
  1257. package/resources/evals/evals.mjs.map +1 -0
  1258. package/resources/evals/index.d.mts +3 -0
  1259. package/resources/evals/index.d.mts.map +1 -0
  1260. package/resources/evals/index.d.ts +3 -0
  1261. package/resources/evals/index.d.ts.map +1 -0
  1262. package/resources/evals/index.js +9 -0
  1263. package/resources/evals/index.js.map +1 -0
  1264. package/resources/evals/index.mjs +4 -0
  1265. package/resources/evals/index.mjs.map +1 -0
  1266. package/resources/evals/runs/index.d.mts +3 -0
  1267. package/resources/evals/runs/index.d.mts.map +1 -0
  1268. package/resources/evals/runs/index.d.ts +3 -0
  1269. package/resources/evals/runs/index.d.ts.map +1 -0
  1270. package/resources/evals/runs/index.js +9 -0
  1271. package/resources/evals/runs/index.js.map +1 -0
  1272. package/resources/evals/runs/index.mjs +4 -0
  1273. package/resources/evals/runs/index.mjs.map +1 -0
  1274. package/resources/evals/runs/output-items.d.mts +385 -0
  1275. package/resources/evals/runs/output-items.d.mts.map +1 -0
  1276. package/resources/evals/runs/output-items.d.ts +385 -0
  1277. package/resources/evals/runs/output-items.d.ts.map +1 -0
  1278. package/resources/evals/runs/output-items.js +28 -0
  1279. package/resources/evals/runs/output-items.js.map +1 -0
  1280. package/resources/evals/runs/output-items.mjs +24 -0
  1281. package/resources/evals/runs/output-items.mjs.map +1 -0
  1282. package/resources/evals/runs/runs.d.mts +2388 -0
  1283. package/resources/evals/runs/runs.d.mts.map +1 -0
  1284. package/resources/evals/runs/runs.d.ts +2388 -0
  1285. package/resources/evals/runs/runs.d.ts.map +1 -0
  1286. package/resources/evals/runs/runs.js +60 -0
  1287. package/resources/evals/runs/runs.js.map +1 -0
  1288. package/resources/evals/runs/runs.mjs +55 -0
  1289. package/resources/evals/runs/runs.mjs.map +1 -0
  1290. package/resources/evals/runs.d.mts +2 -0
  1291. package/resources/evals/runs.d.mts.map +1 -0
  1292. package/resources/evals/runs.d.ts +2 -0
  1293. package/resources/evals/runs.d.ts.map +1 -0
  1294. package/resources/evals/runs.js +6 -0
  1295. package/resources/evals/runs.js.map +1 -0
  1296. package/resources/evals/runs.mjs +3 -0
  1297. package/resources/evals/runs.mjs.map +1 -0
  1298. package/resources/evals.d.mts +2 -0
  1299. package/resources/evals.d.mts.map +1 -0
  1300. package/resources/evals.d.ts +2 -0
  1301. package/resources/evals.d.ts.map +1 -0
  1302. package/resources/evals.js +6 -0
  1303. package/resources/evals.js.map +1 -0
  1304. package/resources/evals.mjs +3 -0
  1305. package/resources/evals.mjs.map +1 -0
  1306. package/resources/files.d.mts +174 -0
  1307. package/resources/files.d.mts.map +1 -0
  1308. package/resources/files.d.ts +174 -0
  1309. package/resources/files.d.ts.map +1 -0
  1310. package/resources/files.js +89 -0
  1311. package/resources/files.js.map +1 -0
  1312. package/resources/files.mjs +85 -0
  1313. package/resources/files.mjs.map +1 -0
  1314. package/resources/fine-tuning/alpha/alpha.d.mts +10 -0
  1315. package/resources/fine-tuning/alpha/alpha.d.mts.map +1 -0
  1316. package/resources/fine-tuning/alpha/alpha.d.ts +10 -0
  1317. package/resources/fine-tuning/alpha/alpha.d.ts.map +1 -0
  1318. package/resources/fine-tuning/alpha/alpha.js +17 -0
  1319. package/resources/fine-tuning/alpha/alpha.js.map +1 -0
  1320. package/resources/fine-tuning/alpha/alpha.mjs +12 -0
  1321. package/resources/fine-tuning/alpha/alpha.mjs.map +1 -0
  1322. package/resources/fine-tuning/alpha/graders.d.mts +122 -0
  1323. package/resources/fine-tuning/alpha/graders.d.mts.map +1 -0
  1324. package/resources/fine-tuning/alpha/graders.d.ts +122 -0
  1325. package/resources/fine-tuning/alpha/graders.d.ts.map +1 -0
  1326. package/resources/fine-tuning/alpha/graders.js +52 -0
  1327. package/resources/fine-tuning/alpha/graders.js.map +1 -0
  1328. package/resources/fine-tuning/alpha/graders.mjs +48 -0
  1329. package/resources/fine-tuning/alpha/graders.mjs.map +1 -0
  1330. package/resources/fine-tuning/alpha/index.d.mts +3 -0
  1331. package/resources/fine-tuning/alpha/index.d.mts.map +1 -0
  1332. package/resources/fine-tuning/alpha/index.d.ts +3 -0
  1333. package/resources/fine-tuning/alpha/index.d.ts.map +1 -0
  1334. package/resources/fine-tuning/alpha/index.js +9 -0
  1335. package/resources/fine-tuning/alpha/index.js.map +1 -0
  1336. package/resources/fine-tuning/alpha/index.mjs +4 -0
  1337. package/resources/fine-tuning/alpha/index.mjs.map +1 -0
  1338. package/resources/fine-tuning/alpha.d.mts +2 -0
  1339. package/resources/fine-tuning/alpha.d.mts.map +1 -0
  1340. package/resources/fine-tuning/alpha.d.ts +2 -0
  1341. package/resources/fine-tuning/alpha.d.ts.map +1 -0
  1342. package/resources/fine-tuning/alpha.js +6 -0
  1343. package/resources/fine-tuning/alpha.js.map +1 -0
  1344. package/resources/fine-tuning/alpha.mjs +3 -0
  1345. package/resources/fine-tuning/alpha.mjs.map +1 -0
  1346. package/resources/fine-tuning/checkpoints/checkpoints.d.mts +10 -0
  1347. package/resources/fine-tuning/checkpoints/checkpoints.d.mts.map +1 -0
  1348. package/resources/fine-tuning/checkpoints/checkpoints.d.ts +10 -0
  1349. package/resources/fine-tuning/checkpoints/checkpoints.d.ts.map +1 -0
  1350. package/resources/fine-tuning/checkpoints/checkpoints.js +17 -0
  1351. package/resources/fine-tuning/checkpoints/checkpoints.js.map +1 -0
  1352. package/resources/fine-tuning/checkpoints/checkpoints.mjs +12 -0
  1353. package/resources/fine-tuning/checkpoints/checkpoints.mjs.map +1 -0
  1354. package/resources/fine-tuning/checkpoints/index.d.mts +3 -0
  1355. package/resources/fine-tuning/checkpoints/index.d.mts.map +1 -0
  1356. package/resources/fine-tuning/checkpoints/index.d.ts +3 -0
  1357. package/resources/fine-tuning/checkpoints/index.d.ts.map +1 -0
  1358. package/resources/fine-tuning/checkpoints/index.js +9 -0
  1359. package/resources/fine-tuning/checkpoints/index.js.map +1 -0
  1360. package/resources/fine-tuning/checkpoints/index.mjs +4 -0
  1361. package/resources/fine-tuning/checkpoints/index.mjs.map +1 -0
  1362. package/resources/fine-tuning/checkpoints/permissions.d.mts +207 -0
  1363. package/resources/fine-tuning/checkpoints/permissions.d.mts.map +1 -0
  1364. package/resources/fine-tuning/checkpoints/permissions.d.ts +207 -0
  1365. package/resources/fine-tuning/checkpoints/permissions.d.ts.map +1 -0
  1366. package/resources/fine-tuning/checkpoints/permissions.js +89 -0
  1367. package/resources/fine-tuning/checkpoints/permissions.js.map +1 -0
  1368. package/resources/fine-tuning/checkpoints/permissions.mjs +85 -0
  1369. package/resources/fine-tuning/checkpoints/permissions.mjs.map +1 -0
  1370. package/resources/fine-tuning/checkpoints.d.mts +2 -0
  1371. package/resources/fine-tuning/checkpoints.d.mts.map +1 -0
  1372. package/resources/fine-tuning/checkpoints.d.ts +2 -0
  1373. package/resources/fine-tuning/checkpoints.d.ts.map +1 -0
  1374. package/resources/fine-tuning/checkpoints.js +6 -0
  1375. package/resources/fine-tuning/checkpoints.js.map +1 -0
  1376. package/resources/fine-tuning/checkpoints.mjs +3 -0
  1377. package/resources/fine-tuning/checkpoints.mjs.map +1 -0
  1378. package/resources/fine-tuning/fine-tuning.d.mts +22 -0
  1379. package/resources/fine-tuning/fine-tuning.d.mts.map +1 -0
  1380. package/resources/fine-tuning/fine-tuning.d.ts +22 -0
  1381. package/resources/fine-tuning/fine-tuning.d.ts.map +1 -0
  1382. package/resources/fine-tuning/fine-tuning.js +29 -0
  1383. package/resources/fine-tuning/fine-tuning.js.map +1 -0
  1384. package/resources/fine-tuning/fine-tuning.mjs +24 -0
  1385. package/resources/fine-tuning/fine-tuning.mjs.map +1 -0
  1386. package/resources/fine-tuning/index.d.mts +6 -0
  1387. package/resources/fine-tuning/index.d.mts.map +1 -0
  1388. package/resources/fine-tuning/index.d.ts +6 -0
  1389. package/resources/fine-tuning/index.d.ts.map +1 -0
  1390. package/resources/fine-tuning/index.js +15 -0
  1391. package/resources/fine-tuning/index.js.map +1 -0
  1392. package/resources/fine-tuning/index.mjs +7 -0
  1393. package/resources/fine-tuning/index.mjs.map +1 -0
  1394. package/resources/fine-tuning/jobs/checkpoints.d.mts +77 -0
  1395. package/resources/fine-tuning/jobs/checkpoints.d.mts.map +1 -0
  1396. package/resources/fine-tuning/jobs/checkpoints.d.ts +77 -0
  1397. package/resources/fine-tuning/jobs/checkpoints.d.ts.map +1 -0
  1398. package/resources/fine-tuning/jobs/checkpoints.js +30 -0
  1399. package/resources/fine-tuning/jobs/checkpoints.js.map +1 -0
  1400. package/resources/fine-tuning/jobs/checkpoints.mjs +26 -0
  1401. package/resources/fine-tuning/jobs/checkpoints.mjs.map +1 -0
  1402. package/resources/fine-tuning/jobs/index.d.mts +3 -0
  1403. package/resources/fine-tuning/jobs/index.d.mts.map +1 -0
  1404. package/resources/fine-tuning/jobs/index.d.ts +3 -0
  1405. package/resources/fine-tuning/jobs/index.d.ts.map +1 -0
  1406. package/resources/fine-tuning/jobs/index.js +9 -0
  1407. package/resources/fine-tuning/jobs/index.js.map +1 -0
  1408. package/resources/fine-tuning/jobs/index.mjs +4 -0
  1409. package/resources/fine-tuning/jobs/index.mjs.map +1 -0
  1410. package/resources/fine-tuning/jobs/jobs.d.mts +531 -0
  1411. package/resources/fine-tuning/jobs/jobs.d.mts.map +1 -0
  1412. package/resources/fine-tuning/jobs/jobs.d.ts +531 -0
  1413. package/resources/fine-tuning/jobs/jobs.d.ts.map +1 -0
  1414. package/resources/fine-tuning/jobs/jobs.js +126 -0
  1415. package/resources/fine-tuning/jobs/jobs.js.map +1 -0
  1416. package/resources/fine-tuning/jobs/jobs.mjs +121 -0
  1417. package/resources/fine-tuning/jobs/jobs.mjs.map +1 -0
  1418. package/resources/fine-tuning/jobs.d.mts +2 -0
  1419. package/resources/fine-tuning/jobs.d.mts.map +1 -0
  1420. package/resources/fine-tuning/jobs.d.ts +2 -0
  1421. package/resources/fine-tuning/jobs.d.ts.map +1 -0
  1422. package/resources/fine-tuning/jobs.js +6 -0
  1423. package/resources/fine-tuning/jobs.js.map +1 -0
  1424. package/resources/fine-tuning/jobs.mjs +3 -0
  1425. package/resources/fine-tuning/jobs.mjs.map +1 -0
  1426. package/resources/fine-tuning/methods.d.mts +120 -0
  1427. package/resources/fine-tuning/methods.d.mts.map +1 -0
  1428. package/resources/fine-tuning/methods.d.ts +120 -0
  1429. package/resources/fine-tuning/methods.d.ts.map +1 -0
  1430. package/resources/fine-tuning/methods.js +9 -0
  1431. package/resources/fine-tuning/methods.js.map +1 -0
  1432. package/resources/fine-tuning/methods.mjs +5 -0
  1433. package/resources/fine-tuning/methods.mjs.map +1 -0
  1434. package/resources/fine-tuning.d.mts +2 -0
  1435. package/resources/fine-tuning.d.mts.map +1 -0
  1436. package/resources/fine-tuning.d.ts +2 -0
  1437. package/resources/fine-tuning.d.ts.map +1 -0
  1438. package/resources/fine-tuning.js +6 -0
  1439. package/resources/fine-tuning.js.map +1 -0
  1440. package/resources/fine-tuning.mjs +3 -0
  1441. package/resources/fine-tuning.mjs.map +1 -0
  1442. package/resources/graders/grader-models.d.mts +354 -0
  1443. package/resources/graders/grader-models.d.mts.map +1 -0
  1444. package/resources/graders/grader-models.d.ts +354 -0
  1445. package/resources/graders/grader-models.d.ts.map +1 -0
  1446. package/resources/graders/grader-models.js +9 -0
  1447. package/resources/graders/grader-models.js.map +1 -0
  1448. package/resources/graders/grader-models.mjs +5 -0
  1449. package/resources/graders/grader-models.mjs.map +1 -0
  1450. package/resources/graders/graders.d.mts +10 -0
  1451. package/resources/graders/graders.d.mts.map +1 -0
  1452. package/resources/graders/graders.d.ts +10 -0
  1453. package/resources/graders/graders.d.ts.map +1 -0
  1454. package/resources/graders/graders.js +17 -0
  1455. package/resources/graders/graders.js.map +1 -0
  1456. package/resources/graders/graders.mjs +12 -0
  1457. package/resources/graders/graders.mjs.map +1 -0
  1458. package/resources/graders/index.d.mts +3 -0
  1459. package/resources/graders/index.d.mts.map +1 -0
  1460. package/resources/graders/index.d.ts +3 -0
  1461. package/resources/graders/index.d.ts.map +1 -0
  1462. package/resources/graders/index.js +9 -0
  1463. package/resources/graders/index.js.map +1 -0
  1464. package/resources/graders/index.mjs +4 -0
  1465. package/resources/graders/index.mjs.map +1 -0
  1466. package/resources/graders.d.mts +2 -0
  1467. package/resources/graders.d.mts.map +1 -0
  1468. package/resources/graders.d.ts +2 -0
  1469. package/resources/graders.d.ts.map +1 -0
  1470. package/resources/graders.js +6 -0
  1471. package/resources/graders.js.map +1 -0
  1472. package/resources/graders.mjs +3 -0
  1473. package/resources/graders.mjs.map +1 -0
  1474. package/resources/images.d.mts +679 -0
  1475. package/resources/images.d.mts.map +1 -0
  1476. package/resources/images.d.ts +679 -0
  1477. package/resources/images.d.ts.map +1 -0
  1478. package/resources/images.js +32 -0
  1479. package/resources/images.js.map +1 -0
  1480. package/resources/images.mjs +28 -0
  1481. package/resources/images.mjs.map +1 -0
  1482. package/resources/index.d.mts +24 -0
  1483. package/resources/index.d.mts.map +1 -0
  1484. package/resources/index.d.ts +24 -0
  1485. package/resources/index.d.ts.map +1 -0
  1486. package/resources/index.js +50 -0
  1487. package/resources/index.js.map +1 -0
  1488. package/resources/index.mjs +25 -0
  1489. package/resources/index.mjs.map +1 -0
  1490. package/resources/models.d.mts +55 -0
  1491. package/resources/models.d.mts.map +1 -0
  1492. package/resources/models.d.ts +55 -0
  1493. package/resources/models.d.ts.map +1 -0
  1494. package/resources/models.js +35 -0
  1495. package/resources/models.js.map +1 -0
  1496. package/resources/models.mjs +31 -0
  1497. package/resources/models.mjs.map +1 -0
  1498. package/resources/moderations.d.mts +298 -0
  1499. package/resources/moderations.d.mts.map +1 -0
  1500. package/resources/moderations.d.ts +298 -0
  1501. package/resources/moderations.d.ts.map +1 -0
  1502. package/resources/moderations.js +19 -0
  1503. package/resources/moderations.js.map +1 -0
  1504. package/resources/moderations.mjs +15 -0
  1505. package/resources/moderations.mjs.map +1 -0
  1506. package/resources/realtime/calls.d.mts +158 -0
  1507. package/resources/realtime/calls.d.mts.map +1 -0
  1508. package/resources/realtime/calls.d.ts +158 -0
  1509. package/resources/realtime/calls.d.ts.map +1 -0
  1510. package/resources/realtime/calls.js +75 -0
  1511. package/resources/realtime/calls.js.map +1 -0
  1512. package/resources/realtime/calls.mjs +71 -0
  1513. package/resources/realtime/calls.mjs.map +1 -0
  1514. package/resources/realtime/client-secrets.d.mts +642 -0
  1515. package/resources/realtime/client-secrets.d.mts.map +1 -0
  1516. package/resources/realtime/client-secrets.d.ts +642 -0
  1517. package/resources/realtime/client-secrets.d.ts.map +1 -0
  1518. package/resources/realtime/client-secrets.js +35 -0
  1519. package/resources/realtime/client-secrets.js.map +1 -0
  1520. package/resources/realtime/client-secrets.mjs +31 -0
  1521. package/resources/realtime/client-secrets.mjs.map +1 -0
  1522. package/resources/realtime/index.d.mts +4 -0
  1523. package/resources/realtime/index.d.mts.map +1 -0
  1524. package/resources/realtime/index.d.ts +4 -0
  1525. package/resources/realtime/index.d.ts.map +1 -0
  1526. package/resources/realtime/index.js +11 -0
  1527. package/resources/realtime/index.js.map +1 -0
  1528. package/resources/realtime/index.mjs +5 -0
  1529. package/resources/realtime/index.mjs.map +1 -0
  1530. package/resources/realtime/realtime.d.mts +3975 -0
  1531. package/resources/realtime/realtime.d.mts.map +1 -0
  1532. package/resources/realtime/realtime.d.ts +3975 -0
  1533. package/resources/realtime/realtime.d.ts.map +1 -0
  1534. package/resources/realtime/realtime.js +21 -0
  1535. package/resources/realtime/realtime.js.map +1 -0
  1536. package/resources/realtime/realtime.mjs +16 -0
  1537. package/resources/realtime/realtime.mjs.map +1 -0
  1538. package/resources/realtime.d.mts +2 -0
  1539. package/resources/realtime.d.mts.map +1 -0
  1540. package/resources/realtime.d.ts +2 -0
  1541. package/resources/realtime.d.ts.map +1 -0
  1542. package/resources/realtime.js +6 -0
  1543. package/resources/realtime.js.map +1 -0
  1544. package/resources/realtime.mjs +3 -0
  1545. package/resources/realtime.mjs.map +1 -0
  1546. package/resources/responses/index.d.mts +4 -0
  1547. package/resources/responses/index.d.mts.map +1 -0
  1548. package/resources/responses/index.d.ts +4 -0
  1549. package/resources/responses/index.d.ts.map +1 -0
  1550. package/resources/responses/index.js +11 -0
  1551. package/resources/responses/index.js.map +1 -0
  1552. package/resources/responses/index.mjs +5 -0
  1553. package/resources/responses/index.mjs.map +1 -0
  1554. package/resources/responses/input-items.d.mts +65 -0
  1555. package/resources/responses/input-items.d.mts.map +1 -0
  1556. package/resources/responses/input-items.d.ts +65 -0
  1557. package/resources/responses/input-items.d.ts.map +1 -0
  1558. package/resources/responses/input-items.js +27 -0
  1559. package/resources/responses/input-items.js.map +1 -0
  1560. package/resources/responses/input-items.mjs +23 -0
  1561. package/resources/responses/input-items.mjs.map +1 -0
  1562. package/resources/responses/input-tokens.d.mts +129 -0
  1563. package/resources/responses/input-tokens.d.mts.map +1 -0
  1564. package/resources/responses/input-tokens.d.ts +129 -0
  1565. package/resources/responses/input-tokens.d.ts.map +1 -0
  1566. package/resources/responses/input-tokens.js +23 -0
  1567. package/resources/responses/input-tokens.js.map +1 -0
  1568. package/resources/responses/input-tokens.mjs +19 -0
  1569. package/resources/responses/input-tokens.mjs.map +1 -0
  1570. package/resources/responses/internal-base.d.mts +40 -0
  1571. package/resources/responses/internal-base.d.mts.map +1 -0
  1572. package/resources/responses/internal-base.d.ts +40 -0
  1573. package/resources/responses/internal-base.d.ts.map +1 -0
  1574. package/resources/responses/internal-base.js +52 -0
  1575. package/resources/responses/internal-base.js.map +1 -0
  1576. package/resources/responses/internal-base.mjs +46 -0
  1577. package/resources/responses/internal-base.mjs.map +1 -0
  1578. package/resources/responses/responses.d.mts +6249 -0
  1579. package/resources/responses/responses.d.mts.map +1 -0
  1580. package/resources/responses/responses.d.ts +6249 -0
  1581. package/resources/responses/responses.d.ts.map +1 -0
  1582. package/resources/responses/responses.js +105 -0
  1583. package/resources/responses/responses.js.map +1 -0
  1584. package/resources/responses/responses.mjs +100 -0
  1585. package/resources/responses/responses.mjs.map +1 -0
  1586. package/resources/responses/ws.d.mts +17 -0
  1587. package/resources/responses/ws.d.mts.map +1 -0
  1588. package/resources/responses/ws.d.ts +17 -0
  1589. package/resources/responses/ws.d.ts.map +1 -0
  1590. package/resources/responses/ws.js +67 -0
  1591. package/resources/responses/ws.js.map +1 -0
  1592. package/resources/responses/ws.mjs +62 -0
  1593. package/resources/responses/ws.mjs.map +1 -0
  1594. package/resources/responses.d.mts +2 -0
  1595. package/resources/responses.d.mts.map +1 -0
  1596. package/resources/responses.d.ts +2 -0
  1597. package/resources/responses.d.ts.map +1 -0
  1598. package/resources/responses.js +6 -0
  1599. package/resources/responses.js.map +1 -0
  1600. package/resources/responses.mjs +3 -0
  1601. package/resources/responses.mjs.map +1 -0
  1602. package/resources/shared.d.mts +287 -0
  1603. package/resources/shared.d.mts.map +1 -0
  1604. package/resources/shared.d.ts +287 -0
  1605. package/resources/shared.d.ts.map +1 -0
  1606. package/resources/shared.js +4 -0
  1607. package/resources/shared.js.map +1 -0
  1608. package/resources/shared.mjs +3 -0
  1609. package/resources/shared.mjs.map +1 -0
  1610. package/resources/skills/content.d.mts +10 -0
  1611. package/resources/skills/content.d.mts.map +1 -0
  1612. package/resources/skills/content.d.ts +10 -0
  1613. package/resources/skills/content.d.ts.map +1 -0
  1614. package/resources/skills/content.js +21 -0
  1615. package/resources/skills/content.js.map +1 -0
  1616. package/resources/skills/content.mjs +17 -0
  1617. package/resources/skills/content.mjs.map +1 -0
  1618. package/resources/skills/index.d.mts +4 -0
  1619. package/resources/skills/index.d.mts.map +1 -0
  1620. package/resources/skills/index.d.ts +4 -0
  1621. package/resources/skills/index.d.ts.map +1 -0
  1622. package/resources/skills/index.js +11 -0
  1623. package/resources/skills/index.js.map +1 -0
  1624. package/resources/skills/index.mjs +5 -0
  1625. package/resources/skills/index.mjs.map +1 -0
  1626. package/resources/skills/skills.d.mts +116 -0
  1627. package/resources/skills/skills.d.mts.map +1 -0
  1628. package/resources/skills/skills.d.ts +116 -0
  1629. package/resources/skills/skills.d.ts.map +1 -0
  1630. package/resources/skills/skills.js +54 -0
  1631. package/resources/skills/skills.js.map +1 -0
  1632. package/resources/skills/skills.mjs +49 -0
  1633. package/resources/skills/skills.mjs.map +1 -0
  1634. package/resources/skills/versions/content.d.mts +19 -0
  1635. package/resources/skills/versions/content.d.mts.map +1 -0
  1636. package/resources/skills/versions/content.d.ts +19 -0
  1637. package/resources/skills/versions/content.d.ts.map +1 -0
  1638. package/resources/skills/versions/content.js +22 -0
  1639. package/resources/skills/versions/content.js.map +1 -0
  1640. package/resources/skills/versions/content.mjs +18 -0
  1641. package/resources/skills/versions/content.mjs.map +1 -0
  1642. package/resources/skills/versions/index.d.mts +3 -0
  1643. package/resources/skills/versions/index.d.mts.map +1 -0
  1644. package/resources/skills/versions/index.d.ts +3 -0
  1645. package/resources/skills/versions/index.d.ts.map +1 -0
  1646. package/resources/skills/versions/index.js +9 -0
  1647. package/resources/skills/versions/index.js.map +1 -0
  1648. package/resources/skills/versions/index.mjs +4 -0
  1649. package/resources/skills/versions/index.mjs.map +1 -0
  1650. package/resources/skills/versions/versions.d.mts +121 -0
  1651. package/resources/skills/versions/versions.d.mts.map +1 -0
  1652. package/resources/skills/versions/versions.d.ts +121 -0
  1653. package/resources/skills/versions/versions.d.ts.map +1 -0
  1654. package/resources/skills/versions/versions.js +49 -0
  1655. package/resources/skills/versions/versions.js.map +1 -0
  1656. package/resources/skills/versions/versions.mjs +44 -0
  1657. package/resources/skills/versions/versions.mjs.map +1 -0
  1658. package/resources/skills/versions.d.mts +2 -0
  1659. package/resources/skills/versions.d.mts.map +1 -0
  1660. package/resources/skills/versions.d.ts +2 -0
  1661. package/resources/skills/versions.d.ts.map +1 -0
  1662. package/resources/skills/versions.js +6 -0
  1663. package/resources/skills/versions.js.map +1 -0
  1664. package/resources/skills/versions.mjs +3 -0
  1665. package/resources/skills/versions.mjs.map +1 -0
  1666. package/resources/skills.d.mts +2 -0
  1667. package/resources/skills.d.mts.map +1 -0
  1668. package/resources/skills.d.ts +2 -0
  1669. package/resources/skills.d.ts.map +1 -0
  1670. package/resources/skills.js +6 -0
  1671. package/resources/skills.js.map +1 -0
  1672. package/resources/skills.mjs +3 -0
  1673. package/resources/skills.mjs.map +1 -0
  1674. package/resources/uploads/index.d.mts +3 -0
  1675. package/resources/uploads/index.d.mts.map +1 -0
  1676. package/resources/uploads/index.d.ts +3 -0
  1677. package/resources/uploads/index.d.ts.map +1 -0
  1678. package/resources/uploads/index.js +9 -0
  1679. package/resources/uploads/index.js.map +1 -0
  1680. package/resources/uploads/index.mjs +4 -0
  1681. package/resources/uploads/index.mjs.map +1 -0
  1682. package/resources/uploads/parts.d.mts +54 -0
  1683. package/resources/uploads/parts.d.mts.map +1 -0
  1684. package/resources/uploads/parts.d.ts +54 -0
  1685. package/resources/uploads/parts.d.ts.map +1 -0
  1686. package/resources/uploads/parts.js +30 -0
  1687. package/resources/uploads/parts.js.map +1 -0
  1688. package/resources/uploads/parts.mjs +26 -0
  1689. package/resources/uploads/parts.mjs.map +1 -0
  1690. package/resources/uploads/uploads.d.mts +166 -0
  1691. package/resources/uploads/uploads.d.mts.map +1 -0
  1692. package/resources/uploads/uploads.d.ts +166 -0
  1693. package/resources/uploads/uploads.d.ts.map +1 -0
  1694. package/resources/uploads/uploads.js +75 -0
  1695. package/resources/uploads/uploads.js.map +1 -0
  1696. package/resources/uploads/uploads.mjs +70 -0
  1697. package/resources/uploads/uploads.mjs.map +1 -0
  1698. package/resources/uploads.d.mts +2 -0
  1699. package/resources/uploads.d.mts.map +1 -0
  1700. package/resources/uploads.d.ts +2 -0
  1701. package/resources/uploads.d.ts.map +1 -0
  1702. package/resources/uploads.js +6 -0
  1703. package/resources/uploads.js.map +1 -0
  1704. package/resources/uploads.mjs +3 -0
  1705. package/resources/uploads.mjs.map +1 -0
  1706. package/resources/vector-stores/file-batches.d.mts +207 -0
  1707. package/resources/vector-stores/file-batches.d.mts.map +1 -0
  1708. package/resources/vector-stores/file-batches.d.ts +207 -0
  1709. package/resources/vector-stores/file-batches.d.ts.map +1 -0
  1710. package/resources/vector-stores/file-batches.js +133 -0
  1711. package/resources/vector-stores/file-batches.js.map +1 -0
  1712. package/resources/vector-stores/file-batches.mjs +129 -0
  1713. package/resources/vector-stores/file-batches.mjs.map +1 -0
  1714. package/resources/vector-stores/files.d.mts +231 -0
  1715. package/resources/vector-stores/files.d.mts.map +1 -0
  1716. package/resources/vector-stores/files.d.ts +231 -0
  1717. package/resources/vector-stores/files.d.ts.map +1 -0
  1718. package/resources/vector-stores/files.js +142 -0
  1719. package/resources/vector-stores/files.js.map +1 -0
  1720. package/resources/vector-stores/files.mjs +138 -0
  1721. package/resources/vector-stores/files.mjs.map +1 -0
  1722. package/resources/vector-stores/index.d.mts +4 -0
  1723. package/resources/vector-stores/index.d.mts.map +1 -0
  1724. package/resources/vector-stores/index.d.ts +4 -0
  1725. package/resources/vector-stores/index.d.ts.map +1 -0
  1726. package/resources/vector-stores/index.js +11 -0
  1727. package/resources/vector-stores/index.js.map +1 -0
  1728. package/resources/vector-stores/index.mjs +5 -0
  1729. package/resources/vector-stores/index.mjs.map +1 -0
  1730. package/resources/vector-stores/vector-stores.d.mts +378 -0
  1731. package/resources/vector-stores/vector-stores.d.mts.map +1 -0
  1732. package/resources/vector-stores/vector-stores.d.ts +378 -0
  1733. package/resources/vector-stores/vector-stores.d.ts.map +1 -0
  1734. package/resources/vector-stores/vector-stores.js +84 -0
  1735. package/resources/vector-stores/vector-stores.js.map +1 -0
  1736. package/resources/vector-stores/vector-stores.mjs +79 -0
  1737. package/resources/vector-stores/vector-stores.mjs.map +1 -0
  1738. package/resources/vector-stores.d.mts +2 -0
  1739. package/resources/vector-stores.d.mts.map +1 -0
  1740. package/resources/vector-stores.d.ts +2 -0
  1741. package/resources/vector-stores.d.ts.map +1 -0
  1742. package/resources/vector-stores.js +6 -0
  1743. package/resources/vector-stores.js.map +1 -0
  1744. package/resources/vector-stores.mjs +3 -0
  1745. package/resources/vector-stores.mjs.map +1 -0
  1746. package/resources/videos.d.mts +281 -0
  1747. package/resources/videos.d.mts.map +1 -0
  1748. package/resources/videos.d.ts +281 -0
  1749. package/resources/videos.d.ts.map +1 -0
  1750. package/resources/videos.js +81 -0
  1751. package/resources/videos.js.map +1 -0
  1752. package/resources/videos.mjs +77 -0
  1753. package/resources/videos.mjs.map +1 -0
  1754. package/resources/webhooks/index.d.mts +2 -0
  1755. package/resources/webhooks/index.d.mts.map +1 -0
  1756. package/resources/webhooks/index.d.ts +2 -0
  1757. package/resources/webhooks/index.d.ts.map +1 -0
  1758. package/resources/webhooks/index.js +6 -0
  1759. package/resources/webhooks/index.js.map +1 -0
  1760. package/resources/webhooks/index.mjs +3 -0
  1761. package/resources/webhooks/index.mjs.map +1 -0
  1762. package/resources/webhooks/webhooks.d.mts +587 -0
  1763. package/resources/webhooks/webhooks.d.mts.map +1 -0
  1764. package/resources/webhooks/webhooks.d.ts +587 -0
  1765. package/resources/webhooks/webhooks.d.ts.map +1 -0
  1766. package/resources/webhooks/webhooks.js +101 -0
  1767. package/resources/webhooks/webhooks.js.map +1 -0
  1768. package/resources/webhooks/webhooks.mjs +97 -0
  1769. package/resources/webhooks/webhooks.mjs.map +1 -0
  1770. package/resources/webhooks.d.mts +2 -0
  1771. package/resources/webhooks.d.mts.map +1 -0
  1772. package/resources/webhooks.d.ts +2 -0
  1773. package/resources/webhooks.d.ts.map +1 -0
  1774. package/resources/webhooks.js +6 -0
  1775. package/resources/webhooks.js.map +1 -0
  1776. package/resources/webhooks.mjs +3 -0
  1777. package/resources/webhooks.mjs.map +1 -0
  1778. package/resources.d.mts +2 -0
  1779. package/resources.d.mts.map +1 -0
  1780. package/resources.d.ts +2 -0
  1781. package/resources.d.ts.map +1 -0
  1782. package/resources.js +5 -0
  1783. package/resources.js.map +1 -0
  1784. package/resources.mjs +2 -0
  1785. package/resources.mjs.map +1 -0
  1786. package/src/_vendor/partial-json-parser/README.md +3 -0
  1787. package/src/_vendor/partial-json-parser/parser.ts +247 -0
  1788. package/src/_vendor/zod-to-json-schema/LICENSE +15 -0
  1789. package/src/_vendor/zod-to-json-schema/Options.ts +80 -0
  1790. package/src/_vendor/zod-to-json-schema/README.md +3 -0
  1791. package/src/_vendor/zod-to-json-schema/Refs.ts +47 -0
  1792. package/src/_vendor/zod-to-json-schema/errorMessages.ts +31 -0
  1793. package/src/_vendor/zod-to-json-schema/index.ts +37 -0
  1794. package/src/_vendor/zod-to-json-schema/parseDef.ts +258 -0
  1795. package/src/_vendor/zod-to-json-schema/parsers/any.ts +5 -0
  1796. package/src/_vendor/zod-to-json-schema/parsers/array.ts +36 -0
  1797. package/src/_vendor/zod-to-json-schema/parsers/bigint.ts +60 -0
  1798. package/src/_vendor/zod-to-json-schema/parsers/boolean.ts +9 -0
  1799. package/src/_vendor/zod-to-json-schema/parsers/branded.ts +7 -0
  1800. package/src/_vendor/zod-to-json-schema/parsers/catch.ts +7 -0
  1801. package/src/_vendor/zod-to-json-schema/parsers/date.ts +83 -0
  1802. package/src/_vendor/zod-to-json-schema/parsers/default.ts +10 -0
  1803. package/src/_vendor/zod-to-json-schema/parsers/effects.ts +11 -0
  1804. package/src/_vendor/zod-to-json-schema/parsers/enum.ts +13 -0
  1805. package/src/_vendor/zod-to-json-schema/parsers/intersection.ts +64 -0
  1806. package/src/_vendor/zod-to-json-schema/parsers/literal.ts +37 -0
  1807. package/src/_vendor/zod-to-json-schema/parsers/map.ts +42 -0
  1808. package/src/_vendor/zod-to-json-schema/parsers/nativeEnum.ts +27 -0
  1809. package/src/_vendor/zod-to-json-schema/parsers/never.ts +9 -0
  1810. package/src/_vendor/zod-to-json-schema/parsers/null.ts +16 -0
  1811. package/src/_vendor/zod-to-json-schema/parsers/nullable.ts +49 -0
  1812. package/src/_vendor/zod-to-json-schema/parsers/number.ts +62 -0
  1813. package/src/_vendor/zod-to-json-schema/parsers/object.ts +76 -0
  1814. package/src/_vendor/zod-to-json-schema/parsers/optional.ts +28 -0
  1815. package/src/_vendor/zod-to-json-schema/parsers/pipeline.ts +28 -0
  1816. package/src/_vendor/zod-to-json-schema/parsers/promise.ts +7 -0
  1817. package/src/_vendor/zod-to-json-schema/parsers/readonly.ts +7 -0
  1818. package/src/_vendor/zod-to-json-schema/parsers/record.ts +73 -0
  1819. package/src/_vendor/zod-to-json-schema/parsers/set.ts +36 -0
  1820. package/src/_vendor/zod-to-json-schema/parsers/string.ts +400 -0
  1821. package/src/_vendor/zod-to-json-schema/parsers/tuple.ts +54 -0
  1822. package/src/_vendor/zod-to-json-schema/parsers/undefined.ts +9 -0
  1823. package/src/_vendor/zod-to-json-schema/parsers/union.ts +119 -0
  1824. package/src/_vendor/zod-to-json-schema/parsers/unknown.ts +5 -0
  1825. package/src/_vendor/zod-to-json-schema/util.ts +11 -0
  1826. package/src/_vendor/zod-to-json-schema/zodToJsonSchema.ts +120 -0
  1827. package/src/api-promise.ts +2 -0
  1828. package/src/azure.ts +158 -0
  1829. package/src/beta/realtime/index.ts +1 -0
  1830. package/src/beta/realtime/internal-base.ts +93 -0
  1831. package/src/beta/realtime/websocket.ts +158 -0
  1832. package/src/beta/realtime/ws.ts +114 -0
  1833. package/src/client.ts +1372 -0
  1834. package/src/core/EventEmitter.ts +98 -0
  1835. package/src/core/README.md +3 -0
  1836. package/src/core/api-promise.ts +101 -0
  1837. package/src/core/error.ts +160 -0
  1838. package/src/core/pagination.ts +269 -0
  1839. package/src/core/resource.ts +11 -0
  1840. package/src/core/streaming.ts +349 -0
  1841. package/src/core/uploads.ts +2 -0
  1842. package/src/error.ts +2 -0
  1843. package/src/helpers/audio.ts +146 -0
  1844. package/src/helpers/zod.ts +180 -0
  1845. package/src/index.ts +26 -0
  1846. package/src/internal/README.md +3 -0
  1847. package/src/internal/builtin-types.ts +93 -0
  1848. package/src/internal/decoders/line.ts +135 -0
  1849. package/src/internal/detect-platform.ts +196 -0
  1850. package/src/internal/errors.ts +33 -0
  1851. package/src/internal/headers.ts +97 -0
  1852. package/src/internal/parse.ts +100 -0
  1853. package/src/internal/qs/LICENSE.md +13 -0
  1854. package/src/internal/qs/README.md +3 -0
  1855. package/src/internal/qs/formats.ts +10 -0
  1856. package/src/internal/qs/index.ts +13 -0
  1857. package/src/internal/qs/stringify.ts +385 -0
  1858. package/src/internal/qs/types.ts +71 -0
  1859. package/src/internal/qs/utils.ts +265 -0
  1860. package/src/internal/request-options.ts +95 -0
  1861. package/src/internal/shim-types.ts +26 -0
  1862. package/src/internal/shims.ts +107 -0
  1863. package/src/internal/stream-utils.ts +32 -0
  1864. package/src/internal/to-file.ts +154 -0
  1865. package/src/internal/types.ts +95 -0
  1866. package/src/internal/uploads.ts +187 -0
  1867. package/src/internal/utils/base64.ts +64 -0
  1868. package/src/internal/utils/bytes.ts +32 -0
  1869. package/src/internal/utils/env.ts +18 -0
  1870. package/src/internal/utils/log.ts +126 -0
  1871. package/src/internal/utils/path.ts +88 -0
  1872. package/src/internal/utils/query.ts +7 -0
  1873. package/src/internal/utils/sleep.ts +3 -0
  1874. package/src/internal/utils/uuid.ts +17 -0
  1875. package/src/internal/utils/values.ts +105 -0
  1876. package/src/internal/utils.ts +9 -0
  1877. package/src/lib/.keep +4 -0
  1878. package/src/lib/AbstractChatCompletionRunner.ts +404 -0
  1879. package/src/lib/AssistantStream.ts +778 -0
  1880. package/src/lib/ChatCompletionRunner.ts +54 -0
  1881. package/src/lib/ChatCompletionStream.ts +872 -0
  1882. package/src/lib/ChatCompletionStreamingRunner.ts +50 -0
  1883. package/src/lib/EventEmitter.ts +98 -0
  1884. package/src/lib/EventStream.ts +239 -0
  1885. package/src/lib/ResponsesParser.ts +265 -0
  1886. package/src/lib/RunnableFunction.ts +114 -0
  1887. package/src/lib/Util.ts +23 -0
  1888. package/src/lib/chatCompletionUtils.ts +21 -0
  1889. package/src/lib/jsonschema.ts +172 -0
  1890. package/src/lib/parser.ts +311 -0
  1891. package/src/lib/responses/EventTypes.ts +74 -0
  1892. package/src/lib/responses/ResponseStream.ts +368 -0
  1893. package/src/lib/transform.ts +193 -0
  1894. package/src/pagination.ts +2 -0
  1895. package/src/realtime/index.ts +1 -0
  1896. package/src/realtime/internal-base.ts +98 -0
  1897. package/src/realtime/websocket.ts +157 -0
  1898. package/src/realtime/ws.ts +113 -0
  1899. package/src/resource.ts +2 -0
  1900. package/src/resources/audio/audio.ts +91 -0
  1901. package/src/resources/audio/index.ts +29 -0
  1902. package/src/resources/audio/speech.ts +114 -0
  1903. package/src/resources/audio/transcriptions.ts +829 -0
  1904. package/src/resources/audio/translations.ts +121 -0
  1905. package/src/resources/audio.ts +3 -0
  1906. package/src/resources/batches.ts +372 -0
  1907. package/src/resources/beta/assistants.ts +1545 -0
  1908. package/src/resources/beta/beta.ts +199 -0
  1909. package/src/resources/beta/chatkit/chatkit.ts +112 -0
  1910. package/src/resources/beta/chatkit/index.ts +30 -0
  1911. package/src/resources/beta/chatkit/sessions.ts +81 -0
  1912. package/src/resources/beta/chatkit/threads.ts +1037 -0
  1913. package/src/resources/beta/chatkit.ts +3 -0
  1914. package/src/resources/beta/index.ts +39 -0
  1915. package/src/resources/beta/realtime/index.ts +9 -0
  1916. package/src/resources/beta/realtime/realtime.ts +2829 -0
  1917. package/src/resources/beta/realtime/sessions.ts +869 -0
  1918. package/src/resources/beta/realtime/transcription-sessions.ts +347 -0
  1919. package/src/resources/beta/realtime.ts +3 -0
  1920. package/src/resources/beta/threads/index.ts +77 -0
  1921. package/src/resources/beta/threads/messages.ts +794 -0
  1922. package/src/resources/beta/threads/runs/index.ts +48 -0
  1923. package/src/resources/beta/threads/runs/runs.ts +1084 -0
  1924. package/src/resources/beta/threads/runs/steps.ts +758 -0
  1925. package/src/resources/beta/threads/runs.ts +3 -0
  1926. package/src/resources/beta/threads/threads.ts +1402 -0
  1927. package/src/resources/beta/threads.ts +3 -0
  1928. package/src/resources/beta.ts +3 -0
  1929. package/src/resources/chat/chat.ts +110 -0
  1930. package/src/resources/chat/completions/completions.ts +2054 -0
  1931. package/src/resources/chat/completions/index.ts +50 -0
  1932. package/src/resources/chat/completions/messages.ts +53 -0
  1933. package/src/resources/chat/completions.ts +3 -0
  1934. package/src/resources/chat/index.ts +49 -0
  1935. package/src/resources/chat.ts +3 -0
  1936. package/src/resources/completions.ts +400 -0
  1937. package/src/resources/containers/containers.ts +395 -0
  1938. package/src/resources/containers/files/content.ts +29 -0
  1939. package/src/resources/containers/files/files.ts +228 -0
  1940. package/src/resources/containers/files/index.ts +14 -0
  1941. package/src/resources/containers/files.ts +3 -0
  1942. package/src/resources/containers/index.ts +22 -0
  1943. package/src/resources/containers.ts +3 -0
  1944. package/src/resources/conversations/api.md +37 -0
  1945. package/src/resources/conversations/conversations.ts +286 -0
  1946. package/src/resources/conversations/index.ts +13 -0
  1947. package/src/resources/conversations/items.ts +507 -0
  1948. package/src/resources/conversations.ts +3 -0
  1949. package/src/resources/embeddings.ts +180 -0
  1950. package/src/resources/evals/evals.ts +933 -0
  1951. package/src/resources/evals/index.ts +33 -0
  1952. package/src/resources/evals/runs/index.ts +27 -0
  1953. package/src/resources/evals/runs/output-items.ts +480 -0
  1954. package/src/resources/evals/runs/runs.ts +2872 -0
  1955. package/src/resources/evals/runs.ts +3 -0
  1956. package/src/resources/evals.ts +3 -0
  1957. package/src/resources/files.ts +260 -0
  1958. package/src/resources/fine-tuning/alpha/alpha.ts +27 -0
  1959. package/src/resources/fine-tuning/alpha/graders.ts +174 -0
  1960. package/src/resources/fine-tuning/alpha/index.ts +10 -0
  1961. package/src/resources/fine-tuning/alpha.ts +3 -0
  1962. package/src/resources/fine-tuning/checkpoints/checkpoints.ts +39 -0
  1963. package/src/resources/fine-tuning/checkpoints/index.ts +16 -0
  1964. package/src/resources/fine-tuning/checkpoints/permissions.ts +300 -0
  1965. package/src/resources/fine-tuning/checkpoints.ts +3 -0
  1966. package/src/resources/fine-tuning/fine-tuning.ts +73 -0
  1967. package/src/resources/fine-tuning/index.ts +27 -0
  1968. package/src/resources/fine-tuning/jobs/checkpoints.ts +110 -0
  1969. package/src/resources/fine-tuning/jobs/index.ts +21 -0
  1970. package/src/resources/fine-tuning/jobs/jobs.ts +657 -0
  1971. package/src/resources/fine-tuning/jobs.ts +3 -0
  1972. package/src/resources/fine-tuning/methods.ts +152 -0
  1973. package/src/resources/fine-tuning.ts +3 -0
  1974. package/src/resources/graders/grader-models.ts +450 -0
  1975. package/src/resources/graders/graders.ts +33 -0
  1976. package/src/resources/graders/index.ts +13 -0
  1977. package/src/resources/graders.ts +3 -0
  1978. package/src/resources/images.ts +851 -0
  1979. package/src/resources/index.ts +151 -0
  1980. package/src/resources/models.ts +76 -0
  1981. package/src/resources/moderations.ts +370 -0
  1982. package/src/resources/realtime/api.md +128 -0
  1983. package/src/resources/realtime/calls.ts +228 -0
  1984. package/src/resources/realtime/client-secrets.ts +768 -0
  1985. package/src/resources/realtime/index.ts +13 -0
  1986. package/src/resources/realtime/realtime.ts +4888 -0
  1987. package/src/resources/realtime.ts +3 -0
  1988. package/src/resources/responses/api.md +177 -0
  1989. package/src/resources/responses/index.ts +5 -0
  1990. package/src/resources/responses/input-items.ts +87 -0
  1991. package/src/resources/responses/input-tokens.ts +164 -0
  1992. package/src/resources/responses/internal-base.ts +93 -0
  1993. package/src/resources/responses/responses.ts +7954 -0
  1994. package/src/resources/responses/ws.ts +72 -0
  1995. package/src/resources/responses.ts +3 -0
  1996. package/src/resources/shared.ts +425 -0
  1997. package/src/resources/skills/content.ts +20 -0
  1998. package/src/resources/skills/index.ts +24 -0
  1999. package/src/resources/skills/skills.ts +191 -0
  2000. package/src/resources/skills/versions/content.ts +32 -0
  2001. package/src/resources/skills/versions/index.ts +14 -0
  2002. package/src/resources/skills/versions/versions.ts +196 -0
  2003. package/src/resources/skills/versions.ts +3 -0
  2004. package/src/resources/skills.ts +3 -0
  2005. package/src/resources/uploads/index.ts +4 -0
  2006. package/src/resources/uploads/parts.ts +69 -0
  2007. package/src/resources/uploads/uploads.ts +204 -0
  2008. package/src/resources/uploads.ts +3 -0
  2009. package/src/resources/vector-stores/file-batches.ts +369 -0
  2010. package/src/resources/vector-stores/files.ts +394 -0
  2011. package/src/resources/vector-stores/index.ts +43 -0
  2012. package/src/resources/vector-stores/vector-stores.ts +562 -0
  2013. package/src/resources/vector-stores.ts +3 -0
  2014. package/src/resources/videos.ts +414 -0
  2015. package/src/resources/webhooks/api.md +24 -0
  2016. package/src/resources/webhooks/index.ts +3 -0
  2017. package/src/resources/webhooks/webhooks.ts +833 -0
  2018. package/src/resources/webhooks.ts +3 -0
  2019. package/src/resources.ts +1 -0
  2020. package/src/streaming.ts +2 -0
  2021. package/src/tsconfig.json +11 -0
  2022. package/src/uploads.ts +2 -0
  2023. package/src/version.ts +1 -0
  2024. package/streaming.d.mts +2 -0
  2025. package/streaming.d.mts.map +1 -0
  2026. package/streaming.d.ts +2 -0
  2027. package/streaming.d.ts.map +1 -0
  2028. package/streaming.js +6 -0
  2029. package/streaming.js.map +1 -0
  2030. package/streaming.mjs +2 -0
  2031. package/streaming.mjs.map +1 -0
  2032. package/uploads.d.mts +2 -0
  2033. package/uploads.d.mts.map +1 -0
  2034. package/uploads.d.ts +2 -0
  2035. package/uploads.d.ts.map +1 -0
  2036. package/uploads.js +6 -0
  2037. package/uploads.js.map +1 -0
  2038. package/uploads.mjs +2 -0
  2039. package/uploads.mjs.map +1 -0
  2040. package/version.d.mts +2 -0
  2041. package/version.d.mts.map +1 -0
  2042. package/version.d.ts +2 -0
  2043. package/version.d.ts.map +1 -0
  2044. package/version.js +5 -0
  2045. package/version.js.map +1 -0
  2046. package/version.mjs +2 -0
  2047. package/version.mjs.map +1 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,3932 @@
1
+ # Changelog
2
+
3
+ ## 6.31.0 (2026-03-16)
4
+
5
+ Full Changelog: [v6.30.1...v6.31.0](https://github.com/openai/openai-node/compare/v6.30.1...v6.31.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** add in/nin filter types to ComparisonFilter ([b2eda27](https://github.com/openai/openai-node/commit/b2eda274418ceb9bbdb3778cb6a5ee28090df8ad))
10
+
11
+ ## 6.30.1 (2026-03-16)
12
+
13
+ Full Changelog: [v6.30.0...v6.30.1](https://github.com/openai/openai-node/compare/v6.30.0...v6.30.1)
14
+
15
+ ### Chores
16
+
17
+ * **internal:** tweak CI branches ([25f5d74](https://github.com/openai/openai-node/commit/25f5d74c1fc16e3303fcb87022f5f0559b052cbf))
18
+
19
+ ## 6.30.0 (2026-03-16)
20
+
21
+ Full Changelog: [v6.29.0...v6.30.0](https://github.com/openai/openai-node/compare/v6.29.0...v6.30.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** add /v1/videos endpoint option to batches ([271d879](https://github.com/openai/openai-node/commit/271d87979f16950900f4253915bdda319b7fe935))
26
+ * **api:** add defer_loading field to NamespaceTool ([7cc8f0a](https://github.com/openai/openai-node/commit/7cc8f0a736ea7ba0aa3e7860b4c30eaaa5795966))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * **api:** oidc publishing for npm ([fa50066](https://github.com/openai/openai-node/commit/fa500666e38379f2241ac43d60e2eb7eef7d39cb))
32
+
33
+ ## 6.29.0 (2026-03-13)
34
+
35
+ Full Changelog: [v6.28.0...v6.29.0](https://github.com/openai/openai-node/compare/v6.28.0...v6.29.0)
36
+
37
+ ### Features
38
+
39
+ * **api:** custom voices ([a11307a](https://github.com/openai/openai-node/commit/a11307afab49299fdf7e7ed3675d3e277d9b5c60))
40
+
41
+ ## 6.28.0 (2026-03-13)
42
+
43
+ Full Changelog: [v6.27.0...v6.28.0](https://github.com/openai/openai-node/compare/v6.27.0...v6.28.0)
44
+
45
+ ### Features
46
+
47
+ * **api:** manual updates ([d543959](https://github.com/openai/openai-node/commit/d54395976aa4c1c1864bb45dbaf81ec1d66b8c6b))
48
+ * **api:** manual updates ([4f87840](https://github.com/openai/openai-node/commit/4f878406e029ae7527201251632e3fa00b800045))
49
+ * **api:** sora api improvements: character api, video extensions/edits, higher resolution exports. ([262dac2](https://github.com/openai/openai-node/commit/262dac25aec6c9caa561f57a0b9e2a086f47a26a))
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * **types:** remove detail field from ResponseInputFile and ResponseInputFileContent ([8d6c0cd](https://github.com/openai/openai-node/commit/8d6c0cdbbf08829db08745597e1806661534853f))
55
+
56
+
57
+ ### Chores
58
+
59
+ * **internal:** update dependencies to address dependabot vulnerabilities ([f5810ee](https://github.com/openai/openai-node/commit/f5810ee5f5bf96e81a77f91939f3d56427c46e00))
60
+ * match http protocol with ws protocol instead of wss ([6f4e936](https://github.com/openai/openai-node/commit/6f4e936bc2211da885bf492615b2bf413887576b))
61
+ * **mcp-server:** improve instructions ([aad9ca1](https://github.com/openai/openai-node/commit/aad9ca15ddbb8dbc27ed6b2aa9b242af9bbf7b8f))
62
+ * use proper capitalization for WebSockets ([cb4cf62](https://github.com/openai/openai-node/commit/cb4cf6297c2a0eb7d3f55f8850e6e8ffc4c7ecc6))
63
+
64
+ ## 6.27.0 (2026-03-05)
65
+
66
+ Full Changelog: [v6.26.0...v6.27.0](https://github.com/openai/openai-node/compare/v6.26.0...v6.27.0)
67
+
68
+ ### Features
69
+
70
+ * **api:** The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview ([0206188](https://github.com/openai/openai-node/commit/0206188f760be830738136e37dcf7be6ea0fe20c))
71
+
72
+
73
+ ### Chores
74
+
75
+ * **internal:** improve import alias names ([9cc2478](https://github.com/openai/openai-node/commit/9cc24789730a309037ef81f5a30af515d700459a))
76
+
77
+ ## 6.26.0 (2026-03-05)
78
+
79
+ Full Changelog: [v6.25.0...v6.26.0](https://github.com/openai/openai-node/compare/v6.25.0...v6.26.0)
80
+
81
+ ### Features
82
+
83
+ * **api:** gpt-5.4, tool search tool, and new computer tool ([1d1e5a9](https://github.com/openai/openai-node/commit/1d1e5a9b5aeb11b0e940b4532dcd6a3fcc23898a))
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **api:** internal schema fixes ([6b401ad](https://github.com/openai/openai-node/commit/6b401ad7d3ff2ead9cfa577daf8381f62ea85b93))
89
+ * **api:** manual updates ([2b54919](https://github.com/openai/openai-node/commit/2b549195c70581022d9d64c443ab08202c6faeb7))
90
+ * **api:** readd phase ([4a0cf29](https://github.com/openai/openai-node/commit/4a0cf2974865519d3b512fb377bc4ba305dce7b7))
91
+ * **api:** remove phase from message types, prompt_cache_key param in responses ([088fca6](https://github.com/openai/openai-node/commit/088fca6a4d5d1a577500acb5579ee403292d8911))
92
+
93
+
94
+ ### Chores
95
+
96
+ * **internal:** codegen related update ([6a0aa9e](https://github.com/openai/openai-node/commit/6a0aa9e2ff10e78f8b9afd777174d16537a29c8e))
97
+ * **internal:** codegen related update ([b2a4299](https://github.com/openai/openai-node/commit/b2a42991cbe83eee45a342f19a5a99ce1d78b36a))
98
+ * **internal:** move stringifyQuery implementation to internal function ([f9f4660](https://github.com/openai/openai-node/commit/f9f46609cf5c1fc51e437c23251c5a7d0519d55d))
99
+ * **internal:** reduce warnings ([7e19492](https://github.com/openai/openai-node/commit/7e194929156052b0efbda9ca48c3ed6de8c18d2f))
100
+
101
+ ## 6.25.0 (2026-02-24)
102
+
103
+ Full Changelog: [v6.24.0...v6.25.0](https://github.com/openai/openai-node/compare/v6.24.0...v6.25.0)
104
+
105
+ ### Features
106
+
107
+ * **api:** add phase ([e32b853](https://github.com/openai/openai-node/commit/e32b853c3c57f2d0e4c05b09177b94677aed0e5a))
108
+
109
+
110
+ ### Bug Fixes
111
+
112
+ * **api:** fix phase enum ([2ffe1be](https://github.com/openai/openai-node/commit/2ffe1be2600d0154b3355eefa61707470a341a95))
113
+ * **api:** phase docs ([7fdfa38](https://github.com/openai/openai-node/commit/7fdfa38c1fa2bd383e1171510918c6db5f0937d8))
114
+
115
+
116
+ ### Chores
117
+
118
+ * **internal:** refactor sse event parsing ([0ea2380](https://github.com/openai/openai-node/commit/0ea238054c0473adc97f4173a0ad5ba8bcfa4e29))
119
+
120
+ ## 6.24.0 (2026-02-24)
121
+
122
+ Full Changelog: [v6.23.0...v6.24.0](https://github.com/openai/openai-node/compare/v6.23.0...v6.24.0)
123
+
124
+ ### Features
125
+
126
+ * **api:** add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime ([75875bf](https://github.com/openai/openai-node/commit/75875bfb850c0780878553c566fe8821048ae5e8))
127
+
128
+ ## 6.23.0 (2026-02-23)
129
+
130
+ Full Changelog: [v6.22.0...v6.23.0](https://github.com/openai/openai-node/compare/v6.22.0...v6.23.0)
131
+
132
+ ### Features
133
+
134
+ * **api:** websockets for responses api ([c6b96b8](https://github.com/openai/openai-node/commit/c6b96b8b8d5f8132e0a4c5f7399a04185302adcc))
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * **docs/contributing:** correct pnpm link command ([8a198a5](https://github.com/openai/openai-node/commit/8a198a5aa60209e26509651cdad110aadf164527))
140
+ * **internal:** skip tests that depend on mock server ([3d88cb0](https://github.com/openai/openai-node/commit/3d88cb061a9a4d187931d4c892a87bd5e5f09c4d))
141
+
142
+
143
+ ### Chores
144
+
145
+ * **internal/client:** fix form-urlencoded requests ([646cedd](https://github.com/openai/openai-node/commit/646cedd2842716b1768d81705110cc573d6ddc33))
146
+ * update mock server docs ([29f78f3](https://github.com/openai/openai-node/commit/29f78f310b7c336318705c382fd92a324d4b1ea2))
147
+
148
+
149
+ ### Documentation
150
+
151
+ * **api:** document 2000 file limit in file-batches create parameters ([ff7bde0](https://github.com/openai/openai-node/commit/ff7bde08d8d02b8bda5f4e50bef65271a8f2a190))
152
+ * **api:** enhance method descriptions across audio/chat/skills/videos/responses ([f5e02a1](https://github.com/openai/openai-node/commit/f5e02a1dcad492fd3dab2d1a289c12af082cdef4))
153
+ * **api:** update safety_identifier description in chat/responses ([a55e0ef](https://github.com/openai/openai-node/commit/a55e0ef720cfb231e09e598ff0e8e60ef91e9088))
154
+
155
+ ## 6.22.0 (2026-02-14)
156
+
157
+ Full Changelog: [v6.21.0...v6.22.0](https://github.com/openai/openai-node/compare/v6.21.0...v6.22.0)
158
+
159
+ ### Features
160
+
161
+ * **api:** container network_policy and skills ([65c1482](https://github.com/openai/openai-node/commit/65c1482a41f16d39ff6ba26849a72b417b27403e))
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * **docs:** restore helper methods in API reference ([3a4c189](https://github.com/openai/openai-node/commit/3a4c189712292f280ca34326fe17e202180951bf))
167
+ * **webhooks:** restore webhook type exports ([49bbf46](https://github.com/openai/openai-node/commit/49bbf46f0ed14ce2a050d10baa4ad7a8481a773d))
168
+
169
+
170
+ ### Chores
171
+
172
+ * **internal:** avoid type checking errors with ts-reset ([4b0d1f2](https://github.com/openai/openai-node/commit/4b0d1f27207dea6054291707d7bbdeb86dbcf4b2))
173
+
174
+
175
+ ### Documentation
176
+
177
+ * split `api.md` by standalone resources ([48e07d6](https://github.com/openai/openai-node/commit/48e07d65894c22b543e669d62fa42a00cc3d0430))
178
+ * update comment ([e3a1ea0](https://github.com/openai/openai-node/commit/e3a1ea0400b428e0e21666f96e3a9345468678d5))
179
+
180
+ ## 6.21.0 (2026-02-10)
181
+
182
+ Full Changelog: [v6.20.0...v6.21.0](https://github.com/openai/openai-node/compare/v6.20.0...v6.21.0)
183
+
184
+ ### Features
185
+
186
+ * **api:** support for images in batch api ([017ba1c](https://github.com/openai/openai-node/commit/017ba1cb5a08428ca59197764cff460c70950e84))
187
+
188
+ ## 6.20.0 (2026-02-10)
189
+
190
+ Full Changelog: [v6.19.0...v6.20.0](https://github.com/openai/openai-node/compare/v6.19.0...v6.20.0)
191
+
192
+ ### Features
193
+
194
+ * **api:** skills and hosted shell ([e4bdd62](https://github.com/openai/openai-node/commit/e4bdd6205a0225d662ddeb07367f26094eaadbdd))
195
+
196
+ ## 6.19.0 (2026-02-09)
197
+
198
+ Full Changelog: [v6.18.0...v6.19.0](https://github.com/openai/openai-node/compare/v6.18.0...v6.19.0)
199
+
200
+ ### Features
201
+
202
+ * **api:** responses context_management ([40e7671](https://github.com/openai/openai-node/commit/40e7671675159966fe219b3aebfb24b9b03f2c95))
203
+
204
+ ## 6.18.0 (2026-02-05)
205
+
206
+ Full Changelog: [v6.17.0...v6.18.0](https://github.com/openai/openai-node/compare/v6.17.0...v6.18.0)
207
+
208
+ ### Features
209
+
210
+ * **api:** image generation actions for responses; ResponseFunctionCallArgumentsDoneEvent.name ([d373c32](https://github.com/openai/openai-node/commit/d373c3210d9299381e20520c217167b387b46105))
211
+
212
+
213
+ ### Bug Fixes
214
+
215
+ * **client:** avoid memory leak with abort signals ([b449f36](https://github.com/openai/openai-node/commit/b449f36609b727f3f147fad19e8d064225bc8621))
216
+ * **client:** avoid removing abort listener too early ([1c045f7](https://github.com/openai/openai-node/commit/1c045f701743017ac7b4e2be0dfc8706a3b0213a))
217
+ * **client:** undo change to web search Find action ([8259b45](https://github.com/openai/openai-node/commit/8259b457c6f73c78066af0e1a76be0125caeb1ae))
218
+ * **client:** update type for `find_in_page` action ([9aa8d98](https://github.com/openai/openai-node/commit/9aa8d9822e60afb595c585f7be75087378b724bd))
219
+
220
+
221
+ ### Chores
222
+
223
+ * **client:** do not parse responses with empty content-length ([4a118fa](https://github.com/openai/openai-node/commit/4a118fa3e09b0ad2bc4899b2a074fd60103796a0))
224
+ * **client:** restructure abort controller binding ([a4d7151](https://github.com/openai/openai-node/commit/a4d71518787849ec1f530da3c8550ea0f8746668))
225
+ * **internal:** fix pagination internals not accepting option promises ([6677905](https://github.com/openai/openai-node/commit/667790549f9160ba0cac484a8de09d8966cc13f0))
226
+
227
+ ## 6.17.0 (2026-01-28)
228
+
229
+ Full Changelog: [v6.16.0...v6.17.0](https://github.com/openai/openai-node/compare/v6.16.0...v6.17.0)
230
+
231
+ ### Features
232
+
233
+ * **api:** add shell_call_output status field ([edf9590](https://github.com/openai/openai-node/commit/edf95904294cce6cdcac521ee75dc8e0a033df4c))
234
+ * **api:** api update ([6a2eb80](https://github.com/openai/openai-node/commit/6a2eb80f53c21f52ff217faef9b783e1cf9846c1))
235
+ * **api:** api updates ([19ca100](https://github.com/openai/openai-node/commit/19ca100e9ebb2d03983da923c4bf944aa23c1f00))
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * **api:** mark assistants as deprecated ([3ae2a14](https://github.com/openai/openai-node/commit/3ae2a1439bc30d83c81e30ab30ddd06f91fee61f))
241
+
242
+
243
+ ### Chores
244
+
245
+ * **ci:** upgrade `actions/github-script` ([4ea73d3](https://github.com/openai/openai-node/commit/4ea73d389b1b96d88c4c37c1a3a08ea143317c08))
246
+ * **internal:** update `actions/checkout` version ([f163b77](https://github.com/openai/openai-node/commit/f163b77bf2bb127f8049a0a7b1a2795c4f2bae50))
247
+ * **internal:** upgrade babel, qs, js-yaml ([2e2f3c6](https://github.com/openai/openai-node/commit/2e2f3c66ed61c0666e19831b123ea13d42978112))
248
+
249
+ ## 6.16.0 (2026-01-09)
250
+
251
+ Full Changelog: [v6.15.0...v6.16.0](https://github.com/openai/openai-node/compare/v6.15.0...v6.16.0)
252
+
253
+ ### Features
254
+
255
+ * **api:** add new Response completed_at prop ([ca40534](https://github.com/openai/openai-node/commit/ca40534778311def52bc7dbbab043d925cdaf847))
256
+ * **ci:** add breaking change detection workflow ([a6f3dea](https://github.com/openai/openai-node/commit/a6f3deaf89ea0ef85cc57e1150032bb6b807c3b9))
257
+
258
+
259
+ ### Chores
260
+
261
+ * break long lines in snippets into multiline ([80dee2f](https://github.com/openai/openai-node/commit/80dee2fe64d1b13f181bd482b31eb06fd6c5f3f4))
262
+ * **internal:** codegen related update ([b2fac3e](https://github.com/openai/openai-node/commit/b2fac3ecdc3aecc3303c26304c4c94deda061edb))
263
+
264
+ ## 6.15.0 (2025-12-19)
265
+
266
+ Full Changelog: [v6.14.0...v6.15.0](https://github.com/openai/openai-node/compare/v6.14.0...v6.15.0)
267
+
268
+ ### Bug Fixes
269
+
270
+ * rebuild ([5627b41](https://github.com/openai/openai-node/commit/5627b4181775981e48991ea246e091afdfdc3caf))
271
+
272
+ ## 6.14.0 (2025-12-16)
273
+
274
+ Full Changelog: [v6.13.0...v6.14.0](https://github.com/openai/openai-node/compare/v6.13.0...v6.14.0)
275
+
276
+ ### Features
277
+
278
+ * **api:** gpt-image-1.5 ([6c1ac1d](https://github.com/openai/openai-node/commit/6c1ac1d8a2947c59f38aabaf07795a244c45a688))
279
+
280
+ ## 6.13.0 (2025-12-15)
281
+
282
+ Full Changelog: [v6.12.0...v6.13.0](https://github.com/openai/openai-node/compare/v6.12.0...v6.13.0)
283
+
284
+ ### Features
285
+
286
+ * **api:** api update ([bc759dc](https://github.com/openai/openai-node/commit/bc759dc39518412b58b2ebf7e57758776971ce15))
287
+ * **api:** fix grader input list, add dated slugs for sora-2 ([6b2a38f](https://github.com/openai/openai-node/commit/6b2a38fb040eb45535818fb0157ae55949033dc1))
288
+
289
+ ## 6.12.0 (2025-12-11)
290
+
291
+ Full Changelog: [v6.11.0...v6.12.0](https://github.com/openai/openai-node/compare/v6.11.0...v6.12.0)
292
+
293
+ ### Features
294
+
295
+ * **api:** gpt 5.2 ([7000ddb](https://github.com/openai/openai-node/commit/7000ddb09ad4e272f43fe0d70cb1f6e5ca9ff725))
296
+
297
+ ## 6.11.0 (2025-12-10)
298
+
299
+ Full Changelog: [v6.10.0...v6.11.0](https://github.com/openai/openai-node/compare/v6.10.0...v6.11.0)
300
+
301
+ ### Features
302
+
303
+ * **api:** make model required for the responses/compact endpoint ([0b52b12](https://github.com/openai/openai-node/commit/0b52b12e535b07ef3b1213892ccb50dc4030ecf4))
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * **mcp:** correct code tool API endpoint ([e3f2a33](https://github.com/openai/openai-node/commit/e3f2a33bc7ae941d0870e7bc0a333951e88925e2))
309
+ * **mcp:** return correct lines on typescript errors ([f485c3c](https://github.com/openai/openai-node/commit/f485c3c36ebb3cb9c2dbff676872a5470d1a9e47))
310
+
311
+
312
+ ### Chores
313
+
314
+ * **internal:** codegen related update ([5af1c38](https://github.com/openai/openai-node/commit/5af1c38043118fd8e6f0fd072243bc63660963e4))
315
+ * **internal:** codegen related update ([e43a8d9](https://github.com/openai/openai-node/commit/e43a8d97fd3e9be7c6ae0ebaf6e85d68dbb33432))
316
+
317
+ ## 6.10.0 (2025-12-04)
318
+
319
+ Full Changelog: [v6.9.1...v6.10.0](https://github.com/openai/openai-node/compare/v6.9.1...v6.10.0)
320
+
321
+ ### Features
322
+
323
+ * **api:** gpt-5.1-codex-max and responses/compact ([935f79e](https://github.com/openai/openai-node/commit/935f79efbb090d1d6016ac6874456594f5fd4553))
324
+
325
+
326
+ ### Chores
327
+
328
+ * **client:** fix logger property type ([fdc671f](https://github.com/openai/openai-node/commit/fdc671f1b21249a8610b38e2535910d956dc3611))
329
+ * **internal:** upgrade eslint ([9de0f90](https://github.com/openai/openai-node/commit/9de0f905bbd965a5d945ddb70c66dc0c6403ed35))
330
+
331
+ ## 6.9.1 (2025-11-17)
332
+
333
+ Full Changelog: [v6.9.0...v6.9.1](https://github.com/openai/openai-node/compare/v6.9.0...v6.9.1)
334
+
335
+ ### Bug Fixes
336
+
337
+ * **api:** align types of input items / output items for typescript ([99adaa7](https://github.com/openai/openai-node/commit/99adaa70dc31d07d5c7fa4d67194ac4de375c98f))
338
+
339
+ ## 6.9.0 (2025-11-13)
340
+
341
+ Full Changelog: [v6.8.1...v6.9.0](https://github.com/openai/openai-node/compare/v6.8.1...v6.9.0)
342
+
343
+ ### Features
344
+
345
+ * **api:** gpt 5.1 ([58e78a8](https://github.com/openai/openai-node/commit/58e78a86899b43eb9afdb6f0afd60b912eae41f2))
346
+
347
+
348
+ ### Chores
349
+
350
+ * add typescript-estree dependency for jsr readme script ([3759514](https://github.com/openai/openai-node/commit/37595149720edd7bf4c11760084cad7753c2f289))
351
+
352
+ ## 6.8.1 (2025-11-05)
353
+
354
+ Full Changelog: [v6.8.0...v6.8.1](https://github.com/openai/openai-node/compare/v6.8.0...v6.8.1)
355
+
356
+ ### Bug Fixes
357
+
358
+ * **api:** fix nullability of logprobs ([40a403c](https://github.com/openai/openai-node/commit/40a403cc9a35b11cc665ccde19f9c5ef07247585))
359
+
360
+ ## 6.8.0 (2025-11-03)
361
+
362
+ Full Changelog: [v6.7.0...v6.8.0](https://github.com/openai/openai-node/compare/v6.7.0...v6.8.0)
363
+
364
+ ### Features
365
+
366
+ * **api:** Realtime API token_limits, Hybrid searching ranking options ([6a5b48c](https://github.com/openai/openai-node/commit/6a5b48c9c8961bc7409c20546d9d845a4f2674ce))
367
+ * **api:** remove InputAudio from ResponseInputContent ([9909fef](https://github.com/openai/openai-node/commit/9909fef596280fc16174679d97c3e81543c68646))
368
+
369
+
370
+ ### Chores
371
+
372
+ * **internal:** codegen related update ([3ad52aa](https://github.com/openai/openai-node/commit/3ad52aaa94cdbe1926fee1e5f8eacebefdfc399d))
373
+
374
+ ## 6.7.0 (2025-10-24)
375
+
376
+ Full Changelog: [v6.6.0...v6.7.0](https://github.com/openai/openai-node/compare/v6.6.0...v6.7.0)
377
+
378
+ ### Features
379
+
380
+ * add support for zod@4 schemas ([#1666](https://github.com/openai/openai-node/issues/1666)) ([10ef7ff](https://github.com/openai/openai-node/commit/10ef7ff4cb4aefeaa831b239943118ff52872f5c))
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * **api:** docs updates ([2591c21](https://github.com/openai/openai-node/commit/2591c211bce29d078579445d9a3b45d8de453ec3))
386
+
387
+ ## 6.6.0 (2025-10-20)
388
+
389
+ Full Changelog: [v6.5.0...v6.6.0](https://github.com/openai/openai-node/compare/v6.5.0...v6.6.0)
390
+
391
+ ### Features
392
+
393
+ * **api:** Add responses.input_tokens.count ([520c8a9](https://github.com/openai/openai-node/commit/520c8a95c857307b9329c4725cb40707d4e3eeee))
394
+
395
+
396
+ ### Bug Fixes
397
+
398
+ * **api:** internal openapi updates ([d4aaef9](https://github.com/openai/openai-node/commit/d4aaef9c2e3d9f00b33d59e569149a937e5bd3f5))
399
+
400
+ ## 6.5.0 (2025-10-17)
401
+
402
+ Full Changelog: [v6.4.0...v6.5.0](https://github.com/openai/openai-node/compare/v6.4.0...v6.5.0)
403
+
404
+ ### Features
405
+
406
+ * **api:** api update ([4d21af3](https://github.com/openai/openai-node/commit/4d21af3e6a04baa0ea42d360cf3601fcc3d39705))
407
+
408
+ ## 6.4.0 (2025-10-16)
409
+
410
+ Full Changelog: [v6.3.0...v6.4.0](https://github.com/openai/openai-node/compare/v6.3.0...v6.4.0)
411
+
412
+ ### Features
413
+
414
+ * **api:** Add support for gpt-4o-transcribe-diarize on audio/transcriptions endpoint ([2d27392](https://github.com/openai/openai-node/commit/2d27392ac1cd082f7defb730326d11d8e733353f))
415
+
416
+ ## 6.3.0 (2025-10-10)
417
+
418
+ Full Changelog: [v6.2.0...v6.3.0](https://github.com/openai/openai-node/compare/v6.2.0...v6.3.0)
419
+
420
+ ### Features
421
+
422
+ * **api:** comparison filter in/not in ([1a733c6](https://github.com/openai/openai-node/commit/1a733c69ffff094568707b3f615d110c7e2edd6e))
423
+
424
+
425
+ ### Chores
426
+
427
+ * **internal:** use npm pack for build uploads ([a532410](https://github.com/openai/openai-node/commit/a53241032e1177a390337986399da57e39be25ec))
428
+
429
+ ## 6.2.0 (2025-10-06)
430
+
431
+ Full Changelog: [v6.1.0...v6.2.0](https://github.com/openai/openai-node/compare/v6.1.0...v6.2.0)
432
+
433
+ ### Features
434
+
435
+ * **api:** dev day 2025 launches ([f2816db](https://github.com/openai/openai-node/commit/f2816dbc6ae162d39017e7bafb0d23d0b51dd585))
436
+
437
+
438
+ ### Chores
439
+
440
+ * **internal:** codegen related update ([b6f64b7](https://github.com/openai/openai-node/commit/b6f64b70ea681b174695d930f957aa49194553ed))
441
+ * **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([73e465d](https://github.com/openai/openai-node/commit/73e465d382a45389ab47a0a92575e4415e8d3276))
442
+
443
+ ## 6.1.0 (2025-10-02)
444
+
445
+ Full Changelog: [v6.0.1...v6.1.0](https://github.com/openai/openai-node/compare/v6.0.1...v6.1.0)
446
+
447
+ ### Features
448
+
449
+ * **api:** add support for realtime calls ([5de9585](https://github.com/openai/openai-node/commit/5de958556679182dfbdce95b4db6b65ca742aa61))
450
+
451
+ ## 6.0.1 (2025-10-01)
452
+
453
+ Full Changelog: [v6.0.0...v6.0.1](https://github.com/openai/openai-node/compare/v6.0.0...v6.0.1)
454
+
455
+ ### Bug Fixes
456
+
457
+ * **api:** add status, approval_request_id to MCP tool call ([498c6a5](https://github.com/openai/openai-node/commit/498c6a5d4cab7ad10e31acd01cb49915a70e576a))
458
+
459
+ ## 6.0.0 (2025-09-30)
460
+
461
+ Full Changelog: [v5.23.2...v6.0.0](https://github.com/openai/openai-node/compare/v5.23.2...v6.0.0)
462
+
463
+ ### ⚠ BREAKING CHANGES
464
+
465
+ * **api:** `ResponseFunctionToolCallOutputItem.output` and `ResponseCustomToolCallOutput.output` now return `string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>` instead of `string` only. This may break existing callsites that assume `output` is always a string.
466
+
467
+ ### Features
468
+
469
+ * **api:** Support images and files for function call outputs in responses, BatchUsage ([abe56f8](https://github.com/openai/openai-node/commit/abe56f86afdf28fc1a1b410ace1dd422672361a7))
470
+
471
+
472
+ ### Chores
473
+
474
+ * compat with zod v4 ([#1658](https://github.com/openai/openai-node/issues/1658)) ([94569a0](https://github.com/openai/openai-node/commit/94569a07ce55317b0166e742b90a463df0f70e56))
475
+
476
+ ## 5.23.2 (2025-09-29)
477
+
478
+ Full Changelog: [v5.23.1...v5.23.2](https://github.com/openai/openai-node/compare/v5.23.1...v5.23.2)
479
+
480
+ ### Chores
481
+
482
+ * **env-tests:** upgrade jest-fixed-jsdom 0.0.9 -&gt; 0.0.10 ([6d6d0b0](https://github.com/openai/openai-node/commit/6d6d0b0eaaff86a99141af031f55b7cc6a22772a))
483
+ * **internal:** codegen related update ([1b684af](https://github.com/openai/openai-node/commit/1b684afd387ccd7b16d226dca3adee92db6e4878))
484
+ * **internal:** ignore .eslintcache ([da9e146](https://github.com/openai/openai-node/commit/da9e1468d62aa9044ee9d236b419f744f8792bdb))
485
+
486
+ ## 5.23.1 (2025-09-26)
487
+
488
+ Full Changelog: [v5.23.0...v5.23.1](https://github.com/openai/openai-node/compare/v5.23.0...v5.23.1)
489
+
490
+ ### Bug Fixes
491
+
492
+ * **realtime:** remove beta header from GA classes ([a5e9e70](https://github.com/openai/openai-node/commit/a5e9e70af8691f2850ad7ccfec966e5fb0d5b56d))
493
+
494
+
495
+ ### Performance Improvements
496
+
497
+ * faster formatting ([d56f309](https://github.com/openai/openai-node/commit/d56f309f359f7f4d87c95bfaaffdc463312850e4))
498
+
499
+
500
+ ### Chores
501
+
502
+ * **internal:** fix incremental formatting in some cases ([166d28f](https://github.com/openai/openai-node/commit/166d28ff34edb6b1c3ef310bc825952dcb30ba4b))
503
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([dfab408](https://github.com/openai/openai-node/commit/dfab40857547b272cdad4309baf84e43a07775ed))
504
+
505
+ ## 5.23.0 (2025-09-23)
506
+
507
+ Full Changelog: [v5.22.1...v5.23.0](https://github.com/openai/openai-node/compare/v5.22.1...v5.23.0)
508
+
509
+ ### Features
510
+
511
+ * **api:** gpt-5-codex ([2e4ece6](https://github.com/openai/openai-node/commit/2e4ece6a01e1b7c4c69627137900b7f70558a85b))
512
+
513
+ ## 5.22.1 (2025-09-22)
514
+
515
+ Full Changelog: [v5.22.0...v5.22.1](https://github.com/openai/openai-node/compare/v5.22.0...v5.22.1)
516
+
517
+ ### Bug Fixes
518
+
519
+ * **api:** fix mcp tool name ([fa9f305](https://github.com/openai/openai-node/commit/fa9f3055c63f83ddc19085ebeb7ac38cb303673a))
520
+
521
+
522
+ ### Chores
523
+
524
+ * **api:** openapi updates for conversations ([975c075](https://github.com/openai/openai-node/commit/975c0757da3474439d166a27d61ba6606d439bb0))
525
+ * do not install brew dependencies in ./scripts/bootstrap by default ([6f5e45f](https://github.com/openai/openai-node/commit/6f5e45fc8a0c2dee1f68d00b135034653ed23200))
526
+ * improve example values ([b336a64](https://github.com/openai/openai-node/commit/b336a642fd9507bf28e0ed8976ec102d796f9b9d))
527
+
528
+ ## 5.22.0 (2025-09-19)
529
+
530
+ Full Changelog: [v5.21.0...v5.22.0](https://github.com/openai/openai-node/compare/v5.21.0...v5.22.0)
531
+
532
+ ### Features
533
+
534
+ * **api:** add reasoning_text ([7ff6186](https://github.com/openai/openai-node/commit/7ff61860a14ae20d0734b4f592002dfe67330488))
535
+
536
+
537
+ ### Chores
538
+
539
+ * **api:** manual fixes for streaming ([3a2ae4c](https://github.com/openai/openai-node/commit/3a2ae4ce2a0796f5201dd9373f103bd94689b733))
540
+
541
+ ## 5.21.0 (2025-09-17)
542
+
543
+ Full Changelog: [v5.20.3...v5.21.0](https://github.com/openai/openai-node/compare/v5.20.3...v5.21.0)
544
+
545
+ ### Features
546
+
547
+ * **api:** type updates for conversations, reasoning_effort and results for evals ([f243f54](https://github.com/openai/openai-node/commit/f243f54072d00cb8d83b8c6093accaaabf34d4cf))
548
+
549
+ ## 5.20.3 (2025-09-15)
550
+
551
+ Full Changelog: [v5.20.2...v5.20.3](https://github.com/openai/openai-node/compare/v5.20.2...v5.20.3)
552
+
553
+ ### Chores
554
+
555
+ * **api:** docs and spec refactoring ([05b4498](https://github.com/openai/openai-node/commit/05b44987c699f7683b8706c8de363165150e5f31))
556
+
557
+ ## 5.20.2 (2025-09-12)
558
+
559
+ Full Changelog: [v5.20.1...v5.20.2](https://github.com/openai/openai-node/compare/v5.20.1...v5.20.2)
560
+
561
+ ### Bug Fixes
562
+
563
+ * coerce nullable values to undefined ([836d1b4](https://github.com/openai/openai-node/commit/836d1b4cdd077c206e1c647c762f4c16e9db444c))
564
+
565
+
566
+ ### Chores
567
+
568
+ * **api:** Minor docs and type updates for realtime ([ccb00dc](https://github.com/openai/openai-node/commit/ccb00dcbd1466976045aafee152cbc038bb293b9))
569
+
570
+ ## 5.20.1 (2025-09-10)
571
+
572
+ Full Changelog: [v5.20.0...v5.20.1](https://github.com/openai/openai-node/compare/v5.20.0...v5.20.1)
573
+
574
+ ### Chores
575
+
576
+ * **api:** fix realtime GA types ([1c0d314](https://github.com/openai/openai-node/commit/1c0d3145e920a55f3c710323849bcac1fd60b703))
577
+
578
+ ## 5.20.0 (2025-09-08)
579
+
580
+ Full Changelog: [v5.19.1...v5.20.0](https://github.com/openai/openai-node/compare/v5.19.1...v5.20.0)
581
+
582
+ ### Features
583
+
584
+ * **api:** ship the RealtimeGA API shape ([4286ddd](https://github.com/openai/openai-node/commit/4286ddd4f990dd26e15e510039457f17d787820d))
585
+
586
+
587
+ ### Chores
588
+
589
+ * ci build action ([c8ce143](https://github.com/openai/openai-node/commit/c8ce143196fdbc7ee1c7832bce2417b6e3d25885))
590
+
591
+ ## 5.19.1 (2025-09-03)
592
+
593
+ Full Changelog: [v5.19.0...v5.19.1](https://github.com/openai/openai-node/compare/v5.19.0...v5.19.1)
594
+
595
+ ### Bug Fixes
596
+
597
+ * **azure:** correctly send API key ([#1635](https://github.com/openai/openai-node/issues/1635)) ([08f6178](https://github.com/openai/openai-node/commit/08f6178ff0d4ccc6b80462c86a36f11eb3bfd5fe))
598
+
599
+ ## 5.19.0 (2025-09-03)
600
+
601
+ Full Changelog: [v5.18.1...v5.19.0](https://github.com/openai/openai-node/compare/v5.18.1...v5.19.0)
602
+
603
+ ### Features
604
+
605
+ * **api:** Add gpt-realtime models ([256d932](https://github.com/openai/openai-node/commit/256d93247da7f31e34f5f80d8added0bc6f52fe9))
606
+
607
+ ## 5.18.1 (2025-09-02)
608
+
609
+ Full Changelog: [v5.18.0...v5.18.1](https://github.com/openai/openai-node/compare/v5.18.0...v5.18.1)
610
+
611
+ ### Chores
612
+
613
+ * **api:** manual updates for ResponseInputAudio ([570501b](https://github.com/openai/openai-node/commit/570501b8c66f3f23d0dca05bc948339623732a8e))
614
+
615
+ ## 5.18.0 (2025-09-02)
616
+
617
+ Full Changelog: [v5.17.0...v5.18.0](https://github.com/openai/openai-node/compare/v5.17.0...v5.18.0)
618
+
619
+ ### Features
620
+
621
+ * **client:** support api key provider functions ([#1587](https://github.com/openai/openai-node/issues/1587)) ([c3a92c7](https://github.com/openai/openai-node/commit/c3a92c7ee6f5f7c26c9297be04343326c9854bfd))
622
+
623
+
624
+ ### Bug Fixes
625
+
626
+ * update non beta realtime websockets helpers ([265a42f](https://github.com/openai/openai-node/commit/265a42f9101b0479b7d8dcbf05d45ce29539a7f3))
627
+
628
+ ## 5.17.0 (2025-09-02)
629
+
630
+ Full Changelog: [v5.16.0...v5.17.0](https://github.com/openai/openai-node/compare/v5.16.0...v5.17.0)
631
+
632
+ ### Features
633
+
634
+ * **api:** realtime API updates ([e817255](https://github.com/openai/openai-node/commit/e817255e6ff9e3ad6bd08b001644c335e0459537))
635
+
636
+
637
+ ### Chores
638
+
639
+ * **internal:** update global Error reference ([e566ff3](https://github.com/openai/openai-node/commit/e566ff321642a100756224b75a67d44e262e5bea))
640
+
641
+ ## 5.16.0 (2025-08-26)
642
+
643
+ Full Changelog: [v5.15.0...v5.16.0](https://github.com/openai/openai-node/compare/v5.15.0...v5.16.0)
644
+
645
+ ### Features
646
+
647
+ * **api:** add web search filters ([975b141](https://github.com/openai/openai-node/commit/975b1417052bdcc0111f546ce3fbbea2e71414af))
648
+
649
+
650
+ ### Chores
651
+
652
+ * **client:** qualify global Blob ([7998d3f](https://github.com/openai/openai-node/commit/7998d3fd3715ab2c06ea011155420ac126681649))
653
+ * update CI script ([accb0c1](https://github.com/openai/openai-node/commit/accb0c1188dbaef20c1a40bd3047087960c99a07))
654
+
655
+ ## 5.15.0 (2025-08-21)
656
+
657
+ Full Changelog: [v5.14.0...v5.15.0](https://github.com/openai/openai-node/compare/v5.14.0...v5.15.0)
658
+
659
+ ### Features
660
+
661
+ * **api:** Add connectors support for MCP tool ([048bee3](https://github.com/openai/openai-node/commit/048bee3693822c75181012c47b4f54074e1efdd6))
662
+ * **api:** adding support for /v1/conversations to the API ([1380d17](https://github.com/openai/openai-node/commit/1380d1734b1e7eeb5d10fb73fe9cfce6199e5c8e))
663
+
664
+
665
+ ### Chores
666
+
667
+ * add package to package.json ([6748b2b](https://github.com/openai/openai-node/commit/6748b2b64f6c06ee324694b95ae7df99493ff08d))
668
+
669
+ ## 5.14.0 (2025-08-20)
670
+
671
+ Full Changelog: [v5.13.1...v5.14.0](https://github.com/openai/openai-node/compare/v5.13.1...v5.14.0)
672
+
673
+ ### Features
674
+
675
+ * **mcp:** add code execution tool ([3f8264c](https://github.com/openai/openai-node/commit/3f8264cfaafb8d03aedabe53a0d17a7e3dc326d8))
676
+
677
+
678
+ ### Chores
679
+
680
+ * **internal/ci:** setup breaking change detection ([87e8004](https://github.com/openai/openai-node/commit/87e8004d05eb27d14a11d433239af525c9c493b9))
681
+
682
+ ## 5.13.1 (2025-08-19)
683
+
684
+ Full Changelog: [v5.13.0...v5.13.1](https://github.com/openai/openai-node/compare/v5.13.0...v5.13.1)
685
+
686
+ ### Chores
687
+
688
+ * **api:** accurately represent shape for verbosity on Chat Completions ([5ddac3c](https://github.com/openai/openai-node/commit/5ddac3c7535e2df4b562fe1237b639e112bf5eef))
689
+
690
+ ## 5.13.0 (2025-08-18)
691
+
692
+ Full Changelog: [v5.12.3...v5.13.0](https://github.com/openai/openai-node/compare/v5.12.3...v5.13.0)
693
+
694
+ ### Features
695
+
696
+ * **api:** add new text parameters, expiration options ([499179c](https://github.com/openai/openai-node/commit/499179c095eae77dcccec5e2758ab72c8d829ea7))
697
+
698
+
699
+ ### Chores
700
+
701
+ * **deps:** update dependency @types/node to v20.17.58 ([7812d0d](https://github.com/openai/openai-node/commit/7812d0db43309144cb46714a64fe97a3e12f5b04))
702
+ * **internal:** formatting change ([56b2073](https://github.com/openai/openai-node/commit/56b2073ac3553d6b9cca1185fe52a7e697d0b733))
703
+
704
+ ## 5.12.3 (2025-08-12)
705
+
706
+ Full Changelog: [v5.12.2...v5.12.3](https://github.com/openai/openai-node/compare/v5.12.2...v5.12.3)
707
+
708
+ ### Chores
709
+
710
+ * **internal:** update comment in script ([2488faf](https://github.com/openai/openai-node/commit/2488faf387da1c9bd7565d4bb5aded7bb53b8799))
711
+ * update @stainless-api/prism-cli to v5.15.0 ([db44a7d](https://github.com/openai/openai-node/commit/db44a7d2afa4e0330f4981c106f9abf2fd4ab432))
712
+
713
+ ## 5.12.2 (2025-08-08)
714
+
715
+ Full Changelog: [v5.12.1...v5.12.2](https://github.com/openai/openai-node/compare/v5.12.1...v5.12.2)
716
+
717
+ ### Bug Fixes
718
+
719
+ * **client:** fix verbosity parameter location in Responses ([eaa246f](https://github.com/openai/openai-node/commit/eaa246ffe00ffcdec45c695a96aeed3d87bb3f74))
720
+
721
+ ## 5.12.1 (2025-08-07)
722
+
723
+ Full Changelog: [v5.12.0...v5.12.1](https://github.com/openai/openai-node/compare/v5.12.0...v5.12.1)
724
+
725
+ ### Features
726
+
727
+ * **api:** adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 ([59acd85](https://github.com/openai/openai-node/commit/59acd85a3e0d4db7f7eca9a287b23ec00191fa68))
728
+
729
+
730
+ ### Chores
731
+
732
+ * **internal:** move publish config ([b3d02f6](https://github.com/openai/openai-node/commit/b3d02f6faab5aa8e62998446485e43ebc802d68e))
733
+
734
+ ## 5.12.0 (2025-08-05)
735
+
736
+ Full Changelog: [v5.11.0...v5.12.0](https://github.com/openai/openai-node/compare/v5.11.0...v5.12.0)
737
+
738
+ ### Features
739
+
740
+ * **api:** manual updates ([f0d3056](https://github.com/openai/openai-node/commit/f0d3056932adb8e448fd1141eae4b07ad0c66ddb))
741
+
742
+ ## 5.11.0 (2025-07-30)
743
+
744
+ Full Changelog: [v5.10.3...v5.11.0](https://github.com/openai/openai-node/compare/v5.10.3...v5.11.0)
745
+
746
+ ### Features
747
+
748
+ * **api:** manual updates ([442dc25](https://github.com/openai/openai-node/commit/442dc25d7b31a374daf440f32f5694c3b6c20a81))
749
+
750
+ ## 5.10.3 (2025-07-30)
751
+
752
+ Full Changelog: [v5.10.2...v5.10.3](https://github.com/openai/openai-node/compare/v5.10.2...v5.10.3)
753
+
754
+ ### Bug Fixes
755
+
756
+ * **zod:** avoid adding redundant not to optional schemas [#1593](https://github.com/openai/openai-node/issues/1593) ([162b697](https://github.com/openai/openai-node/commit/162b697d1b946dc4af213c8efcdb7a7b5317bb6e))
757
+
758
+
759
+ ### Chores
760
+
761
+ * **client:** refactor streaming slightly to better future proof it ([292427f](https://github.com/openai/openai-node/commit/292427f7f39f6dd64e46ba4360b0b96c8e49adc9))
762
+ * **internal:** remove redundant imports config ([28dd66d](https://github.com/openai/openai-node/commit/28dd66de15032d6ee620d3cf9f3e33ba61cad4e7))
763
+ * **internal:** version bump ([56e0760](https://github.com/openai/openai-node/commit/56e076090a9ce5c6b7f4ac4d84d33ca3f6522973))
764
+
765
+ ## 5.10.2 (2025-07-22)
766
+
767
+ Full Changelog: [v5.10.1...v5.10.2](https://github.com/openai/openai-node/compare/v5.10.1...v5.10.2)
768
+
769
+ ### Chores
770
+
771
+ * **api:** event shapes more accurate ([78f4e1d](https://github.com/openai/openai-node/commit/78f4e1d8e7400001a7bc6a05dc9a6e52a2047523))
772
+ * **internal:** version bump ([ea885ca](https://github.com/openai/openai-node/commit/ea885cac5c4231597141e91bd454e540830deb95))
773
+
774
+
775
+ ### Documentation
776
+
777
+ * fix typos in helpers and realtime ([#1592](https://github.com/openai/openai-node/issues/1592)) ([17733b7](https://github.com/openai/openai-node/commit/17733b7e4a19754c9ca2ec815cf7d246b1dc138d))
778
+
779
+ ## 5.10.1 (2025-07-16)
780
+
781
+ Full Changelog: [v5.10.0...v5.10.1](https://github.com/openai/openai-node/compare/v5.10.0...v5.10.1)
782
+
783
+ ### Chores
784
+
785
+ * **internal:** version bump ([896b418](https://github.com/openai/openai-node/commit/896b41828ce468fed36ceb50082633e21a0945ca))
786
+ * **ts:** reorder package.json imports ([2f8d2f7](https://github.com/openai/openai-node/commit/2f8d2f7726dbc717c3c6e2a27dbd5b50ff9ef4b4))
787
+
788
+ ## 5.10.0 (2025-07-16)
789
+
790
+ Full Changelog: [v5.9.2...v5.10.0](https://github.com/openai/openai-node/compare/v5.9.2...v5.10.0)
791
+
792
+ ### Features
793
+
794
+ * **api:** manual updates ([35338b4](https://github.com/openai/openai-node/commit/35338b44ace44f0f0c0b48ea94aa96d3c81ea385))
795
+
796
+
797
+ ### Chores
798
+
799
+ * **internal:** version bump ([3d9de4b](https://github.com/openai/openai-node/commit/3d9de4b2f28c80ea1f92446c092b23d69955ef30))
800
+
801
+ ## 5.9.2 (2025-07-15)
802
+
803
+ Full Changelog: [v5.9.1...v5.9.2](https://github.com/openai/openai-node/compare/v5.9.1...v5.9.2)
804
+
805
+ ### Chores
806
+
807
+ * **api:** update realtime specs ([4a20a3d](https://github.com/openai/openai-node/commit/4a20a3da8319667540a7b120f0f94e253420058e))
808
+ * **internal:** version bump ([103e8de](https://github.com/openai/openai-node/commit/103e8def71408724fb37104cfcb9419e01022f24))
809
+
810
+ ## 5.9.1 (2025-07-15)
811
+
812
+ Full Changelog: [v5.9.0...v5.9.1](https://github.com/openai/openai-node/compare/v5.9.0...v5.9.1)
813
+
814
+ ### Chores
815
+
816
+ * **api:** update realtime specs, build config ([bb4649f](https://github.com/openai/openai-node/commit/bb4649feb69a6d91e4eea857fd6f5e8c00f2a35d))
817
+
818
+ ## 5.9.0 (2025-07-10)
819
+
820
+ Full Changelog: [v5.8.4...v5.9.0](https://github.com/openai/openai-node/compare/v5.8.4...v5.9.0)
821
+
822
+ ### Features
823
+
824
+ * **api:** add file_url, fix event ID ([5f5d39e](https://github.com/openai/openai-node/commit/5f5d39e9e11224bf18a0301041b69548727ed4f3))
825
+
826
+ ## 5.8.4 (2025-07-10)
827
+
828
+ Full Changelog: [v5.8.3...v5.8.4](https://github.com/openai/openai-node/compare/v5.8.3...v5.8.4)
829
+
830
+ ### Chores
831
+
832
+ * **internal:** bump undici version in tests ([6f38b80](https://github.com/openai/openai-node/commit/6f38b809a69b6ab3fcbf1235e57bdb8912024ab3))
833
+ * make some internal functions async ([841940d](https://github.com/openai/openai-node/commit/841940d2ae036191b456e8398fbcb1f24c6e4deb))
834
+
835
+ ## 5.8.3 (2025-07-08)
836
+
837
+ Full Changelog: [v5.8.2...v5.8.3](https://github.com/openai/openai-node/compare/v5.8.2...v5.8.3)
838
+
839
+ ### Bug Fixes
840
+
841
+ * avoid console usage ([aec57c5](https://github.com/openai/openai-node/commit/aec57c5902b47d2d643f48d98a6014e0e77ba6cc))
842
+
843
+
844
+ ### Chores
845
+
846
+ * add docs to RequestOptions type ([3735172](https://github.com/openai/openai-node/commit/37351723bc5a24c06a96c95e11104cda42a1bec3))
847
+ * **ci:** only run for pushes and fork pull requests ([e200bc4](https://github.com/openai/openai-node/commit/e200bc4db18a09d4148fff0056801140411bfa53))
848
+ * **client:** improve path param validation ([b5a043b](https://github.com/openai/openai-node/commit/b5a043bc96b6b6bfe8cca05e103a6e4d6fea962b))
849
+ * **internal/tests:** pin bun types version ([fcffa88](https://github.com/openai/openai-node/commit/fcffa880c1b31aeca70a6fa093f4b1f9d3db1a74))
850
+
851
+ ## 5.8.2 (2025-06-27)
852
+
853
+ Full Changelog: [v5.8.1...v5.8.2](https://github.com/openai/openai-node/compare/v5.8.1...v5.8.2)
854
+
855
+ ### Bug Fixes
856
+
857
+ * **client:** get fetchOptions type more reliably ([b3c959d](https://github.com/openai/openai-node/commit/b3c959d22d1002a85772385476f9a5098c8e1514))
858
+
859
+ ## 5.8.1 (2025-06-26)
860
+
861
+ Full Changelog: [v5.8.0...v5.8.1](https://github.com/openai/openai-node/compare/v5.8.0...v5.8.1)
862
+
863
+ ### Bug Fixes
864
+
865
+ * **client:** ensure addOutputText is called on responses.retrieve ([d55bb64](https://github.com/openai/openai-node/commit/d55bb64f8022c1e861b4b4d1c23ad4cc0e80e536))
866
+
867
+
868
+ ### Chores
869
+
870
+ * **api:** remove unsupported property ([1966954](https://github.com/openai/openai-node/commit/19669545157dc0339f4c88855bd1ae9acaaac53d))
871
+ * **docs:** update README to include links to docs on Webhooks ([586d5da](https://github.com/openai/openai-node/commit/586d5daf5babc9f12793201f1e1e4c79829151f0))
872
+ * **webhooks:** make private methods really private ([0ee396a](https://github.com/openai/openai-node/commit/0ee396a2a0e03c794c7cfa3c9f1beb848fd77f1d))
873
+
874
+ ## 5.8.0 (2025-06-26)
875
+
876
+ Full Changelog: [v5.7.0...v5.8.0](https://github.com/openai/openai-node/compare/v5.7.0...v5.8.0)
877
+
878
+ ### Features
879
+
880
+ * **api:** webhook and deep research support ([f2b4f66](https://github.com/openai/openai-node/commit/f2b4f66226ad514d702f8acbb4820ae90b4fd40e))
881
+
882
+
883
+ ### Bug Fixes
884
+
885
+ * **ci:** release-doctor — report correct token name ([aed2587](https://github.com/openai/openai-node/commit/aed2587294922415aeaece0b9a6911c3e1577c51))
886
+
887
+
888
+ ### Refactors
889
+
890
+ * **types:** replace Record with mapped types ([7865910](https://github.com/openai/openai-node/commit/7865910c7d66a14dac70ea119e109975d9169414))
891
+
892
+ ## 5.7.0 (2025-06-23)
893
+
894
+ Full Changelog: [v5.6.0...v5.7.0](https://github.com/openai/openai-node/compare/v5.6.0...v5.7.0)
895
+
896
+ ### Features
897
+
898
+ * **api:** update api shapes for usage and code interpreter ([f2100e8](https://github.com/openai/openai-node/commit/f2100e89334753e7f580f7f20f48b43eb8ba2fe3))
899
+
900
+ ## 5.6.0 (2025-06-20)
901
+
902
+ Full Changelog: [v5.5.1...v5.6.0](https://github.com/openai/openai-node/compare/v5.5.1...v5.6.0)
903
+
904
+ ### Features
905
+
906
+ * **api:** make model and inputs not required to create response ([52211c0](https://github.com/openai/openai-node/commit/52211c0e67c2926b27f4adee1f626066d90b6a2e))
907
+
908
+
909
+ ### Bug Fixes
910
+
911
+ * **client:** explicitly copy fetch in withOptions ([0efacae](https://github.com/openai/openai-node/commit/0efacaeb8eb0bfbad6bd6bc29fc57f00916411c0))
912
+
913
+
914
+ ### Chores
915
+
916
+ * **readme:** update badges ([6898954](https://github.com/openai/openai-node/commit/689895400adf38e85810ba8b63dc16ed56839ddd))
917
+ * **readme:** use better example snippet for undocumented params ([668611f](https://github.com/openai/openai-node/commit/668611f4331ffa375257f3bc138c54d6ee965cd6))
918
+
919
+ ## 5.5.1 (2025-06-17)
920
+
921
+ Full Changelog: [v5.5.0...v5.5.1](https://github.com/openai/openai-node/compare/v5.5.0...v5.5.1)
922
+
923
+ ### Chores
924
+
925
+ * **ci:** enable for pull requests ([e1cf00c](https://github.com/openai/openai-node/commit/e1cf00cf2a2ce832d759f3253f10826d3c16338e))
926
+
927
+ ## 5.5.0 (2025-06-16)
928
+
929
+ Full Changelog: [v5.4.0...v5.5.0](https://github.com/openai/openai-node/compare/v5.4.0...v5.5.0)
930
+
931
+ ### Features
932
+
933
+ * **api:** manual updates ([ab6b57c](https://github.com/openai/openai-node/commit/ab6b57c241dc7c57e411fae572842da801e9828b))
934
+
935
+ ## 5.4.0 (2025-06-16)
936
+
937
+ Full Changelog: [v5.3.0...v5.4.0](https://github.com/openai/openai-node/compare/v5.3.0...v5.4.0)
938
+
939
+ ### Features
940
+
941
+ * **api:** add reusable prompt IDs ([c720bb3](https://github.com/openai/openai-node/commit/c720bb3fb909cdef1cc679df38357f046d3d2756))
942
+ * **client:** add support for endpoint-specific base URLs ([05f558b](https://github.com/openai/openai-node/commit/05f558bcdd362ae56000fe515a24593363d59e83))
943
+
944
+
945
+ ### Bug Fixes
946
+
947
+ * publish script — handle NPM errors correctly ([a803cce](https://github.com/openai/openai-node/commit/a803cce6d44116eaba34f2bd7cb0f5d8f5c72be8))
948
+
949
+
950
+ ### Chores
951
+
952
+ * **client:** refactor imports ([9eb4470](https://github.com/openai/openai-node/commit/9eb44703432d7e22290564013f8e1798c82918a3))
953
+ * **internal:** add pure annotations, make base APIResource abstract ([418eb02](https://github.com/openai/openai-node/commit/418eb02e3ebe3ef58d851405f9eb5cae275194b4))
954
+
955
+ ## 5.3.0 (2025-06-10)
956
+
957
+ Full Changelog: [v5.2.0...v5.3.0](https://github.com/openai/openai-node/compare/v5.2.0...v5.3.0)
958
+
959
+ ### Features
960
+
961
+ * **api:** Add o3-pro model IDs ([9988f8e](https://github.com/openai/openai-node/commit/9988f8ea50a370abfc03bc97882d1ddd83837217))
962
+
963
+ ## 5.2.0 (2025-06-09)
964
+
965
+ Full Changelog: [v5.1.1...v5.2.0](https://github.com/openai/openai-node/compare/v5.1.1...v5.2.0)
966
+
967
+ ### Features
968
+
969
+ * **api:** Add tools and structured outputs to evals ([64844f1](https://github.com/openai/openai-node/commit/64844f1be2da9658a603fac304d1387f28a110a4))
970
+
971
+
972
+ ### Bug Fixes
973
+
974
+ * **changelog:** remove duplicated entries ([18484cc](https://github.com/openai/openai-node/commit/18484cceea615a01b62590b9b626b9e2140c7dd9))
975
+
976
+
977
+ ### Chores
978
+
979
+ * avoid type error in certain environments ([44ac3d9](https://github.com/openai/openai-node/commit/44ac3d96eb258cd777edb02004763ccef253ae7a))
980
+
981
+
982
+ ### Documentation
983
+
984
+ * **changelog:** reference MIGRATION.md ([b3d488f](https://github.com/openai/openai-node/commit/b3d488feff5acb020f5db6f27ea94884c56bc767)), closes [#1539](https://github.com/openai/openai-node/issues/1539)
985
+
986
+ ## 5.1.1 (2025-06-05)
987
+
988
+ Full Changelog: [v5.1.0...v5.1.1](https://github.com/openai/openai-node/compare/v5.1.0...v5.1.1)
989
+
990
+ ### Bug Fixes
991
+
992
+ * **assistants:** handle thread.run.incomplete while streaming ([8f5e7f3](https://github.com/openai/openai-node/commit/8f5e7f3ffaad7bdd0424743eb68a63f918dbabb8))
993
+
994
+
995
+ ### Chores
996
+
997
+ * **docs:** use top-level-await in example snippets ([065d3b0](https://github.com/openai/openai-node/commit/065d3b08b29e10d7af58bb66816245f71f386833))
998
+ * **internal:** fix readablestream types in node 20 ([771ae81](https://github.com/openai/openai-node/commit/771ae818c32d855778c3847d9005efb80b0a8cd5))
999
+
1000
+ ## 5.1.0 (2025-06-03)
1001
+
1002
+ Full Changelog: [v5.0.2...v5.1.0](https://github.com/openai/openai-node/compare/v5.0.2...v5.1.0)
1003
+
1004
+ ### Features
1005
+
1006
+ * **api:** add new realtime and audio models, realtime session options ([1219f09](https://github.com/openai/openai-node/commit/1219f090b02b8d53f29abf5a0e7564af0f9f68fc))
1007
+
1008
+
1009
+ ### Chores
1010
+
1011
+ * adjust eslint.config.mjs ignore pattern ([9b5c898](https://github.com/openai/openai-node/commit/9b5c898fe5099859252d3c3fd62010d6aa552fef))
1012
+ * **api:** update type names ([7c296d6](https://github.com/openai/openai-node/commit/7c296d62bbde52ec84e3af78ed12f1cd196f9d52))
1013
+
1014
+ ## 5.0.2 (2025-06-02)
1015
+
1016
+ Full Changelog: [v5.0.1...v5.0.2](https://github.com/openai/openai-node/compare/v5.0.1...v5.0.2)
1017
+
1018
+ ### Bug Fixes
1019
+
1020
+ * **api:** Fix evals and code interpreter interfaces ([992a9d8](https://github.com/openai/openai-node/commit/992a9d84fe412d96496b11b7a6be5c927f78db6c))
1021
+
1022
+
1023
+ ### Chores
1024
+
1025
+ * **deps:** bump eslint-plugin-prettier ([1428a8b](https://github.com/openai/openai-node/commit/1428a8b4f82e79695c2cbed5e12ca0da4958423b))
1026
+ * **internal:** codegen related update ([a65428f](https://github.com/openai/openai-node/commit/a65428fc81e05f681eab806e7efc6ad26062221b))
1027
+
1028
+ ## 5.0.1 (2025-05-29)
1029
+
1030
+ Full Changelog: [v5.0.0...v5.0.1](https://github.com/openai/openai-node/compare/v5.0.0...v5.0.1)
1031
+
1032
+ ### Chores
1033
+
1034
+ * sync changes ([90b100d](https://github.com/openai/openai-node/commit/90b100dcf504ecf0b98620702cb6bd0988695320))
1035
+ * **types:** add missing type annotation ([de37b55](https://github.com/openai/openai-node/commit/de37b55e6e95d7089ee845d4144883d93bb18ca0))
1036
+
1037
+ ## 5.0.0 (2025-05-29)
1038
+
1039
+ This release migrates from node-fetch to builtin fetch, for full release notes see [MIGRATION.md](https://github.com/openai/openai-node/blob/master/MIGRATION.md).
1040
+
1041
+ Full Changelog: [v5.0.0-alpha.0...v5.0.0](https://github.com/openai/openai-node/compare/v5.0.0-alpha.0...v5.0.0)
1042
+
1043
+ ### Features
1044
+
1045
+ * add audio helpers ([ec5067d](https://github.com/openai/openai-node/commit/ec5067deba1fe4202d90db42e45c3bd774936af1))
1046
+ * add migration guide ([cfd2088](https://github.com/openai/openai-node/commit/cfd2088219464381077dec62d38d1830ab0b43f3))
1047
+ * add SKIP_BREW env var to ./scripts/bootstrap ([7ea4a24](https://github.com/openai/openai-node/commit/7ea4a244d5b39e0745aea1a89abff940e2c3922f))
1048
+ * **api:** add /v1/responses and built-in tools ([91af47c](https://github.com/openai/openai-node/commit/91af47cc4f62b08a451bc39f44c64244a71c1f2c))
1049
+ * **api:** add `get /chat/completions` endpoint ([9697139](https://github.com/openai/openai-node/commit/9697139a5f38bcc2dffa3322ff575eb1fc8b4e35))
1050
+ * **api:** add `get /responses/{response_id}/input_items` endpoint ([f2c5aba](https://github.com/openai/openai-node/commit/f2c5aba736f99550a9a7837be22b39b36a7495d0))
1051
+ * **api:** add container endpoint ([3ffca5c](https://github.com/openai/openai-node/commit/3ffca5c5b2dc6819e955ed343b2bb6e2095e7bdf))
1052
+ * **api:** Add evalapi to sdk ([70092d7](https://github.com/openai/openai-node/commit/70092d768426b8e0dd4bca21e7a3dea009e25b9f))
1053
+ * **api:** add gpt-4.5-preview ([1d4478d](https://github.com/openai/openai-node/commit/1d4478d7935028e20a9d9d11ff29ff8b991c44f9))
1054
+ * **api:** add image sizes, reasoning encryption ([0c25021](https://github.com/openai/openai-node/commit/0c2502187f8895f029277a7be9825862f458e9aa))
1055
+ * **api:** add o3 and o4-mini model IDs ([19cda5d](https://github.com/openai/openai-node/commit/19cda5d3b908238ae6c6f5609ac3a118d4d8acc2))
1056
+ * **api:** Add reinforcement fine-tuning api support ([e6bbaf5](https://github.com/openai/openai-node/commit/e6bbaf577aa6bdf3bcdaf25a5a7d4e8202831c7a))
1057
+ * **api:** add support for storing chat completions ([59da177](https://github.com/openai/openai-node/commit/59da1771b93158d5d89efc9e63e1ef9c09a634f3))
1058
+ * **api:** adding gpt-4.1 family of model IDs ([8a2a745](https://github.com/openai/openai-node/commit/8a2a7454bee0fbe9e4729d47f6b894e5f25d68f5))
1059
+ * **api:** adding new image model support ([a0010fd](https://github.com/openai/openai-node/commit/a0010fdb60fe723ebc70103cceca552aca51855e))
1060
+ * **api:** Config update for pakrym-stream-param ([469ad7b](https://github.com/openai/openai-node/commit/469ad7b9d76b674aa3fd829128a54758ab7adfbd))
1061
+ * **api:** further updates for evals API ([3f6f248](https://github.com/openai/openai-node/commit/3f6f248191b45015924be76fd5154d149c4ed8a0))
1062
+ * **api:** manual updates ([debe529](https://github.com/openai/openai-node/commit/debe5295d077f79cc4b4eefefb008e5a10b32793))
1063
+ * **api:** manual updates ([e83286b](https://github.com/openai/openai-node/commit/e83286b10b20d3e4c02903739b045af5cbf71cde))
1064
+ * **api:** manual updates ([959eace](https://github.com/openai/openai-node/commit/959eace6ec132a83f731fa496d5b8b7a11fa6bb2))
1065
+ * **api:** manual updates ([179a607](https://github.com/openai/openai-node/commit/179a607a89fabda32ebad62cc7ee86b5332a29f4))
1066
+ * **api:** manual updates ([0cb0c86](https://github.com/openai/openai-node/commit/0cb0c863b3bda6e6d72b3b5cdba3c8791db9bb77))
1067
+ * **api:** manual updates ([678ae6b](https://github.com/openai/openai-node/commit/678ae6b7112ed9b27d092b3234dd034d572deb9c))
1068
+ * **api:** manual updates ([4560dc6](https://github.com/openai/openai-node/commit/4560dc62f8c65e9857085409e382760aa601d60b))
1069
+ * **api:** manual updates ([554c3b1](https://github.com/openai/openai-node/commit/554c3b142024bec8010474cd7e42b99a209d4daa))
1070
+ * **api:** manual updates ([b893d81](https://github.com/openai/openai-node/commit/b893d81420359c712dab6997c2dbc9f309549712))
1071
+ * **api:** manual updates ([c1c2819](https://github.com/openai/openai-node/commit/c1c281983e23dcfdca964720265d3cba28b17795))
1072
+ * **api:** manual updates ([efce6d3](https://github.com/openai/openai-node/commit/efce6d3d719ad463b035b22e9a1cf461ab62b5af))
1073
+ * **api:** manual updates ([32afb00](https://github.com/openai/openai-node/commit/32afb0022939b19069c37fcd9cabfe666ea86b77))
1074
+ * **api:** new API tools ([fb4014f](https://github.com/openai/openai-node/commit/fb4014ffac7b220d37bd03c94fa745386b010bf0))
1075
+ * **api:** new models for TTS, STT, + new audio features for Realtime ([#1407](https://github.com/openai/openai-node/issues/1407)) ([d11b13c](https://github.com/openai/openai-node/commit/d11b13cdf5412f03e551365297a27e610a36edda))
1076
+ * **api:** new streaming helpers for background responses ([1ddd6ff](https://github.com/openai/openai-node/commit/1ddd6ff182b09d696954fda4bde50fb82f1d6585))
1077
+ * **api:** o1-pro now available through the API ([#1398](https://github.com/openai/openai-node/issues/1398)) ([aefd267](https://github.com/openai/openai-node/commit/aefd2675154ff848032a7fec856f0db6ed2ad629))
1078
+ * **api:** responses x eval api ([ea1d56c](https://github.com/openai/openai-node/commit/ea1d56c979ad7136aa584a773904b0570ba14783))
1079
+ * **api:** Updating Assistants and Evals API schemas ([8cc63d3](https://github.com/openai/openai-node/commit/8cc63d351057678d474fe1a16e3077370c83fddb))
1080
+ * **client:** accept RFC6838 JSON content types ([67da9ce](https://github.com/openai/openai-node/commit/67da9ce89ea010813779b98c18fea84d9964c7de))
1081
+ * **client:** add Realtime API support ([7737d25](https://github.com/openai/openai-node/commit/7737d2547c5c6c45004fe281b8122c9e2adc0efb))
1082
+ * **client:** add withOptions helper ([7e9ea85](https://github.com/openai/openai-node/commit/7e9ea85f63a0989b3446834d9e1a94c0d050cf87))
1083
+ * **client:** improve logging ([ead0ba4](https://github.com/openai/openai-node/commit/ead0ba4dc9f51c35007c5fe20f9954855f558652))
1084
+ * **client:** promote beta completions methods to GA ([4c622f9](https://github.com/openai/openai-node/commit/4c622f9f55529e3aab30c834349d341038499db1))
1085
+
1086
+
1087
+ ### Bug Fixes
1088
+
1089
+ * **api:** add missing file rank enum + more metadata ([b943a0a](https://github.com/openai/openai-node/commit/b943a0ae4682a410172e1063a9424f5150cd9010))
1090
+ * **api:** correct some Responses types ([#1391](https://github.com/openai/openai-node/issues/1391)) ([e983d0c](https://github.com/openai/openai-node/commit/e983d0c61d33b106f149d87eed90378bd0bbc349))
1091
+ * **api:** improve type resolution when importing as a package ([#1444](https://github.com/openai/openai-node/issues/1444)) ([4af79dd](https://github.com/openai/openai-node/commit/4af79ddd5b19925fa09d9ae877470aa8304535c2))
1092
+ * **assistants:** handle `thread.run.incomplete` event ([a2714bb](https://github.com/openai/openai-node/commit/a2714bb5253ade80cb15455ceb8f6dbea63cb1d0))
1093
+ * **audio:** correctly handle transcription streaming ([9c7d352](https://github.com/openai/openai-node/commit/9c7d352181c690156e26c9538c00edff6db5b384))
1094
+ * avoid type error in certain environments ([#1413](https://github.com/openai/openai-node/issues/1413)) ([f395e95](https://github.com/openai/openai-node/commit/f395e9584ac63780442bb54c2d292914eaecf3c7))
1095
+ * **azure/audio:** use model param for deployments ([0eda70a](https://github.com/openai/openai-node/commit/0eda70adc3c88c12792c1eee9c3279579a86d412))
1096
+ * **azure:** add /images/edits to deployments endpoints ([#1509](https://github.com/openai/openai-node/issues/1509)) ([4b18059](https://github.com/openai/openai-node/commit/4b180597633a527c435e049d885103ab06311b90))
1097
+ * **azure:** add /images/edits to deployments endpoints ([#1509](https://github.com/openai/openai-node/issues/1509)) ([84fc31a](https://github.com/openai/openai-node/commit/84fc31aa903eceeb80815f6b17562fc463a71cfc))
1098
+ * **azure:** use correct internal method ([a9c7821](https://github.com/openai/openai-node/commit/a9c78216d88379bc1d5103b30970f041d22083b8))
1099
+ * **client:** always overwrite when merging headers ([c160550](https://github.com/openai/openai-node/commit/c160550761eed22b038ac8a5b477729fe298834c))
1100
+ * **client:** fix export map for index exports ([#1328](https://github.com/openai/openai-node/issues/1328)) ([26d5868](https://github.com/openai/openai-node/commit/26d5868dd53045bc820a607100eab1070785f50c))
1101
+ * **client:** fix export map for index exports, accept BunFile ([9416c96](https://github.com/openai/openai-node/commit/9416c96fdc12c9ea22da04ac317d93cb2ad94f57))
1102
+ * **client:** fix TypeError with undefined File ([0e980d0](https://github.com/openai/openai-node/commit/0e980d05e8e1fb4befae443fb84b8b9fab8dbd50))
1103
+ * **client:** remove duplicate types ([bee2ce5](https://github.com/openai/openai-node/commit/bee2ce5841f25b1f56cdc1fd0b36b0758d2c9bdc))
1104
+ * **client:** remove duplicate types ([#1410](https://github.com/openai/openai-node/issues/1410)) ([23fd3ff](https://github.com/openai/openai-node/commit/23fd3ffef3b19656b27576b4d0c613d19ea1ae2f))
1105
+ * **client:** return binary content from `get /containers/{container_id}/files/{file_id}/content` ([8502966](https://github.com/openai/openai-node/commit/8502966ed2fee9162ad14fdf04c893e1fa130a51))
1106
+ * **client:** return binary content from `get /containers/{container_id}/files/{file_id}/content` ([899869b](https://github.com/openai/openai-node/commit/899869b40ab5f64145c48521378f1925f6b5b33a))
1107
+ * **client:** return binary content from `get /containers/{container_id}/files/{file_id}/content` ([83129d7](https://github.com/openai/openai-node/commit/83129d7eac3dd784bb1c29fa344c5b808a59db73))
1108
+ * **client:** send `X-Stainless-Timeout` in seconds ([5a272a7](https://github.com/openai/openai-node/commit/5a272a76515b09810fcb5d0ca63dd6050d1a8023))
1109
+ * **client:** send `X-Stainless-Timeout` in seconds ([#1442](https://github.com/openai/openai-node/issues/1442)) ([5e5e460](https://github.com/openai/openai-node/commit/5e5e4607a103fcb6257c071bb4bf57902ee6415f))
1110
+ * **client:** send all configured auth headers ([ee01414](https://github.com/openai/openai-node/commit/ee01414c206f18a537f3616bcf1e208aab311030))
1111
+ * compat with more runtimes ([f743730](https://github.com/openai/openai-node/commit/f74373020ab01ace999a72d916e017db0177bf16))
1112
+ * correct imports ([21f2107](https://github.com/openai/openai-node/commit/21f210782b1ee3b33231cfed0277ab8e3a764bcb))
1113
+ * correctly decode multi-byte characters over multiple chunks ([f3d7083](https://github.com/openai/openai-node/commit/f3d708390a36427206edfc67875a7987eb483e55))
1114
+ * **docs:** correct docstring on responses.stream ([1847673](https://github.com/openai/openai-node/commit/1847673de09586c809e1057a6b08c604471e13ff))
1115
+ * **ecosystem-tests/bun:** bump dependencies ([1e52734](https://github.com/openai/openai-node/commit/1e52734e28a0e474b11c90977fd3161ea2e50f8c))
1116
+ * **ecosystem-tests/cloudflare-worker:** ignore lib errors for now ([157248a](https://github.com/openai/openai-node/commit/157248ae85d2261f9538128703d0ebbc24347c61))
1117
+ * **ecosystem-tests:** correct ecosystem tests setup ([6fa0675](https://github.com/openai/openai-node/commit/6fa06756624071fb1486c69a496ba906fef96de2))
1118
+ * **embeddings:** correctly decode base64 data ([#1448](https://github.com/openai/openai-node/issues/1448)) ([d6b99c8](https://github.com/openai/openai-node/commit/d6b99c8fcbd35ef6b45d66f487aea759c01febbc))
1119
+ * **exports:** add missing type exports ([a816029](https://github.com/openai/openai-node/commit/a81602996a1d9c3ceda79d88fe163a1e6b823e77))
1120
+ * **exports:** add missing type exports ([#1417](https://github.com/openai/openai-node/issues/1417)) ([06c03d7](https://github.com/openai/openai-node/commit/06c03d7125d8331679dd206d0e34705d65669046))
1121
+ * **exports:** ensure resource imports don't require /index ([d028ad7](https://github.com/openai/openai-node/commit/d028ad7b0debb585534acb73fa5cafe6f8d90f37))
1122
+ * **helpers/zod:** error on optional + not nullable fields ([6e424b5](https://github.com/openai/openai-node/commit/6e424b5cac1b2ea7e108ce24154be5bdddf56bdd))
1123
+ * **internal:** add mts file + crypto shim types ([a06deb8](https://github.com/openai/openai-node/commit/a06deb8aec21ecf8bfbc369112da10a790039178))
1124
+ * **internal:** clean up undefined File test ([da43aa9](https://github.com/openai/openai-node/commit/da43aa91586fe80137c6500e850dca82085936b8))
1125
+ * **internal:** fix file uploads in node 18 jest ([abfff03](https://github.com/openai/openai-node/commit/abfff03f49e62e195d112229127be674cc44497d))
1126
+ * **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#1427](https://github.com/openai/openai-node/issues/1427)) ([84edc62](https://github.com/openai/openai-node/commit/84edc62d05eddaefee0973f9687fcfdd43b0afa9))
1127
+ * **jsr:** correct zod config ([04e30c0](https://github.com/openai/openai-node/commit/04e30c03ce0496a718aebf4cc2daac82ebba1ddb))
1128
+ * **jsr:** export realtime helpers ([0ea64eb](https://github.com/openai/openai-node/commit/0ea64eb2bde99e243761ea2e3d9d3c294c9f7fbc))
1129
+ * **jsr:** export zod helpers ([77e1180](https://github.com/openai/openai-node/commit/77e118082334710cab361efb95934422e4db6b18))
1130
+ * **mcp:** remove unused tools.ts ([#1445](https://github.com/openai/openai-node/issues/1445)) ([4ba9947](https://github.com/openai/openai-node/commit/4ba994773b41a3ed05a3ad908b235fc5f3810dfc))
1131
+ * optimize sse chunk reading off-by-one error ([#1339](https://github.com/openai/openai-node/issues/1339)) ([b0b4189](https://github.com/openai/openai-node/commit/b0b4189420e1c5bb5fc4bbb8925f88fe65f9b217))
1132
+ * **package:** add chat/completions.ts back in ([#1333](https://github.com/openai/openai-node/issues/1333)) ([1f38cc1](https://github.com/openai/openai-node/commit/1f38cc1976f4091a90a38d49e6ddc1c22e5c39ab))
1133
+ * **parsing:** remove tool_calls default empty array ([#1341](https://github.com/openai/openai-node/issues/1341)) ([6d056bf](https://github.com/openai/openai-node/commit/6d056bf95c9be4046decf20ec4c98dfa2bea2723))
1134
+ * **realtime:** call .toString() on WebSocket url ([#1324](https://github.com/openai/openai-node/issues/1324)) ([6e9444c](https://github.com/openai/openai-node/commit/6e9444c6c77a93ff4ce06bd5b27a9c236ba6f307))
1135
+ * **responses:** correct computer use enum value ([66fb815](https://github.com/openai/openai-node/commit/66fb8157217de604d7f535e917b085fa8b6754d4))
1136
+ * **responses:** correct reasoning output type ([9cb9576](https://github.com/openai/openai-node/commit/9cb95763cab5678c5098b37ad0fe1ec83d2c1cb7))
1137
+ * **responses:** correctly add output_text ([8ae07cc](https://github.com/openai/openai-node/commit/8ae07cc036895529a028134451fe2ab5c1661871))
1138
+ * **responses:** support streaming retrieve calls ([657807c](https://github.com/openai/openai-node/commit/657807c2d7cbf2c6fc9a92ce98bb7295bb156326))
1139
+ * **tests/embeddings:** avoid cross-realm issue ([aceaac0](https://github.com/openai/openai-node/commit/aceaac05c05fa318c4bff7ff340b512a6bd904b9))
1140
+ * **tests:** don't rely on OPENAI_API_KEY env variable ([087580a](https://github.com/openai/openai-node/commit/087580ae5ebedc88f6f219c7d00c08607722a519))
1141
+ * **tests:** manually reset node:buffer File ([1d18ed4](https://github.com/openai/openai-node/commit/1d18ed4f90436e7041835d201c8cb1c373ded418))
1142
+ * **tests:** port tests to new setup ([9eb9854](https://github.com/openai/openai-node/commit/9eb98543660c86f0b11766ef95b35fa28fd16e47))
1143
+ * **tests:** stop using node:stream ([317a04d](https://github.com/openai/openai-node/commit/317a04d8d189ee33a9dd5308668296a708b391a8))
1144
+ * **threads:** remove unused duplicative types ([0b77c7c](https://github.com/openai/openai-node/commit/0b77c7c9da64962fd50854be06661cdce549d326))
1145
+ * **types:** export AssistantStream ([#1472](https://github.com/openai/openai-node/issues/1472)) ([bc492ba](https://github.com/openai/openai-node/commit/bc492ba124cddd545eec7a1199712452c573a7a4))
1146
+ * **types:** export ParseableToolsParams ([#1486](https://github.com/openai/openai-node/issues/1486)) ([3e7c92c](https://github.com/openai/openai-node/commit/3e7c92c8a76c1f747610d63d9d69a88b796ee9fc))
1147
+ * **types:** ignore missing `id` in responses pagination ([d2be74a](https://github.com/openai/openai-node/commit/d2be74a28dec48cd7d88db88af95e8bc608cdede))
1148
+ * **types:** improve responses type names ([#1392](https://github.com/openai/openai-node/issues/1392)) ([4548326](https://github.com/openai/openai-node/commit/454832606ebe9d5cf8ffd436eac09375f682c495))
1149
+ * **zod:** warn on optional field usage ([#1469](https://github.com/openai/openai-node/issues/1469)) ([aea2d12](https://github.com/openai/openai-node/commit/aea2d123d200e6a7eae11e66583127270a8db8bf))
1150
+
1151
+
1152
+ ### Performance Improvements
1153
+
1154
+ * **embedding:** default embedding creation to base64 ([#1312](https://github.com/openai/openai-node/issues/1312)) ([be00d29](https://github.com/openai/openai-node/commit/be00d29fadb2b78920bcae1e6e72750bc6f973a4)), closes [#1310](https://github.com/openai/openai-node/issues/1310)
1155
+
1156
+
1157
+ ### Chores
1158
+
1159
+ * add hash of OpenAPI spec/config inputs to .stats.yml ([1b0a94d](https://github.com/openai/openai-node/commit/1b0a94d088c2891fcad0ca0de3a1e4e205a7c9cf))
1160
+ * add missing type alias exports ([5d75cb9](https://github.com/openai/openai-node/commit/5d75cb95019ae77eafb0c878b355f09a1f87c3bd))
1161
+ * **api:** updates to supported Voice IDs ([28130c7](https://github.com/openai/openai-node/commit/28130c7fe172dd90fcf2036dc72750e485e42645))
1162
+ * **ci:** add timeout thresholds for CI jobs ([5775451](https://github.com/openai/openai-node/commit/5775451a55212687ba998b332c1394528d98121f))
1163
+ * **ci:** bump node version for release workflows ([bbf5d45](https://github.com/openai/openai-node/commit/bbf5d45259a8bfba62e2217955597ec0f6cfead4))
1164
+ * **ci:** only use depot for staging repos ([c59c3b5](https://github.com/openai/openai-node/commit/c59c3b5ead95b424b27c8c9f2120ad4283fb280e))
1165
+ * **ci:** run on more branches and use depot runners ([e17a4f8](https://github.com/openai/openai-node/commit/e17a4f8e1fc3de02c953421debf39827ea72d52c))
1166
+ * **client:** drop support for EOL node versions ([a326944](https://github.com/openai/openai-node/commit/a326944e8a8822bc70f86d7046de3142f9dff530))
1167
+ * **client:** expose headers on some streaming errors ([#1423](https://github.com/openai/openai-node/issues/1423)) ([6c93a23](https://github.com/openai/openai-node/commit/6c93a23b79f335a21c65b52d1192890a5325ed6d))
1168
+ * **client:** minor internal fixes ([5032c28](https://github.com/openai/openai-node/commit/5032c2802bd51885270badf47e27768f62240d25))
1169
+ * **client:** more accurate streaming errors ([0c21914](https://github.com/openai/openai-node/commit/0c21914d90b0ef1073d99c539cf9ef18912b8d0b))
1170
+ * **client:** move misc public files to new `core/` directory, deprecate old paths ([38c9d54](https://github.com/openai/openai-node/commit/38c9d548fded9000cde85270b38085c61905b5c1))
1171
+ * **client:** only accept standard types for file uploads ([53e35c8](https://github.com/openai/openai-node/commit/53e35c8b10a8e3ef95c0d644d59ab915225b8114))
1172
+ * deprecate Assistants API ([0be23b9](https://github.com/openai/openai-node/commit/0be23b98b6be9f8922d035270b1c907307010a29))
1173
+ * **docs:** add missing deprecation warnings ([995075b](https://github.com/openai/openai-node/commit/995075b632051b5bb33c0381056107b2fe93931e))
1174
+ * **docs:** grammar improvements ([7761cfb](https://github.com/openai/openai-node/commit/7761cfb0a8a56d056a73c046a6a613f66ada4abe))
1175
+ * **docs:** improve docs for withResponse/asResponse ([9f4c30b](https://github.com/openai/openai-node/commit/9f4c30b9bcc2f373b3087dba69bd837f96f79d81))
1176
+ * **docs:** improve migration doc ([732d870](https://github.com/openai/openai-node/commit/732d87001cbd9aa095e7b58dc843e86547e3f510))
1177
+ * **docs:** update zod tool call example, fix azure tests ([f18ced8](https://github.com/openai/openai-node/commit/f18ced883e4b5d689e0569d9b163b1958688b669))
1178
+ * **exports:** cleaner resource index imports ([#1396](https://github.com/openai/openai-node/issues/1396)) ([023d106](https://github.com/openai/openai-node/commit/023d106185abf62f892bff66faf617eb45777004))
1179
+ * **exports:** stop using path fallbacks ([09af7ff](https://github.com/openai/openai-node/commit/09af7ffd42458c6c26d9325060fcb8925aca7c81))
1180
+ * **exports:** stop using path fallbacks ([#1397](https://github.com/openai/openai-node/issues/1397)) ([7c3d212](https://github.com/openai/openai-node/commit/7c3d212b47ee3090f5bbb82dd21026ba532da6e0))
1181
+ * fix example types ([20f179d](https://github.com/openai/openai-node/commit/20f179db1bb681db5d1a91adcaab16012d6ffcdf))
1182
+ * improve publish-npm script --latest tag logic ([6207a2a](https://github.com/openai/openai-node/commit/6207a2a03d3279423de594eed18c5efb4ce321af))
1183
+ * **internal:** add aliases for Record and Array ([#1443](https://github.com/openai/openai-node/issues/1443)) ([1cb66b6](https://github.com/openai/openai-node/commit/1cb66b6ccbcecaa6e48b90d37d8cac4840bb69a4))
1184
+ * **internal:** add back release workflow ([ca6266e](https://github.com/openai/openai-node/commit/ca6266eea5229056a3bc2b5e4225b9ea9eaa459e))
1185
+ * **internal:** add Bun.File ecosystem test ([cb4194f](https://github.com/openai/openai-node/commit/cb4194f08a2dcb4fc4231bf1b74ed5d6e0aca435))
1186
+ * **internal:** add missing return type annotation ([#1334](https://github.com/openai/openai-node/issues/1334)) ([13aab10](https://github.com/openai/openai-node/commit/13aab101588c2eee1250d7c50b2abfeca1c5fa3d))
1187
+ * **internal:** add proxy ecosystem tests ([619711a](https://github.com/openai/openai-node/commit/619711ae0da5243c64c266d615703279f7651f58))
1188
+ * **internal:** bump migration cli version ([a899c97](https://github.com/openai/openai-node/commit/a899c9748de17ef468a03a97b9ed82124189ff4c))
1189
+ * **internal:** codegen related update ([c735a3c](https://github.com/openai/openai-node/commit/c735a3c24ac8255df50f89c519fb7dfc617db045))
1190
+ * **internal:** fix devcontainers setup ([#1343](https://github.com/openai/openai-node/issues/1343)) ([9485f5d](https://github.com/openai/openai-node/commit/9485f5d4d6718bff7f579223c9aa528898451533))
1191
+ * **internal:** fix eslint ignores ([ad5a9b6](https://github.com/openai/openai-node/commit/ad5a9b6f07002df70764f1b9e5d6cd675eba87ea))
1192
+ * **internal:** fix examples ([#1457](https://github.com/openai/openai-node/issues/1457)) ([a100f0a](https://github.com/openai/openai-node/commit/a100f0a0e1d336f8a78c8bbd9e3703cda3f0c5d8))
1193
+ * **internal:** fix format script ([3e1ea40](https://github.com/openai/openai-node/commit/3e1ea4063327ac34f4f46536600a8923f96dbbb0))
1194
+ * **internal:** fix formatting ([6469d53](https://github.com/openai/openai-node/commit/6469d5323b653f19e90a7470d81c914c640c6f8b))
1195
+ * **internal:** fix lint ([45a372c](https://github.com/openai/openai-node/commit/45a372ca0436f2f79c2387665b1c1bc04fd3bfed))
1196
+ * **internal:** fix release workflows ([353349d](https://github.com/openai/openai-node/commit/353349de9ee10d32d3243cb5c60a8ae982c49d37))
1197
+ * **internal:** fix tests failing on node v18 ([c54270a](https://github.com/openai/openai-node/commit/c54270a58ada1d0d7878ce80c7c2093a56fed158))
1198
+ * **internal:** fix tests not always being type checked ([0266b41](https://github.com/openai/openai-node/commit/0266b41efa311205f0fc51b6dc6d29ab003254a6))
1199
+ * **internal:** improve node 18 shims ([ee3f483](https://github.com/openai/openai-node/commit/ee3f48333a1d73a096f3417b2701fd722e4fbc68))
1200
+ * **internal:** minor client file refactoring ([d1aa00a](https://github.com/openai/openai-node/commit/d1aa00afc760f73624a8a109600c03deba40e72b))
1201
+ * **internal:** only run examples workflow in main repo ([#1450](https://github.com/openai/openai-node/issues/1450)) ([93569f3](https://github.com/openai/openai-node/commit/93569f39799512604db439af20f0ef0ad3dae295))
1202
+ * **internal:** reduce CI branch coverage ([77fc77f](https://github.com/openai/openai-node/commit/77fc77f7d05d03eafe6c8f002044c60c4bab3c64))
1203
+ * **internal:** refactor utils ([e7fbfbc](https://github.com/openai/openai-node/commit/e7fbfbce41c00aaa7d3b75a4bf001c7562b5b722))
1204
+ * **internal:** remove CI condition ([#1381](https://github.com/openai/openai-node/issues/1381)) ([e905c95](https://github.com/openai/openai-node/commit/e905c95a27213ee65210b061ead4c982de01648b))
1205
+ * **internal:** remove unnecessary todo ([b55321e](https://github.com/openai/openai-node/commit/b55321e2d0713d41b4050e8ccf0ac4eefb45be3a))
1206
+ * **internal:** run CI on update-specs branch ([9c45ef3](https://github.com/openai/openai-node/commit/9c45ef37249e7db3ba8aa2e81886ffe306b95da4))
1207
+ * **internal:** run example files in CI ([#1357](https://github.com/openai/openai-node/issues/1357)) ([1044c48](https://github.com/openai/openai-node/commit/1044c487566569e773d5f6c1a94ce6b614e62b80))
1208
+ * **internal:** share typescript helpers ([2470933](https://github.com/openai/openai-node/commit/247093374538f0e714178134c38813bc4fde9ecf))
1209
+ * **internal:** skip broken test ([#1458](https://github.com/openai/openai-node/issues/1458)) ([58f4559](https://github.com/openai/openai-node/commit/58f4559d952f6e56a8f27a6bcaba0acf295623df))
1210
+ * **internal:** update @types/bun ([d94b41a](https://github.com/openai/openai-node/commit/d94b41a58e24c82c3f7369bd1360b394e93cf1dd))
1211
+ * **internal:** update release workflows ([2cbf49a](https://github.com/openai/openai-node/commit/2cbf49a0b9a8cfbee29cec558c5ccdcebd72396f))
1212
+ * **internal:** upload builds and expand CI branch coverage ([#1460](https://github.com/openai/openai-node/issues/1460)) ([2d45287](https://github.com/openai/openai-node/commit/2d452879000c07f3ef4e775e19a527f5f6fa7b4c))
1213
+ * **migration:** add beta handling ([3508099](https://github.com/openai/openai-node/commit/3508099991ecfa260d77678037275133130e09dc))
1214
+ * move ChatModel type to shared ([236dbf4](https://github.com/openai/openai-node/commit/236dbf4092fccf7697852c6341a8f38f0241770c))
1215
+ * **package:** remove engines ([500a82f](https://github.com/openai/openai-node/commit/500a82f45d46697be14987e12d896acb2b109d32))
1216
+ * **perf:** faster base64 decoding ([11b9534](https://github.com/openai/openai-node/commit/11b9534d317f87cdcb1934ead013f058865e675e))
1217
+ * **tests:** improve enum examples ([#1454](https://github.com/openai/openai-node/issues/1454)) ([15a86c9](https://github.com/openai/openai-node/commit/15a86c958bf300486907f2498e1028fc9bc50b00))
1218
+ * **tests:** stop using node-fetch, don't directly upload FormDataFile ([ebd464f](https://github.com/openai/openai-node/commit/ebd464f5ad07f440ad476c0a7ce733947da414e2))
1219
+ * **tests:** switch proxy tests to fetchOptions ([da6ed5f](https://github.com/openai/openai-node/commit/da6ed5fc4c9ec203d9add28c34c90532b0334a3e))
1220
+ * **types:** improved go to definition on fetchOptions ([f1712cd](https://github.com/openai/openai-node/commit/f1712cdea42e9d95d4b2dc40aae5cebc8e14c76d))
1221
+ * update next to 14.2.25 for CVE-2025-29927 ([1ed4288](https://github.com/openai/openai-node/commit/1ed4288c7b9ca8fcb00e524bc6f39c255c6661c5))
1222
+ * workaround build errors ([e4a7f67](https://github.com/openai/openai-node/commit/e4a7f674f719a87bb78378a5ce4639d84620e17a))
1223
+ * workaround build errors ([d6b396b](https://github.com/openai/openai-node/commit/d6b396b94d9ccf64ddfe945069012b6162225fa9))
1224
+
1225
+
1226
+ ### Documentation
1227
+
1228
+ * add examples to tsdocs ([e8d2092](https://github.com/openai/openai-node/commit/e8d2092e51015b05fe7ef33ef5a9d7652846b137))
1229
+ * fix "procesing" -&gt; "processing" in realtime examples ([#1406](https://github.com/openai/openai-node/issues/1406)) ([dfbdc65](https://github.com/openai/openai-node/commit/dfbdc65d3ed17f0063d02906239371b88e04e5fd))
1230
+ * **migration:** mention zod helpers error ([43b870d](https://github.com/openai/openai-node/commit/43b870d1651d0c13e4ec10a53de2dfbae276c3e7))
1231
+ * **readme:** fix typo ([c44ed98](https://github.com/openai/openai-node/commit/c44ed98a3e7f497a656d612037667dd1f2e6816b))
1232
+ * **readme:** fix typo ([0989ddc](https://github.com/openai/openai-node/commit/0989ddcfd5ed0a149bbc67d61f93e0f49c397c72))
1233
+ * update URLs from stainlessapi.com to stainless.com ([#1352](https://github.com/openai/openai-node/issues/1352)) ([634a209](https://github.com/openai/openai-node/commit/634a209a6025640e2849133f6997af8faa28d4d8))
1234
+
1235
+
1236
+ ### Refactors
1237
+
1238
+ * **client:** remove deprecated runFunctions method ([e29a009](https://github.com/openai/openai-node/commit/e29a0092e9b077c2a99cd521a316aea4c25ea632))
1239
+ * **functions:** rename function helper methods to include tools ([fdd6f66](https://github.com/openai/openai-node/commit/fdd6f6672ec577cbb6876fe3857a2161402513c3))
1240
+
1241
+ ## 4.104.0 (2025-05-29)
1242
+
1243
+ Full Changelog: [v4.103.0...v4.104.0](https://github.com/openai/openai-node/compare/v4.103.0...v4.104.0)
1244
+
1245
+ ### Features
1246
+
1247
+ * **api:** Config update for pakrym-stream-param ([469ad7b](https://github.com/openai/openai-node/commit/469ad7b9d76b674aa3fd829128a54758ab7adfbd))
1248
+
1249
+
1250
+ ### Bug Fixes
1251
+
1252
+ * **azure:** add /images/edits to deployments endpoints ([#1509](https://github.com/openai/openai-node/issues/1509)) ([84fc31a](https://github.com/openai/openai-node/commit/84fc31aa903eceeb80815f6b17562fc463a71cfc))
1253
+ * **client:** return binary content from `get /containers/{container_id}/files/{file_id}/content` ([83129d7](https://github.com/openai/openai-node/commit/83129d7eac3dd784bb1c29fa344c5b808a59db73))
1254
+
1255
+
1256
+ ### Chores
1257
+
1258
+ * deprecate Assistants API ([5b34fcd](https://github.com/openai/openai-node/commit/5b34fcdd1454b8cccbaaf05ace6516afb3b09273))
1259
+ * improve publish-npm script --latest tag logic ([6207a2a](https://github.com/openai/openai-node/commit/6207a2a03d3279423de594eed18c5efb4ce321af))
1260
+ * **internal:** fix release workflows ([353349d](https://github.com/openai/openai-node/commit/353349de9ee10d32d3243cb5c60a8ae982c49d37))
1261
+
1262
+ ## 4.103.0 (2025-05-22)
1263
+
1264
+ Full Changelog: [v4.102.0...v4.103.0](https://github.com/openai/openai-node/compare/v4.102.0...v4.103.0)
1265
+
1266
+ ### Features
1267
+
1268
+ * **api:** new streaming helpers for background responses ([1ddd6ff](https://github.com/openai/openai-node/commit/1ddd6ff182b09d696954fda4bde50fb82f1d6585))
1269
+
1270
+ ## 4.102.0 (2025-05-21)
1271
+
1272
+ Full Changelog: [v4.101.0...v4.102.0](https://github.com/openai/openai-node/compare/v4.101.0...v4.102.0)
1273
+
1274
+ ### Features
1275
+
1276
+ * **api:** add container endpoint ([e973476](https://github.com/openai/openai-node/commit/e9734764625275c50ef612ff934804be8cb2adff))
1277
+
1278
+ ## 4.101.0 (2025-05-21)
1279
+
1280
+ Full Changelog: [v4.100.0...v4.101.0](https://github.com/openai/openai-node/compare/v4.100.0...v4.101.0)
1281
+
1282
+ ### Features
1283
+
1284
+ * **api:** new API tools ([fb4014f](https://github.com/openai/openai-node/commit/fb4014ffac7b220d37bd03c94fa745386b010bf0))
1285
+
1286
+
1287
+ ### Chores
1288
+
1289
+ * **docs:** grammar improvements ([7761cfb](https://github.com/openai/openai-node/commit/7761cfb0a8a56d056a73c046a6a613f66ada4abe))
1290
+ * **internal:** version bump ([b40e830](https://github.com/openai/openai-node/commit/b40e8302ec11683b6a360a050236ad1284afc760))
1291
+
1292
+ ## 4.100.0 (2025-05-16)
1293
+
1294
+ Full Changelog: [v4.99.0...v4.100.0](https://github.com/openai/openai-node/compare/v4.99.0...v4.100.0)
1295
+
1296
+ ### Features
1297
+
1298
+ * **api:** further updates for evals API ([3f6f248](https://github.com/openai/openai-node/commit/3f6f248191b45015924be76fd5154d149c4ed8a0))
1299
+
1300
+
1301
+ ### Chores
1302
+
1303
+ * **internal:** version bump ([5123fe0](https://github.com/openai/openai-node/commit/5123fe08a56f3d0040b1cc67129382f3eacc3cca))
1304
+
1305
+ ## 4.99.0 (2025-05-16)
1306
+
1307
+ Full Changelog: [v4.98.0...v4.99.0](https://github.com/openai/openai-node/compare/v4.98.0...v4.99.0)
1308
+
1309
+ ### Features
1310
+
1311
+ * **api:** manual updates ([75eb804](https://github.com/openai/openai-node/commit/75eb804edd6ad653eaa22d47f8c6d09ee845ebf4))
1312
+ * **api:** responses x eval api ([5029f1a](https://github.com/openai/openai-node/commit/5029f1a05eb1e8601ada06e0a5ba49f4c2b83c02))
1313
+ * **api:** Updating Assistants and Evals API schemas ([27fd517](https://github.com/openai/openai-node/commit/27fd5173b20f75debe96024ae8f1ce58a8254d26))
1314
+
1315
+ ## 4.98.0 (2025-05-08)
1316
+
1317
+ Full Changelog: [v4.97.0...v4.98.0](https://github.com/openai/openai-node/compare/v4.97.0...v4.98.0)
1318
+
1319
+ ### Features
1320
+
1321
+ * **api:** Add reinforcement fine-tuning api support ([4aa7a79](https://github.com/openai/openai-node/commit/4aa7a7954c63caa26cc1640ace56093fe1cafa04))
1322
+
1323
+
1324
+ ### Chores
1325
+
1326
+ * **ci:** bump node version for release workflows ([2961f63](https://github.com/openai/openai-node/commit/2961f63c4d5b8ae8efdf8ea6581aa83c6b0f722e))
1327
+ * **internal:** fix formatting ([91a44fe](https://github.com/openai/openai-node/commit/91a44fe11c0847dc50d48a03a8d409ac4bece37a))
1328
+
1329
+
1330
+ ### Documentation
1331
+
1332
+ * add examples to tsdocs ([7d841b7](https://github.com/openai/openai-node/commit/7d841b7f98eb542a398fb9de12056125e8d6cb22))
1333
+
1334
+ ## 4.97.0 (2025-05-02)
1335
+
1336
+ Full Changelog: [v4.96.2...v4.97.0](https://github.com/openai/openai-node/compare/v4.96.2...v4.97.0)
1337
+
1338
+ ### Features
1339
+
1340
+ * **api:** add image sizes, reasoning encryption ([9c2113a](https://github.com/openai/openai-node/commit/9c2113af7c7ea9a797a0e39d07d9ad8627c96acb))
1341
+
1342
+
1343
+ ### Chores
1344
+
1345
+ * **docs:** add missing deprecation warnings ([253392c](https://github.com/openai/openai-node/commit/253392c93adca88e0ee83f784183b2128ff64a16))
1346
+
1347
+
1348
+ ### Documentation
1349
+
1350
+ * fix "procesing" -&gt; "processing" in realtime examples ([#1406](https://github.com/openai/openai-node/issues/1406)) ([8717b9f](https://github.com/openai/openai-node/commit/8717b9fce87d03e51d40ee58f5d6259408405e1f))
1351
+ * **readme:** fix typo ([cab3478](https://github.com/openai/openai-node/commit/cab3478f195f9de5c21033a1b3684f52ad347ffc))
1352
+
1353
+ ## 4.96.2 (2025-04-29)
1354
+
1355
+ Full Changelog: [v4.96.1...v4.96.2](https://github.com/openai/openai-node/compare/v4.96.1...v4.96.2)
1356
+
1357
+ ### Bug Fixes
1358
+
1359
+ * **types:** export ParseableToolsParams ([#1486](https://github.com/openai/openai-node/issues/1486)) ([3e7c92c](https://github.com/openai/openai-node/commit/3e7c92c8a76c1f747610d63d9d69a88b796ee9fc))
1360
+
1361
+
1362
+ ### Chores
1363
+
1364
+ * **ci:** only use depot for staging repos ([214da39](https://github.com/openai/openai-node/commit/214da398c76f46d40994665f3ca7e10e203e9579))
1365
+ * **ci:** run on more branches and use depot runners ([ead76fc](https://github.com/openai/openai-node/commit/ead76fc6429ac52a1c8b008ac5c0afcefaa0bae5))
1366
+
1367
+ ## 4.96.1 (2025-04-29)
1368
+
1369
+ Full Changelog: [v4.96.0...v4.96.1](https://github.com/openai/openai-node/compare/v4.96.0...v4.96.1)
1370
+
1371
+ ### Bug Fixes
1372
+
1373
+ * **types:** export ParseableToolsParams ([#1486](https://github.com/openai/openai-node/issues/1486)) ([eb055b2](https://github.com/openai/openai-node/commit/eb055b26ce90e5fe1b101a95a4390956d519e168))
1374
+
1375
+
1376
+ ### Chores
1377
+
1378
+ * **ci:** only use depot for staging repos ([e80af47](https://github.com/openai/openai-node/commit/e80af47590056baa8f456e8d60c37f0d00ff08c4))
1379
+ * **ci:** run on more branches and use depot runners ([b04a801](https://github.com/openai/openai-node/commit/b04a801d0356105eacddbb4d10f4359719585dd6))
1380
+
1381
+ ## 4.96.0 (2025-04-23)
1382
+
1383
+ Full Changelog: [v4.95.1...v4.96.0](https://github.com/openai/openai-node/compare/v4.95.1...v4.96.0)
1384
+
1385
+ ### Features
1386
+
1387
+ * **api:** adding new image model support ([a00d331](https://github.com/openai/openai-node/commit/a00d33190edd08df7d9c088c00ab7b77673f88ba))
1388
+
1389
+
1390
+ ### Bug Fixes
1391
+
1392
+ * **types:** export AssistantStream ([#1472](https://github.com/openai/openai-node/issues/1472)) ([626c844](https://github.com/openai/openai-node/commit/626c844a758a68ffbff48873d4773be2e3868952))
1393
+
1394
+
1395
+ ### Chores
1396
+
1397
+ * **ci:** add timeout thresholds for CI jobs ([e465063](https://github.com/openai/openai-node/commit/e46506351097f1de39c866c28b6ec20fa724fc36))
1398
+
1399
+ ## 4.95.1 (2025-04-18)
1400
+
1401
+ Full Changelog: [v4.95.0...v4.95.1](https://github.com/openai/openai-node/compare/v4.95.0...v4.95.1)
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ * **zod:** warn on optional field usage ([#1469](https://github.com/openai/openai-node/issues/1469)) ([aea2d12](https://github.com/openai/openai-node/commit/aea2d123d200e6a7eae11e66583127270a8db8bf))
1406
+
1407
+ ## 4.95.0 (2025-04-16)
1408
+
1409
+ Full Changelog: [v4.94.0...v4.95.0](https://github.com/openai/openai-node/compare/v4.94.0...v4.95.0)
1410
+
1411
+ ### Features
1412
+
1413
+ * **api:** add o3 and o4-mini model IDs ([4845cd9](https://github.com/openai/openai-node/commit/4845cd9ac17450022f1632ae01397e41a97f1662))
1414
+
1415
+ ## 4.94.0 (2025-04-14)
1416
+
1417
+ Full Changelog: [v4.93.0...v4.94.0](https://github.com/openai/openai-node/compare/v4.93.0...v4.94.0)
1418
+
1419
+ ### Features
1420
+
1421
+ * **api:** adding gpt-4.1 family of model IDs ([bddcbcf](https://github.com/openai/openai-node/commit/bddcbcffdc409ffc8a078a65bbd302cd50b35ff0))
1422
+ * **api:** manual updates ([7532f48](https://github.com/openai/openai-node/commit/7532f48ad25c5125064a59985587c20c47a2cbfb))
1423
+
1424
+
1425
+ ### Chores
1426
+
1427
+ * **client:** minor internal fixes ([d342f17](https://github.com/openai/openai-node/commit/d342f17e2642da5ee83d080b410dc3c4fe153814))
1428
+ * **internal:** reduce CI branch coverage ([a49b94a](https://github.com/openai/openai-node/commit/a49b94a9aebd3e30e1802fff633e1b46cfb81942))
1429
+ * **internal:** upload builds and expand CI branch coverage ([#1460](https://github.com/openai/openai-node/issues/1460)) ([7e23bb4](https://github.com/openai/openai-node/commit/7e23bb4f4a09303195b612cc5b393cc41c1d855b))
1430
+ * workaround build errors ([913eba8](https://github.com/openai/openai-node/commit/913eba828d116f49fa78b219c62274c1e95c6f17))
1431
+
1432
+ ## 4.93.0 (2025-04-08)
1433
+
1434
+ Full Changelog: [v4.92.1...v4.93.0](https://github.com/openai/openai-node/compare/v4.92.1...v4.93.0)
1435
+
1436
+ ### Features
1437
+
1438
+ * **api:** Add evalapi to sdk ([#1456](https://github.com/openai/openai-node/issues/1456)) ([ee917e3](https://github.com/openai/openai-node/commit/ee917e3335fcf44e87a28e54ce8ddfdcdfab1652))
1439
+
1440
+
1441
+ ### Chores
1442
+
1443
+ * **internal:** fix examples ([#1457](https://github.com/openai/openai-node/issues/1457)) ([a3dd0dd](https://github.com/openai/openai-node/commit/a3dd0dde3e8ad9cc7a02cf203d4550f91d31a2ae))
1444
+ * **internal:** skip broken test ([#1458](https://github.com/openai/openai-node/issues/1458)) ([4d2f815](https://github.com/openai/openai-node/commit/4d2f815ba5f6c426f9c21f4c3db443166389bbf8))
1445
+ * **tests:** improve enum examples ([#1454](https://github.com/openai/openai-node/issues/1454)) ([ecabce2](https://github.com/openai/openai-node/commit/ecabce282a9fb60122310942f3b647dfefae5403))
1446
+
1447
+ ## 4.92.1 (2025-04-07)
1448
+
1449
+ Full Changelog: [v4.92.0...v4.92.1](https://github.com/openai/openai-node/compare/v4.92.0...v4.92.1)
1450
+
1451
+ ### Chores
1452
+
1453
+ * **internal:** only run examples workflow in main repo ([#1450](https://github.com/openai/openai-node/issues/1450)) ([5e49a7a](https://github.com/openai/openai-node/commit/5e49a7a447bb788fa05898c15ae57c6ea9c8fd49))
1454
+
1455
+ ## 4.92.0 (2025-04-07)
1456
+
1457
+ Full Changelog: [v4.91.1...v4.92.0](https://github.com/openai/openai-node/compare/v4.91.1...v4.92.0)
1458
+
1459
+ ### Features
1460
+
1461
+ * **api:** manual updates ([891754d](https://github.com/openai/openai-node/commit/891754d7fa42d71ce4f93288dd043ef0b97fee23))
1462
+ * **api:** manual updates ([01e5546](https://github.com/openai/openai-node/commit/01e5546f3f48a1f4d645e09e7581f16b30f25bdd))
1463
+ * **api:** manual updates ([f38dbf3](https://github.com/openai/openai-node/commit/f38dbf3b39b0800b3bbef5c603a4fa2b616f25d8))
1464
+ * **api:** manual updates ([1f12253](https://github.com/openai/openai-node/commit/1f12253054a5a7e35dc03b17901b4c1f33bf5b3d))
1465
+
1466
+
1467
+ ### Bug Fixes
1468
+
1469
+ * **api:** improve type resolution when importing as a package ([#1444](https://github.com/openai/openai-node/issues/1444)) ([4aa46d6](https://github.com/openai/openai-node/commit/4aa46d6c0da681bcdde31fcbb09e8ba6fdaf764b))
1470
+ * **client:** send `X-Stainless-Timeout` in seconds ([#1442](https://github.com/openai/openai-node/issues/1442)) ([aa4206c](https://github.com/openai/openai-node/commit/aa4206c7d93b4e3114a697f5467ffbbf5a64d1a8))
1471
+ * **embeddings:** correctly decode base64 data ([#1448](https://github.com/openai/openai-node/issues/1448)) ([58128f7](https://github.com/openai/openai-node/commit/58128f7efde73726da740c42adde7b02cdf60a6a))
1472
+ * **mcp:** remove unused tools.ts ([#1445](https://github.com/openai/openai-node/issues/1445)) ([520a8fa](https://github.com/openai/openai-node/commit/520a8fa77a69ce5855dde3481f9bd39339cb7b83))
1473
+
1474
+
1475
+ ### Chores
1476
+
1477
+ * **internal:** add aliases for Record and Array ([#1443](https://github.com/openai/openai-node/issues/1443)) ([b65391b](https://github.com/openai/openai-node/commit/b65391ba10d5063035c3e5c0bcc5a48ffc80f41d))
1478
+
1479
+ ## 4.91.1 (2025-04-01)
1480
+
1481
+ Full Changelog: [v4.91.0...v4.91.1](https://github.com/openai/openai-node/compare/v4.91.0...v4.91.1)
1482
+
1483
+ ### Bug Fixes
1484
+
1485
+ * **docs:** correct docstring on responses.stream ([1c8cd6a](https://github.com/openai/openai-node/commit/1c8cd6a638128b0ff5fac89d6c7db256f0b63a85))
1486
+
1487
+
1488
+ ### Chores
1489
+
1490
+ * Remove deprecated/unused remote spec feature ([ce3dfa8](https://github.com/openai/openai-node/commit/ce3dfa88bd4d395debccc0e6e1aac6d218b07cb8))
1491
+
1492
+ ## 4.91.0 (2025-03-31)
1493
+
1494
+ Full Changelog: [v4.90.0...v4.91.0](https://github.com/openai/openai-node/compare/v4.90.0...v4.91.0)
1495
+
1496
+ ### Features
1497
+
1498
+ * **api:** add `get /responses/{response_id}/input_items` endpoint ([ef0e0ac](https://github.com/openai/openai-node/commit/ef0e0acd469379ae6f2745c83e6c6813ff7b4edc))
1499
+
1500
+
1501
+ ### Performance Improvements
1502
+
1503
+ * **embedding:** default embedding creation to base64 ([#1312](https://github.com/openai/openai-node/issues/1312)) ([e54530e](https://github.com/openai/openai-node/commit/e54530e4f6f00d7d74fc8636bbdb6f6280548750)), closes [#1310](https://github.com/openai/openai-node/issues/1310)
1504
+
1505
+ ## 4.90.0 (2025-03-27)
1506
+
1507
+ Full Changelog: [v4.89.1...v4.90.0](https://github.com/openai/openai-node/compare/v4.89.1...v4.90.0)
1508
+
1509
+ ### Features
1510
+
1511
+ * **api:** add `get /chat/completions` endpoint ([2d6710a](https://github.com/openai/openai-node/commit/2d6710a1f9dd4f768d9c73e9c9f5f93c737cdc66))
1512
+
1513
+
1514
+ ### Bug Fixes
1515
+
1516
+ * **audio:** correctly handle transcription streaming ([2a9b603](https://github.com/openai/openai-node/commit/2a9b60336cd40a4d4fb9b898ece49170ad648fd0))
1517
+ * **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#1427](https://github.com/openai/openai-node/issues/1427)) ([b467e94](https://github.com/openai/openai-node/commit/b467e949476621e8e92587a83c9de6fab35b2b9d))
1518
+
1519
+
1520
+ ### Chores
1521
+
1522
+ * add hash of OpenAPI spec/config inputs to .stats.yml ([45db35e](https://github.com/openai/openai-node/commit/45db35e34be560c75bf36224cc153c6d0e6e2a88))
1523
+ * **api:** updates to supported Voice IDs ([#1424](https://github.com/openai/openai-node/issues/1424)) ([404f4db](https://github.com/openai/openai-node/commit/404f4db41a2ee651f5bfdaa7b8881e1bf015f058))
1524
+ * **client:** expose headers on some streaming errors ([#1423](https://github.com/openai/openai-node/issues/1423)) ([b0783cc](https://github.com/openai/openai-node/commit/b0783cc6221b68f1738e759b393756a7d0e540a3))
1525
+
1526
+ ## 4.89.1 (2025-03-26)
1527
+
1528
+ Full Changelog: [v4.89.0...v4.89.1](https://github.com/openai/openai-node/compare/v4.89.0...v4.89.1)
1529
+
1530
+ ### Bug Fixes
1531
+
1532
+ * avoid type error in certain environments ([#1413](https://github.com/openai/openai-node/issues/1413)) ([d3f6f8f](https://github.com/openai/openai-node/commit/d3f6f8f9c7511a98cc5795756fee49a30e44d485))
1533
+ * **client:** remove duplicate types ([#1410](https://github.com/openai/openai-node/issues/1410)) ([338878b](https://github.com/openai/openai-node/commit/338878bf484dac5a4fadf50592b1f8d1045cd4b6))
1534
+ * **exports:** add missing type exports ([#1417](https://github.com/openai/openai-node/issues/1417)) ([2d15ada](https://github.com/openai/openai-node/commit/2d15ada0e0d81a4e0d097dddbe99be2222c4c0ef))
1535
+
1536
+
1537
+ ### Chores
1538
+
1539
+ * **internal:** version bump ([#1408](https://github.com/openai/openai-node/issues/1408)) ([9c0949a](https://github.com/openai/openai-node/commit/9c0949a93c3e181d327f820dbc2a4b0ad77258e9))
1540
+
1541
+ ## 4.89.0 (2025-03-20)
1542
+
1543
+ Full Changelog: [v4.88.0...v4.89.0](https://github.com/openai/openai-node/compare/v4.88.0...v4.89.0)
1544
+
1545
+ ### Features
1546
+
1547
+ * add audio helpers ([ea1b6b4](https://github.com/openai/openai-node/commit/ea1b6b4ef38813af568b3662037519da9404b80e))
1548
+ * **api:** new models for TTS, STT, + new audio features for Realtime ([#1407](https://github.com/openai/openai-node/issues/1407)) ([142933a](https://github.com/openai/openai-node/commit/142933ae70d06045dbf4661cd72c7fa35ae7903d))
1549
+
1550
+
1551
+ ### Chores
1552
+
1553
+ * **internal:** version bump ([#1400](https://github.com/openai/openai-node/issues/1400)) ([6838ab4](https://github.com/openai/openai-node/commit/6838ab4268c7c0e083e7be21ef1a51bdea0f0b57))
1554
+
1555
+ ## 4.88.0 (2025-03-19)
1556
+
1557
+ Full Changelog: [v4.87.4...v4.88.0](https://github.com/openai/openai-node/compare/v4.87.4...v4.88.0)
1558
+
1559
+ ### Features
1560
+
1561
+ * **api:** o1-pro now available through the API ([#1398](https://github.com/openai/openai-node/issues/1398)) ([616a7e9](https://github.com/openai/openai-node/commit/616a7e90e764882cd749a65af8cc6ae8734fc80d))
1562
+
1563
+
1564
+ ### Chores
1565
+
1566
+ * **exports:** cleaner resource index imports ([#1396](https://github.com/openai/openai-node/issues/1396)) ([26b0856](https://github.com/openai/openai-node/commit/26b0856cd63846c34b75895a1ea42ceec7908c1a))
1567
+ * **exports:** stop using path fallbacks ([#1397](https://github.com/openai/openai-node/issues/1397)) ([d1479c2](https://github.com/openai/openai-node/commit/d1479c23aff68dd46c73fd31896dd2298a6bf140))
1568
+ * **internal:** version bump ([#1393](https://github.com/openai/openai-node/issues/1393)) ([7f16c3a](https://github.com/openai/openai-node/commit/7f16c3aa7b1ab36541219c5a0f93fc518733d0e3))
1569
+
1570
+ ## 4.87.4 (2025-03-18)
1571
+
1572
+ Full Changelog: [v4.87.3...v4.87.4](https://github.com/openai/openai-node/compare/v4.87.3...v4.87.4)
1573
+
1574
+ ### Bug Fixes
1575
+
1576
+ * **api:** correct some Responses types ([#1391](https://github.com/openai/openai-node/issues/1391)) ([af45876](https://github.com/openai/openai-node/commit/af458766ac721fb6cf18e7d78c458506c8bfc4e1))
1577
+ * **types:** ignore missing `id` in responses pagination ([1b9d20e](https://github.com/openai/openai-node/commit/1b9d20e71f5afbd4999f1999fe4810175476c5d2))
1578
+ * **types:** improve responses type names ([#1392](https://github.com/openai/openai-node/issues/1392)) ([164f476](https://github.com/openai/openai-node/commit/164f47606b41fd3e2850f8209eb1c6e2996a81ff))
1579
+
1580
+
1581
+ ### Chores
1582
+
1583
+ * add missing type alias exports ([#1390](https://github.com/openai/openai-node/issues/1390)) ([16c5e22](https://github.com/openai/openai-node/commit/16c5e2261c8c1a0ba96c2d5f475e8b1bc67387d7))
1584
+ * **internal:** add back release workflow ([dddf29b](https://github.com/openai/openai-node/commit/dddf29bd914a02d4586b239ec06217389a4409f9))
1585
+ * **internal:** remove CI condition ([#1381](https://github.com/openai/openai-node/issues/1381)) ([ef17981](https://github.com/openai/openai-node/commit/ef17981a0bd6b3e971986ece829c5d260d7392d4))
1586
+ * **internal:** run CI on update-specs branch ([9fc2130](https://github.com/openai/openai-node/commit/9fc2130b74a5919a3bbd41926903bdb310de4446))
1587
+ * **internal:** update release workflows ([90b77d0](https://github.com/openai/openai-node/commit/90b77d09c04d21487aa38fe775c79ae632136813))
1588
+
1589
+ ## 4.87.3 (2025-03-11)
1590
+
1591
+ Full Changelog: [v4.87.2...v4.87.3](https://github.com/openai/openai-node/compare/v4.87.2...v4.87.3)
1592
+
1593
+ ### Bug Fixes
1594
+
1595
+ * **responses:** correct reasoning output type ([2abef57](https://github.com/openai/openai-node/commit/2abef57d7645a96a4b9a6b91483861cd568d2d4d))
1596
+
1597
+ ## 4.87.2 (2025-03-11)
1598
+
1599
+ Full Changelog: [v4.87.1...v4.87.2](https://github.com/openai/openai-node/compare/v4.87.1...v4.87.2)
1600
+
1601
+ ### Bug Fixes
1602
+
1603
+ * **responses:** correctly add output_text ([4ceb5cc](https://github.com/openai/openai-node/commit/4ceb5cc516b8c75d46f0042534d7658796a8cd71))
1604
+
1605
+ ## 4.87.1 (2025-03-11)
1606
+
1607
+ Full Changelog: [v4.87.0...v4.87.1](https://github.com/openai/openai-node/compare/v4.87.0...v4.87.1)
1608
+
1609
+ ### Bug Fixes
1610
+
1611
+ * correct imports ([5cdf17c](https://github.com/openai/openai-node/commit/5cdf17cec33da7cf540b8bdbcfa30c0c52842dd1))
1612
+
1613
+ ## 4.87.0 (2025-03-11)
1614
+
1615
+ Full Changelog: [v4.86.2...v4.87.0](https://github.com/openai/openai-node/compare/v4.86.2...v4.87.0)
1616
+
1617
+ ### Features
1618
+
1619
+ * **api:** add /v1/responses and built-in tools ([119b584](https://github.com/openai/openai-node/commit/119b5843a18b8014167c8d2031d75c08dbf400a3))
1620
+
1621
+ ## 4.86.2 (2025-03-05)
1622
+
1623
+ Full Changelog: [v4.86.1...v4.86.2](https://github.com/openai/openai-node/compare/v4.86.1...v4.86.2)
1624
+
1625
+ ### Chores
1626
+
1627
+ * **internal:** run example files in CI ([#1357](https://github.com/openai/openai-node/issues/1357)) ([88d0050](https://github.com/openai/openai-node/commit/88d0050336749deb3810b4cb43473de1f84e42bd))
1628
+
1629
+ ## 4.86.1 (2025-02-27)
1630
+
1631
+ Full Changelog: [v4.86.0...v4.86.1](https://github.com/openai/openai-node/compare/v4.86.0...v4.86.1)
1632
+
1633
+ ### Documentation
1634
+
1635
+ * update URLs from stainlessapi.com to stainless.com ([#1352](https://github.com/openai/openai-node/issues/1352)) ([8294e9e](https://github.com/openai/openai-node/commit/8294e9ef57ed98722105b56d205ebea9d028f671))
1636
+
1637
+ ## 4.86.0 (2025-02-27)
1638
+
1639
+ Full Changelog: [v4.85.4...v4.86.0](https://github.com/openai/openai-node/compare/v4.85.4...v4.86.0)
1640
+
1641
+ ### Features
1642
+
1643
+ * **api:** add gpt-4.5-preview ([#1349](https://github.com/openai/openai-node/issues/1349)) ([2a1d36b](https://github.com/openai/openai-node/commit/2a1d36b560323fca058f98607775642370e90a47))
1644
+
1645
+ ## 4.85.4 (2025-02-22)
1646
+
1647
+ Full Changelog: [v4.85.3...v4.85.4](https://github.com/openai/openai-node/compare/v4.85.3...v4.85.4)
1648
+
1649
+ ### Chores
1650
+
1651
+ * **internal:** fix devcontainers setup ([#1343](https://github.com/openai/openai-node/issues/1343)) ([cb1ec90](https://github.com/openai/openai-node/commit/cb1ec907832e325bc29abe94ae325e0477cb87d1))
1652
+
1653
+ ## 4.85.3 (2025-02-20)
1654
+
1655
+ Full Changelog: [v4.85.2...v4.85.3](https://github.com/openai/openai-node/compare/v4.85.2...v4.85.3)
1656
+
1657
+ ### Bug Fixes
1658
+
1659
+ * **parsing:** remove tool_calls default empty array ([#1341](https://github.com/openai/openai-node/issues/1341)) ([2672160](https://github.com/openai/openai-node/commit/26721608e61949daa9592483e89b79230bb9198a))
1660
+
1661
+ ## 4.85.2 (2025-02-18)
1662
+
1663
+ Full Changelog: [v4.85.1...v4.85.2](https://github.com/openai/openai-node/compare/v4.85.1...v4.85.2)
1664
+
1665
+ ### Bug Fixes
1666
+
1667
+ * optimize sse chunk reading off-by-one error ([#1339](https://github.com/openai/openai-node/issues/1339)) ([c82795b](https://github.com/openai/openai-node/commit/c82795b189c73d1c0e3bc3a40d0d4a2558b0483a))
1668
+
1669
+ ## 4.85.1 (2025-02-14)
1670
+
1671
+ Full Changelog: [v4.85.0...v4.85.1](https://github.com/openai/openai-node/compare/v4.85.0...v4.85.1)
1672
+
1673
+ ### Bug Fixes
1674
+
1675
+ * **client:** fix export map for index exports ([#1328](https://github.com/openai/openai-node/issues/1328)) ([647ba7a](https://github.com/openai/openai-node/commit/647ba7a52311928f604c72b2cc95698c0837887f))
1676
+ * **package:** add chat/completions.ts back in ([#1333](https://github.com/openai/openai-node/issues/1333)) ([e4b5546](https://github.com/openai/openai-node/commit/e4b554632ab1646da831f29413fefb3378c49cc1))
1677
+
1678
+
1679
+ ### Chores
1680
+
1681
+ * **internal:** add missing return type annotation ([#1334](https://github.com/openai/openai-node/issues/1334)) ([53e0856](https://github.com/openai/openai-node/commit/53e0856ec4d36deee4d71b5aaf436df0a59b9402))
1682
+
1683
+ ## 4.85.0 (2025-02-13)
1684
+
1685
+ Full Changelog: [v4.84.1...v4.85.0](https://github.com/openai/openai-node/compare/v4.84.1...v4.85.0)
1686
+
1687
+ ### Features
1688
+
1689
+ * **api:** add support for storing chat completions ([#1327](https://github.com/openai/openai-node/issues/1327)) ([8d77f8e](https://github.com/openai/openai-node/commit/8d77f8e3c4801b7fa1e7c6f50b48c1de1f43f3e6))
1690
+
1691
+
1692
+ ### Bug Fixes
1693
+
1694
+ * **realtime:** call .toString() on WebSocket url ([#1324](https://github.com/openai/openai-node/issues/1324)) ([09bc50d](https://github.com/openai/openai-node/commit/09bc50d439679b6acfd2441e69ee5aa18c00e5d9))
1695
+
1696
+ ## 4.84.1 (2025-02-13)
1697
+
1698
+ Full Changelog: [v4.84.0...v4.84.1](https://github.com/openai/openai-node/compare/v4.84.0...v4.84.1)
1699
+
1700
+ ### Bug Fixes
1701
+
1702
+ * **realtime:** correct websocket type var constraint ([#1321](https://github.com/openai/openai-node/issues/1321)) ([afb17ea](https://github.com/openai/openai-node/commit/afb17ea6497b860ebbe5d8e68e4a97681dd307ff))
1703
+
1704
+ ## 4.84.0 (2025-02-12)
1705
+
1706
+ Full Changelog: [v4.83.0...v4.84.0](https://github.com/openai/openai-node/compare/v4.83.0...v4.84.0)
1707
+
1708
+ ### Features
1709
+
1710
+ * **pagination:** avoid fetching when has_more: false ([#1305](https://github.com/openai/openai-node/issues/1305)) ([b6944c6](https://github.com/openai/openai-node/commit/b6944c634b53c9084f2ccf777c2491e89b2cc7af))
1711
+
1712
+
1713
+ ### Bug Fixes
1714
+
1715
+ * **api:** add missing reasoning effort + model enums ([#1302](https://github.com/openai/openai-node/issues/1302)) ([14c55c3](https://github.com/openai/openai-node/commit/14c55c312e31f1ed46d02f39a99049f785504a53))
1716
+ * **assistants:** handle `thread.run.incomplete` event ([7032cc4](https://github.com/openai/openai-node/commit/7032cc40b8aa0a58459cf114bceb8028a8517400))
1717
+ * correctly decode multi-byte characters over multiple chunks ([#1316](https://github.com/openai/openai-node/issues/1316)) ([dd776c4](https://github.com/openai/openai-node/commit/dd776c4867401f527f699bd4b9e567890256e849))
1718
+
1719
+
1720
+ ### Chores
1721
+
1722
+ * **internal:** remove segfault-handler dependency ([3521ca3](https://github.com/openai/openai-node/commit/3521ca34e7f5bd51542084e27c084a5d7cc5448b))
1723
+
1724
+
1725
+ ### Documentation
1726
+
1727
+ * **readme:** cleanup into multiple files ([da94424](https://github.com/openai/openai-node/commit/da944242e542e9e5e51cb11853c621fc6825ac02))
1728
+
1729
+ ## 4.83.0 (2025-02-05)
1730
+
1731
+ Full Changelog: [v4.82.0...v4.83.0](https://github.com/openai/openai-node/compare/v4.82.0...v4.83.0)
1732
+
1733
+ ### Features
1734
+
1735
+ * **client:** send `X-Stainless-Timeout` header ([#1299](https://github.com/openai/openai-node/issues/1299)) ([ddfc686](https://github.com/openai/openai-node/commit/ddfc686f43a3420c3adf8dec2e82b4d10a121eb8))
1736
+
1737
+
1738
+ ### Bug Fixes
1739
+
1740
+ * **api/types:** correct audio duration & role types ([#1300](https://github.com/openai/openai-node/issues/1300)) ([a955ac2](https://github.com/openai/openai-node/commit/a955ac2bf5bee663d530d0c82b0005bf3ce6fc47))
1741
+ * **azure/audio:** use model param for deployments ([#1297](https://github.com/openai/openai-node/issues/1297)) ([85de382](https://github.com/openai/openai-node/commit/85de382db17cbe5f112650e79d0fc1cc841efbb2))
1742
+
1743
+ ## 4.82.0 (2025-01-31)
1744
+
1745
+ Full Changelog: [v4.81.0...v4.82.0](https://github.com/openai/openai-node/compare/v4.81.0...v4.82.0)
1746
+
1747
+ ### Features
1748
+
1749
+ * **api:** add o3-mini ([#1295](https://github.com/openai/openai-node/issues/1295)) ([378e2f7](https://github.com/openai/openai-node/commit/378e2f7af62c570adb4c7644a4d49576b698de41))
1750
+
1751
+
1752
+ ### Bug Fixes
1753
+
1754
+ * **examples/realtime:** remove duplicate `session.update` call ([#1293](https://github.com/openai/openai-node/issues/1293)) ([ad800b4](https://github.com/openai/openai-node/commit/ad800b4f9410c6838994c24a3386ea708717f72b))
1755
+ * **types:** correct metadata type + other fixes ([378e2f7](https://github.com/openai/openai-node/commit/378e2f7af62c570adb4c7644a4d49576b698de41))
1756
+
1757
+ ## 4.81.0 (2025-01-29)
1758
+
1759
+ Full Changelog: [v4.80.1...v4.81.0](https://github.com/openai/openai-node/compare/v4.80.1...v4.81.0)
1760
+
1761
+ ### Features
1762
+
1763
+ * **azure:** Realtime API support ([#1287](https://github.com/openai/openai-node/issues/1287)) ([fe090c0](https://github.com/openai/openai-node/commit/fe090c0a57570217eb0b431e2cce40bf61de2b75))
1764
+
1765
+ ## 4.80.1 (2025-01-24)
1766
+
1767
+ Full Changelog: [v4.80.0...v4.80.1](https://github.com/openai/openai-node/compare/v4.80.0...v4.80.1)
1768
+
1769
+ ### Bug Fixes
1770
+
1771
+ * **azure:** include retry count header ([3e0ba40](https://github.com/openai/openai-node/commit/3e0ba409e57ce276fb1f95cd11c801e4ccaad572))
1772
+
1773
+
1774
+ ### Documentation
1775
+
1776
+ * fix typo, "zodFunctionTool" -&gt; "zodFunction" ([#1128](https://github.com/openai/openai-node/issues/1128)) ([b7ab6bb](https://github.com/openai/openai-node/commit/b7ab6bb304973ade94830f37eb646e800226d5ef))
1777
+ * **helpers:** fix type annotation ([fc019df](https://github.com/openai/openai-node/commit/fc019df1d9cc276e8f8e689742853a09aa94991a))
1778
+ * **readme:** fix realtime errors docs link ([#1286](https://github.com/openai/openai-node/issues/1286)) ([d1d50c8](https://github.com/openai/openai-node/commit/d1d50c897c18cefea964e8057fe1acfd766ae2bf))
1779
+
1780
+ ## 4.80.0 (2025-01-22)
1781
+
1782
+ Full Changelog: [v4.79.4...v4.80.0](https://github.com/openai/openai-node/compare/v4.79.4...v4.80.0)
1783
+
1784
+ ### Features
1785
+
1786
+ * **api:** update enum values, comments, and examples ([#1280](https://github.com/openai/openai-node/issues/1280)) ([d38f2c2](https://github.com/openai/openai-node/commit/d38f2c2648b6990f217c3c7d83ca31f3739641d3))
1787
+
1788
+ ## 4.79.4 (2025-01-21)
1789
+
1790
+ Full Changelog: [v4.79.3...v4.79.4](https://github.com/openai/openai-node/compare/v4.79.3...v4.79.4)
1791
+
1792
+ ### Bug Fixes
1793
+
1794
+ * **jsr:** correct zod config ([e45fa5f](https://github.com/openai/openai-node/commit/e45fa5f535ca74789636001e60e33edcad4db83c))
1795
+
1796
+
1797
+ ### Chores
1798
+
1799
+ * **internal:** minor restructuring ([#1278](https://github.com/openai/openai-node/issues/1278)) ([58ea92a](https://github.com/openai/openai-node/commit/58ea92a7464a04223f24ba31dbc0f7d0cf99cc19))
1800
+
1801
+
1802
+ ### Documentation
1803
+
1804
+ * update deprecation messages ([#1275](https://github.com/openai/openai-node/issues/1275)) ([1c6599e](https://github.com/openai/openai-node/commit/1c6599e47ef75a71cb309a1e14d97bc97bd036d0))
1805
+
1806
+ ## 4.79.3 (2025-01-21)
1807
+
1808
+ Full Changelog: [v4.79.2...v4.79.3](https://github.com/openai/openai-node/compare/v4.79.2...v4.79.3)
1809
+
1810
+ ### Bug Fixes
1811
+
1812
+ * **jsr:** export zod helpers ([9dc55b6](https://github.com/openai/openai-node/commit/9dc55b62b564ad5ad1d4a60fe520b68235d05296))
1813
+
1814
+ ## 4.79.2 (2025-01-21)
1815
+
1816
+ Full Changelog: [v4.79.1...v4.79.2](https://github.com/openai/openai-node/compare/v4.79.1...v4.79.2)
1817
+
1818
+ ### Chores
1819
+
1820
+ * **internal:** add test ([#1270](https://github.com/openai/openai-node/issues/1270)) ([b7c2d3d](https://github.com/openai/openai-node/commit/b7c2d3d9abd315f1452a578b0fd0d82e6ac4ff60))
1821
+
1822
+
1823
+ ### Documentation
1824
+
1825
+ * **readme:** fix Realtime API example link ([#1272](https://github.com/openai/openai-node/issues/1272)) ([d0653c7](https://github.com/openai/openai-node/commit/d0653c7fef48360d137a7411dfdfb95d477cdbc5))
1826
+
1827
+ ## 4.79.1 (2025-01-17)
1828
+
1829
+ Full Changelog: [v4.79.0...v4.79.1](https://github.com/openai/openai-node/compare/v4.79.0...v4.79.1)
1830
+
1831
+ ### Bug Fixes
1832
+
1833
+ * **realtime:** correct import syntax ([#1267](https://github.com/openai/openai-node/issues/1267)) ([74702a7](https://github.com/openai/openai-node/commit/74702a739f566810d2b6c4e0832cfa17a1d1e272))
1834
+
1835
+ ## 4.79.0 (2025-01-17)
1836
+
1837
+ Full Changelog: [v4.78.1...v4.79.0](https://github.com/openai/openai-node/compare/v4.78.1...v4.79.0)
1838
+
1839
+ ### Features
1840
+
1841
+ * **client:** add Realtime API support ([#1266](https://github.com/openai/openai-node/issues/1266)) ([7160ebe](https://github.com/openai/openai-node/commit/7160ebe647769fbf48a600c9961d1a6f86dc9622))
1842
+
1843
+
1844
+ ### Bug Fixes
1845
+
1846
+ * **logs/azure:** redact sensitive header when DEBUG is set ([#1218](https://github.com/openai/openai-node/issues/1218)) ([6a72fd7](https://github.com/openai/openai-node/commit/6a72fd736733db19504a829bf203b39d5b9e3644))
1847
+
1848
+
1849
+ ### Chores
1850
+
1851
+ * fix streaming ([379c743](https://github.com/openai/openai-node/commit/379c7435ed5d508458e9cdc22386039b84fcec5e))
1852
+ * **internal:** streaming refactors ([#1261](https://github.com/openai/openai-node/issues/1261)) ([dd4af93](https://github.com/openai/openai-node/commit/dd4af939792583854a313367c5fe2f98eea2f3c8))
1853
+ * **types:** add `| undefined` to client options properties ([#1264](https://github.com/openai/openai-node/issues/1264)) ([5e56979](https://github.com/openai/openai-node/commit/5e569799b9ac8f915b16de90d91d38b568c1edce))
1854
+ * **types:** rename vector store chunking strategy ([#1263](https://github.com/openai/openai-node/issues/1263)) ([d31acee](https://github.com/openai/openai-node/commit/d31acee860c80ba945d4e70b956c7ed75f5f849a))
1855
+
1856
+ ## 4.78.1 (2025-01-10)
1857
+
1858
+ Full Changelog: [v4.78.0...v4.78.1](https://github.com/openai/openai-node/compare/v4.78.0...v4.78.1)
1859
+
1860
+ ### Bug Fixes
1861
+
1862
+ * send correct Accept header for certain endpoints ([#1257](https://github.com/openai/openai-node/issues/1257)) ([8756693](https://github.com/openai/openai-node/commit/8756693c5690b16045cdd8d33636fe7643d45f3a))
1863
+
1864
+ ## 4.78.0 (2025-01-09)
1865
+
1866
+ Full Changelog: [v4.77.4...v4.78.0](https://github.com/openai/openai-node/compare/v4.77.4...v4.78.0)
1867
+
1868
+ ### Features
1869
+
1870
+ * **client:** add realtime types ([#1254](https://github.com/openai/openai-node/issues/1254)) ([7130995](https://github.com/openai/openai-node/commit/71309957a9a0883cac84b8b57697b796a9df3503))
1871
+
1872
+ ## 4.77.4 (2025-01-08)
1873
+
1874
+ Full Changelog: [v4.77.3...v4.77.4](https://github.com/openai/openai-node/compare/v4.77.3...v4.77.4)
1875
+
1876
+ ### Documentation
1877
+
1878
+ * **readme:** fix misplaced period ([#1252](https://github.com/openai/openai-node/issues/1252)) ([c2fe465](https://github.com/openai/openai-node/commit/c2fe46522d59d1611ba8bb2b7e070f9be7264df0))
1879
+
1880
+ ## 4.77.3 (2025-01-03)
1881
+
1882
+ Full Changelog: [v4.77.2...v4.77.3](https://github.com/openai/openai-node/compare/v4.77.2...v4.77.3)
1883
+
1884
+ ### Chores
1885
+
1886
+ * **api:** bump spec version ([#1248](https://github.com/openai/openai-node/issues/1248)) ([37b3df9](https://github.com/openai/openai-node/commit/37b3df9ac6af76fea6eace8307aab9f0565e5660))
1887
+
1888
+ ## 4.77.2 (2025-01-02)
1889
+
1890
+ Full Changelog: [v4.77.1...v4.77.2](https://github.com/openai/openai-node/compare/v4.77.1...v4.77.2)
1891
+
1892
+ ### Chores
1893
+
1894
+ * bump license year ([#1246](https://github.com/openai/openai-node/issues/1246)) ([13197c1](https://github.com/openai/openai-node/commit/13197c1698f492529bd00b62d95f83c039ef0ac7))
1895
+
1896
+ ## 4.77.1 (2024-12-21)
1897
+
1898
+ Full Changelog: [v4.77.0...v4.77.1](https://github.com/openai/openai-node/compare/v4.77.0...v4.77.1)
1899
+
1900
+ ### Bug Fixes
1901
+
1902
+ * **client:** normalize method ([#1235](https://github.com/openai/openai-node/issues/1235)) ([4a213da](https://github.com/openai/openai-node/commit/4a213dad6f2104dc02a75724acc62134d25db472))
1903
+
1904
+
1905
+ ### Chores
1906
+
1907
+ * **internal:** spec update ([#1231](https://github.com/openai/openai-node/issues/1231)) ([a97ea73](https://github.com/openai/openai-node/commit/a97ea73cafcb56e94be7ff691c4022da575cf60e))
1908
+
1909
+
1910
+ ### Documentation
1911
+
1912
+ * minor formatting changes ([#1236](https://github.com/openai/openai-node/issues/1236)) ([6387968](https://github.com/openai/openai-node/commit/63879681ccaca3dc1e17b27464e2f830b8f63b4f))
1913
+ * **readme:** add alpha callout ([f2eff37](https://github.com/openai/openai-node/commit/f2eff3780e1216f7f420f7b86d47f4e21986b10e))
1914
+
1915
+ ## 4.77.0 (2024-12-17)
1916
+
1917
+ Full Changelog: [v4.76.3...v4.77.0](https://github.com/openai/openai-node/compare/v4.76.3...v4.77.0)
1918
+
1919
+ ### Features
1920
+
1921
+ * **api:** new o1 and GPT-4o models + preference fine-tuning ([#1229](https://github.com/openai/openai-node/issues/1229)) ([2e872d4](https://github.com/openai/openai-node/commit/2e872d4ac3717ab8f61741efffb7a31acd798338))
1922
+
1923
+
1924
+ ### Chores
1925
+
1926
+ * **internal:** fix some typos ([#1227](https://github.com/openai/openai-node/issues/1227)) ([d51fcfe](https://github.com/openai/openai-node/commit/d51fcfe3a66550a684eeeb0e6f17e1d9825cdf78))
1927
+ * **internal:** spec update ([#1230](https://github.com/openai/openai-node/issues/1230)) ([ed2b61d](https://github.com/openai/openai-node/commit/ed2b61d32703b64d9f91223bc02627a607f60483))
1928
+
1929
+ ## 4.76.3 (2024-12-13)
1930
+
1931
+ Full Changelog: [v4.76.2...v4.76.3](https://github.com/openai/openai-node/compare/v4.76.2...v4.76.3)
1932
+
1933
+ ### Chores
1934
+
1935
+ * **internal:** better ecosystem test debugging ([86fc0a8](https://github.com/openai/openai-node/commit/86fc0a81ede2780d3fcebaabff3d9fa9a36cc9c0))
1936
+
1937
+
1938
+ ### Documentation
1939
+
1940
+ * **README:** fix helpers section links ([#1224](https://github.com/openai/openai-node/issues/1224)) ([efbe30a](https://github.com/openai/openai-node/commit/efbe30a156cec1836d3db28f663066b33be57ba2))
1941
+
1942
+ ## 4.76.2 (2024-12-12)
1943
+
1944
+ Full Changelog: [v4.76.1...v4.76.2](https://github.com/openai/openai-node/compare/v4.76.1...v4.76.2)
1945
+
1946
+ ### Chores
1947
+
1948
+ * **internal:** update isAbsoluteURL ([#1223](https://github.com/openai/openai-node/issues/1223)) ([e908ed7](https://github.com/openai/openai-node/commit/e908ed759996fb7706baf46d094fc77419423971))
1949
+ * **types:** nicer error class types + jsdocs ([#1219](https://github.com/openai/openai-node/issues/1219)) ([576d24c](https://github.com/openai/openai-node/commit/576d24cc4b3d766dfe28a6031bdc24ac1b711655))
1950
+
1951
+ ## 4.76.1 (2024-12-10)
1952
+
1953
+ Full Changelog: [v4.76.0...v4.76.1](https://github.com/openai/openai-node/compare/v4.76.0...v4.76.1)
1954
+
1955
+ ### Chores
1956
+
1957
+ * **internal:** bump cross-spawn to v7.0.6 ([#1217](https://github.com/openai/openai-node/issues/1217)) ([c07ad29](https://github.com/openai/openai-node/commit/c07ad298d58e5aeaf816ee3de65fd59bf3fc8b66))
1958
+ * **internal:** remove unnecessary getRequestClient function ([#1215](https://github.com/openai/openai-node/issues/1215)) ([bef3925](https://github.com/openai/openai-node/commit/bef392526cd339f45c574bc476649c77be36c612))
1959
+
1960
+ ## 4.76.0 (2024-12-05)
1961
+
1962
+ Full Changelog: [v4.75.0...v4.76.0](https://github.com/openai/openai-node/compare/v4.75.0...v4.76.0)
1963
+
1964
+ ### Features
1965
+
1966
+ * **api:** updates ([#1212](https://github.com/openai/openai-node/issues/1212)) ([e0fedf2](https://github.com/openai/openai-node/commit/e0fedf2c5a91d0c03d8dad6854b366f77eab4923))
1967
+
1968
+
1969
+ ### Chores
1970
+
1971
+ * bump openapi url ([#1210](https://github.com/openai/openai-node/issues/1210)) ([3fa95a4](https://github.com/openai/openai-node/commit/3fa95a429d4b2adecce35a7b96b73f6d5e88eeeb))
1972
+
1973
+ ## 4.75.0 (2024-12-03)
1974
+
1975
+ Full Changelog: [v4.74.0...v4.75.0](https://github.com/openai/openai-node/compare/v4.74.0...v4.75.0)
1976
+
1977
+ ### Features
1978
+
1979
+ * improve docs for jsr README.md ([#1208](https://github.com/openai/openai-node/issues/1208)) ([338527e](https://github.com/openai/openai-node/commit/338527e40361e2de899a63f280d4ec2db5e87f3c))
1980
+
1981
+ ## 4.74.0 (2024-12-02)
1982
+
1983
+ Full Changelog: [v4.73.1...v4.74.0](https://github.com/openai/openai-node/compare/v4.73.1...v4.74.0)
1984
+
1985
+ ### Features
1986
+
1987
+ * **internal:** make git install file structure match npm ([#1204](https://github.com/openai/openai-node/issues/1204)) ([e7c4c6d](https://github.com/openai/openai-node/commit/e7c4c6d23adbe52300053a8d35db6e341c438703))
1988
+
1989
+ ## 4.73.1 (2024-11-25)
1990
+
1991
+ Full Changelog: [v4.73.0...v4.73.1](https://github.com/openai/openai-node/compare/v4.73.0...v4.73.1)
1992
+
1993
+ ### Documentation
1994
+
1995
+ * **readme:** mention `.withResponse()` for streaming request ID ([#1202](https://github.com/openai/openai-node/issues/1202)) ([b6800d4](https://github.com/openai/openai-node/commit/b6800d4dea2729fe3b0864171ce8fb3b2cc1b21c))
1996
+
1997
+ ## 4.73.0 (2024-11-20)
1998
+
1999
+ Full Changelog: [v4.72.0...v4.73.0](https://github.com/openai/openai-node/compare/v4.72.0...v4.73.0)
2000
+
2001
+ ### Features
2002
+
2003
+ * **api:** add gpt-4o-2024-11-20 model ([#1201](https://github.com/openai/openai-node/issues/1201)) ([0feeafd](https://github.com/openai/openai-node/commit/0feeafd21ba4b6281cc3b9dafa2919b1e2e4d1c3))
2004
+ * bump model in all example snippets to gpt-4o ([6961c37](https://github.com/openai/openai-node/commit/6961c37f2e581bcc12ec2bbe77df2b9b260fe297))
2005
+
2006
+
2007
+ ### Bug Fixes
2008
+
2009
+ * **docs:** add missing await to pagination example ([#1190](https://github.com/openai/openai-node/issues/1190)) ([524b9e8](https://github.com/openai/openai-node/commit/524b9e82ae13a3b5093dcfbfd1169a798cf99ab4))
2010
+
2011
+
2012
+ ### Chores
2013
+
2014
+ * **client:** drop unused devDependency ([#1191](https://github.com/openai/openai-node/issues/1191)) ([8ee6c03](https://github.com/openai/openai-node/commit/8ee6c0335673f2ecf84ea11bdfc990adab607e20))
2015
+ * **internal:** spec update ([#1195](https://github.com/openai/openai-node/issues/1195)) ([12f9334](https://github.com/openai/openai-node/commit/12f93346857196b93f94865cc3744d769e5e519c))
2016
+ * **internal:** use reexports not destructuring ([#1181](https://github.com/openai/openai-node/issues/1181)) ([f555dd6](https://github.com/openai/openai-node/commit/f555dd6503bc4ccd4d13f4e1a1d36fbbfd51c369))
2017
+
2018
+
2019
+ ### Documentation
2020
+
2021
+ * bump models in example snippets to gpt-4o ([#1184](https://github.com/openai/openai-node/issues/1184)) ([4ec4027](https://github.com/openai/openai-node/commit/4ec402790cf3cfbccbf3ef9b61d577b0118977e8))
2022
+ * change readme title ([#1198](https://github.com/openai/openai-node/issues/1198)) ([e34981c](https://github.com/openai/openai-node/commit/e34981c00f2f0360baffe870bcc38786030671bf))
2023
+ * improve jsr documentation ([#1197](https://github.com/openai/openai-node/issues/1197)) ([ebdb4f7](https://github.com/openai/openai-node/commit/ebdb4f72cc01afbee649aca009fdaf413e61c507))
2024
+ * **readme:** fix incorrect fileBatches.uploadAndPoll params ([#1200](https://github.com/openai/openai-node/issues/1200)) ([3968ef1](https://github.com/openai/openai-node/commit/3968ef1c4fa860ff246e0e803808752b261c18ce))
2025
+
2026
+ ## 4.72.0 (2024-11-12)
2027
+
2028
+ Full Changelog: [v4.71.1...v4.72.0](https://github.com/openai/openai-node/compare/v4.71.1...v4.72.0)
2029
+
2030
+ ### Features
2031
+
2032
+ * add back deno runtime testing without type checks ([1626cf5](https://github.com/openai/openai-node/commit/1626cf57e94706e1fc8b2f9ff4f173fe486d5150))
2033
+
2034
+
2035
+ ### Chores
2036
+
2037
+ * **ecosystem-tests:** bump wrangler version ([#1178](https://github.com/openai/openai-node/issues/1178)) ([4dfb0c6](https://github.com/openai/openai-node/commit/4dfb0c6aa7c4530665bc7d6beebcd04aa1490e27))
2038
+
2039
+ ## 4.71.1 (2024-11-06)
2040
+
2041
+ Full Changelog: [v4.71.0...v4.71.1](https://github.com/openai/openai-node/compare/v4.71.0...v4.71.1)
2042
+
2043
+ ### Bug Fixes
2044
+
2045
+ * change release please configuration for jsr.json ([#1174](https://github.com/openai/openai-node/issues/1174)) ([c39efba](https://github.com/openai/openai-node/commit/c39efba812209c8906315596cc0a56e54ae8590a))
2046
+
2047
+ ## 4.71.0 (2024-11-04)
2048
+
2049
+ Full Changelog: [v4.70.3...v4.71.0](https://github.com/openai/openai-node/compare/v4.70.3...v4.71.0)
2050
+
2051
+ ### Features
2052
+
2053
+ * **api:** add support for predicted outputs ([#1172](https://github.com/openai/openai-node/issues/1172)) ([08a7bb4](https://github.com/openai/openai-node/commit/08a7bb4d4b751aeed9655bfcb9fa27fc79a767c4))
2054
+
2055
+ ## 4.70.3 (2024-11-04)
2056
+
2057
+ Full Changelog: [v4.70.2...v4.70.3](https://github.com/openai/openai-node/compare/v4.70.2...v4.70.3)
2058
+
2059
+ ### Bug Fixes
2060
+
2061
+ * change streaming helper imports to be relative ([e73b7cf](https://github.com/openai/openai-node/commit/e73b7cf84272bd02a39a67795d49db23db2d970f))
2062
+
2063
+ ## 4.70.2 (2024-11-01)
2064
+
2065
+ Full Changelog: [v4.70.1...v4.70.2](https://github.com/openai/openai-node/compare/v4.70.1...v4.70.2)
2066
+
2067
+ ### Bug Fixes
2068
+
2069
+ * add permissions to github workflow ([ee75e00](https://github.com/openai/openai-node/commit/ee75e00b0fbf82553b219ee8948a8077e9c26a24))
2070
+ * skip deno ecosystem test ([5b181b0](https://github.com/openai/openai-node/commit/5b181b01b62139f8da35d426914c82b8425af141))
2071
+
2072
+ ## 4.70.1 (2024-11-01)
2073
+
2074
+ Full Changelog: [v4.70.0...v4.70.1](https://github.com/openai/openai-node/compare/v4.70.0...v4.70.1)
2075
+
2076
+ ### Bug Fixes
2077
+
2078
+ * don't require deno to run build-deno ([#1167](https://github.com/openai/openai-node/issues/1167)) ([9d857bc](https://github.com/openai/openai-node/commit/9d857bc531a0bb3939f7660e49b31ccc38f60dd3))
2079
+
2080
+ ## 4.70.0 (2024-11-01)
2081
+
2082
+ Full Changelog: [v4.69.0...v4.70.0](https://github.com/openai/openai-node/compare/v4.69.0...v4.70.0)
2083
+
2084
+ ### Features
2085
+
2086
+ * publish to jsr ([#1165](https://github.com/openai/openai-node/issues/1165)) ([5aa93a7](https://github.com/openai/openai-node/commit/5aa93a7fe704ef1ad077787852db38dc29104534))
2087
+
2088
+
2089
+ ### Chores
2090
+
2091
+ * **internal:** fix isolated modules exports ([9cd1958](https://github.com/openai/openai-node/commit/9cd19584dcc6f4004ea1adcee917aa88a37d5f1c))
2092
+
2093
+
2094
+ ### Refactors
2095
+
2096
+ * use type imports for type-only imports ([#1159](https://github.com/openai/openai-node/issues/1159)) ([07bbaf6](https://github.com/openai/openai-node/commit/07bbaf6ecac9a5e36471a35488020853ddf9214f))
2097
+
2098
+ ## 4.69.0 (2024-10-30)
2099
+
2100
+ Full Changelog: [v4.68.4...v4.69.0](https://github.com/openai/openai-node/compare/v4.68.4...v4.69.0)
2101
+
2102
+ ### Features
2103
+
2104
+ * **api:** add new, expressive voices for Realtime and Audio in Chat Completions ([#1157](https://github.com/openai/openai-node/issues/1157)) ([12e501c](https://github.com/openai/openai-node/commit/12e501c8a215a2af29b9b8fceedc5935b6f2feef))
2105
+
2106
+
2107
+ ### Bug Fixes
2108
+
2109
+ * **internal:** support pnpm git installs ([#1156](https://github.com/openai/openai-node/issues/1156)) ([b744c5b](https://github.com/openai/openai-node/commit/b744c5b609533e9a6694d6cae0425fe9cd37e26c))
2110
+
2111
+
2112
+ ### Documentation
2113
+
2114
+ * **readme:** minor typo fixes ([#1154](https://github.com/openai/openai-node/issues/1154)) ([c6c9f9a](https://github.com/openai/openai-node/commit/c6c9f9aaf75f643016ad73574a7e24a228b5c60f))
2115
+
2116
+ ## 4.68.4 (2024-10-23)
2117
+
2118
+ Full Changelog: [v4.68.3...v4.68.4](https://github.com/openai/openai-node/compare/v4.68.3...v4.68.4)
2119
+
2120
+ ### Chores
2121
+
2122
+ * **internal:** update spec version ([#1146](https://github.com/openai/openai-node/issues/1146)) ([0165a8d](https://github.com/openai/openai-node/commit/0165a8d79340ede49557e05fd00d6fff9d69d930))
2123
+
2124
+ ## 4.68.3 (2024-10-23)
2125
+
2126
+ Full Changelog: [v4.68.2...v4.68.3](https://github.com/openai/openai-node/compare/v4.68.2...v4.68.3)
2127
+
2128
+ ### Chores
2129
+
2130
+ * **internal:** bumps eslint and related dependencies ([#1143](https://github.com/openai/openai-node/issues/1143)) ([2643f42](https://github.com/openai/openai-node/commit/2643f42a36208c36daf23470ffcd227a891284eb))
2131
+
2132
+ ## 4.68.2 (2024-10-22)
2133
+
2134
+ Full Changelog: [v4.68.1...v4.68.2](https://github.com/openai/openai-node/compare/v4.68.1...v4.68.2)
2135
+
2136
+ ### Chores
2137
+
2138
+ * **internal:** update spec version ([#1141](https://github.com/openai/openai-node/issues/1141)) ([2ccb3e3](https://github.com/openai/openai-node/commit/2ccb3e357aa2f3eb0fa32c619d8336c3b94cc882))
2139
+
2140
+ ## 4.68.1 (2024-10-18)
2141
+
2142
+ Full Changelog: [v4.68.0...v4.68.1](https://github.com/openai/openai-node/compare/v4.68.0...v4.68.1)
2143
+
2144
+ ### Bug Fixes
2145
+
2146
+ * **client:** respect x-stainless-retry-count default headers ([#1138](https://github.com/openai/openai-node/issues/1138)) ([266717b](https://github.com/openai/openai-node/commit/266717b3301828c7df735064a380a055576183bc))
2147
+
2148
+ ## 4.68.0 (2024-10-17)
2149
+
2150
+ Full Changelog: [v4.67.3...v4.68.0](https://github.com/openai/openai-node/compare/v4.67.3...v4.68.0)
2151
+
2152
+ ### Features
2153
+
2154
+ * **api:** add gpt-4o-audio-preview model for chat completions ([#1135](https://github.com/openai/openai-node/issues/1135)) ([17a623f](https://github.com/openai/openai-node/commit/17a623f70050bca4538ad2939055cd9d9b165f89))
2155
+
2156
+ ## 4.67.3 (2024-10-08)
2157
+
2158
+ Full Changelog: [v4.67.2...v4.67.3](https://github.com/openai/openai-node/compare/v4.67.2...v4.67.3)
2159
+
2160
+ ### Chores
2161
+
2162
+ * **internal:** pass props through internal parser ([#1125](https://github.com/openai/openai-node/issues/1125)) ([5ef8aa8](https://github.com/openai/openai-node/commit/5ef8aa8d308f7374dd01d8079cd76e0d96999ec2))
2163
+
2164
+ ## 4.67.2 (2024-10-07)
2165
+
2166
+ Full Changelog: [v4.67.1...v4.67.2](https://github.com/openai/openai-node/compare/v4.67.1...v4.67.2)
2167
+
2168
+ ### Chores
2169
+
2170
+ * **internal:** move LineDecoder to a separate file ([#1120](https://github.com/openai/openai-node/issues/1120)) ([0a4be65](https://github.com/openai/openai-node/commit/0a4be6506bf26d2b9552ff3fd13a22c04b53ea18))
2171
+
2172
+ ## 4.67.1 (2024-10-02)
2173
+
2174
+ Full Changelog: [v4.67.0...v4.67.1](https://github.com/openai/openai-node/compare/v4.67.0...v4.67.1)
2175
+
2176
+ ### Documentation
2177
+
2178
+ * improve and reference contributing documentation ([#1115](https://github.com/openai/openai-node/issues/1115)) ([7fa30b3](https://github.com/openai/openai-node/commit/7fa30b3ebf276556141df95ba8e824a0276b61f8))
2179
+
2180
+ ## 4.67.0 (2024-10-01)
2181
+
2182
+ Full Changelog: [v4.66.1...v4.67.0](https://github.com/openai/openai-node/compare/v4.66.1...v4.67.0)
2183
+
2184
+ ### Features
2185
+
2186
+ * **api:** support storing chat completions, enabling evals and model distillation in the dashboard ([#1112](https://github.com/openai/openai-node/issues/1112)) ([6424924](https://github.com/openai/openai-node/commit/6424924b6361e54f07c04fce9075ab16fcb712fb))
2187
+
2188
+ ## 4.66.1 (2024-09-30)
2189
+
2190
+ Full Changelog: [v4.66.0...v4.66.1](https://github.com/openai/openai-node/compare/v4.66.0...v4.66.1)
2191
+
2192
+ ### Bug Fixes
2193
+
2194
+ * **audio:** add fallback overload types ([0c00a13](https://github.com/openai/openai-node/commit/0c00a13dd864b974d3376c905647209e4a79f244))
2195
+ * **audio:** use export type ([1519100](https://github.com/openai/openai-node/commit/1519100e530e08e7683549d0bcdd919b9c2d1654))
2196
+
2197
+ ## 4.66.0 (2024-09-27)
2198
+
2199
+ Full Changelog: [v4.65.0...v4.66.0](https://github.com/openai/openai-node/compare/v4.65.0...v4.66.0)
2200
+
2201
+ ### Features
2202
+
2203
+ * **client:** add request_id to `.withResponse()` ([#1095](https://github.com/openai/openai-node/issues/1095)) ([2d0f565](https://github.com/openai/openai-node/commit/2d0f565f124a8862bc24214cc3ddce9db0ba75bc))
2204
+
2205
+
2206
+ ### Bug Fixes
2207
+
2208
+ * **audio:** correct types for transcriptions / translations ([#1104](https://github.com/openai/openai-node/issues/1104)) ([96e86c2](https://github.com/openai/openai-node/commit/96e86c214ba79d50035b61e5daa3489f082512c4))
2209
+ * **client:** correct types for transcriptions / translations ([#1105](https://github.com/openai/openai-node/issues/1105)) ([fa16ebb](https://github.com/openai/openai-node/commit/fa16ebbb314ebc7c274d27f0148d248edf48e055))
2210
+
2211
+ ## 4.65.0 (2024-09-26)
2212
+
2213
+ Full Changelog: [v4.64.0...v4.65.0](https://github.com/openai/openai-node/compare/v4.64.0...v4.65.0)
2214
+
2215
+ ### Features
2216
+
2217
+ * **api:** add omni-moderation model ([#1100](https://github.com/openai/openai-node/issues/1100)) ([66c0f21](https://github.com/openai/openai-node/commit/66c0f21fad3be9c57b810c4a7eebb71eb6ccbcc1))
2218
+
2219
+ ## 4.64.0 (2024-09-25)
2220
+
2221
+ Full Changelog: [v4.63.0...v4.64.0](https://github.com/openai/openai-node/compare/v4.63.0...v4.64.0)
2222
+
2223
+ ### Features
2224
+
2225
+ * **client:** allow overriding retry count header ([#1098](https://github.com/openai/openai-node/issues/1098)) ([a466ff7](https://github.com/openai/openai-node/commit/a466ff78a436db82d79a8f53066a85a3b1dbe039))
2226
+
2227
+
2228
+ ### Bug Fixes
2229
+
2230
+ * **audio:** correct response_format translations type ([#1097](https://github.com/openai/openai-node/issues/1097)) ([9a5f461](https://github.com/openai/openai-node/commit/9a5f461306e84b62ce1ed8aedbfee90798def5fb))
2231
+
2232
+
2233
+ ### Chores
2234
+
2235
+ * **internal:** fix ecosystem tests error output ([#1096](https://github.com/openai/openai-node/issues/1096)) ([ecdb4e9](https://github.com/openai/openai-node/commit/ecdb4e923f94e828d8758559aea78c82417b8f12))
2236
+ * **internal:** fix slow ecosystem test ([#1093](https://github.com/openai/openai-node/issues/1093)) ([80ed9ec](https://github.com/openai/openai-node/commit/80ed9ecbd60129164cb407e46dddbc06ef1c54ab))
2237
+
2238
+ ## 4.63.0 (2024-09-20)
2239
+
2240
+ Full Changelog: [v4.62.1...v4.63.0](https://github.com/openai/openai-node/compare/v4.62.1...v4.63.0)
2241
+
2242
+ ### Features
2243
+
2244
+ * **client:** send retry count header ([#1087](https://github.com/openai/openai-node/issues/1087)) ([7bcebc0](https://github.com/openai/openai-node/commit/7bcebc0e3965c2decd1dffb1e67f5197260ca89e))
2245
+
2246
+
2247
+ ### Chores
2248
+
2249
+ * **types:** improve type name for embedding models ([#1089](https://github.com/openai/openai-node/issues/1089)) ([d6966d9](https://github.com/openai/openai-node/commit/d6966d9872a14b7fbee85a7bb1fae697852b8ce0))
2250
+
2251
+ ## 4.62.1 (2024-09-18)
2252
+
2253
+ Full Changelog: [v4.62.0...v4.62.1](https://github.com/openai/openai-node/compare/v4.62.0...v4.62.1)
2254
+
2255
+ ### Bug Fixes
2256
+
2257
+ * **types:** remove leftover polyfill usage ([#1084](https://github.com/openai/openai-node/issues/1084)) ([b7c9538](https://github.com/openai/openai-node/commit/b7c9538981a11005fb0a00774683d979d3ca663a))
2258
+
2259
+ ## 4.62.0 (2024-09-17)
2260
+
2261
+ Full Changelog: [v4.61.1...v4.62.0](https://github.com/openai/openai-node/compare/v4.61.1...v4.62.0)
2262
+
2263
+ ### Features
2264
+
2265
+ * **client:** add ._request_id property to object responses ([#1078](https://github.com/openai/openai-node/issues/1078)) ([d5c2131](https://github.com/openai/openai-node/commit/d5c21314449091dd1c668c7358b25e041466f588))
2266
+
2267
+
2268
+ ### Chores
2269
+
2270
+ * **internal:** add ecosystem test for qs reproduction ([0199dd8](https://github.com/openai/openai-node/commit/0199dd85981497fac2b60f786acc00ea30683897))
2271
+ * **internal:** add query string encoder ([#1079](https://github.com/openai/openai-node/issues/1079)) ([f870682](https://github.com/openai/openai-node/commit/f870682d5c490182547c428b0b5c75da0e34d15a))
2272
+ * **internal:** fix some types ([#1082](https://github.com/openai/openai-node/issues/1082)) ([1ec41a7](https://github.com/openai/openai-node/commit/1ec41a7d768502a31abb33bf86b0539e5b4b6541))
2273
+ * **tests:** add query string tests to ecosystem tests ([36be724](https://github.com/openai/openai-node/commit/36be724384401bb697d8b07b0a1965be721cfa51))
2274
+
2275
+ ## 4.61.1 (2024-09-16)
2276
+
2277
+ Full Changelog: [v4.61.0...v4.61.1](https://github.com/openai/openai-node/compare/v4.61.0...v4.61.1)
2278
+
2279
+ ### Bug Fixes
2280
+
2281
+ * **runTools:** correct request options type ([#1073](https://github.com/openai/openai-node/issues/1073)) ([399f971](https://github.com/openai/openai-node/commit/399f9710f9a1406fe2dd048a1d26418c0de7ff0c))
2282
+
2283
+
2284
+ ### Chores
2285
+
2286
+ * **internal:** update spec link ([#1076](https://github.com/openai/openai-node/issues/1076)) ([20f1bcc](https://github.com/openai/openai-node/commit/20f1bcce2b5d03c5185989212a5c5271a8d4209c))
2287
+
2288
+ ## 4.61.0 (2024-09-13)
2289
+
2290
+ Full Changelog: [v4.60.1...v4.61.0](https://github.com/openai/openai-node/compare/v4.60.1...v4.61.0)
2291
+
2292
+ ### Bug Fixes
2293
+
2294
+ * **client:** partial parsing update to handle strings ([46e8eb6](https://github.com/openai/openai-node/commit/46e8eb6a9a45b11f9e4c97474ed6c02b1faa43af))
2295
+ * **examples:** handle usage chunk in tool call streaming ([#1068](https://github.com/openai/openai-node/issues/1068)) ([e4188c4](https://github.com/openai/openai-node/commit/e4188c4ba443a21d1ef94658df5366f80f0e573b))
2296
+
2297
+
2298
+ ### Chores
2299
+
2300
+ * **examples:** add a small delay to tool-calls example streaming ([a3fc659](https://github.com/openai/openai-node/commit/a3fc65928af7085d1d8d785ad4765fedc3955641))
2301
+
2302
+
2303
+ ### Documentation
2304
+
2305
+ * update CONTRIBUTING.md ([#1071](https://github.com/openai/openai-node/issues/1071)) ([5de81c9](https://github.com/openai/openai-node/commit/5de81c95d7326602865e007715a76d5595824fd9))
2306
+
2307
+ ## 4.60.1 (2024-09-13)
2308
+
2309
+ Full Changelog: [v4.60.0...v4.60.1](https://github.com/openai/openai-node/compare/v4.60.0...v4.60.1)
2310
+
2311
+ ### Bug Fixes
2312
+
2313
+ * **zod:** correctly add $ref definitions for transformed schemas ([#1065](https://github.com/openai/openai-node/issues/1065)) ([9b93b24](https://github.com/openai/openai-node/commit/9b93b24b8ae267fe403fb9cd4876d9772f40878b))
2314
+
2315
+ ## 4.60.0 (2024-09-12)
2316
+
2317
+ Full Changelog: [v4.59.0...v4.60.0](https://github.com/openai/openai-node/compare/v4.59.0...v4.60.0)
2318
+
2319
+ ### Features
2320
+
2321
+ * **api:** add o1 models ([#1061](https://github.com/openai/openai-node/issues/1061)) ([224cc04](https://github.com/openai/openai-node/commit/224cc045200cd1ce1517b4376c505de9b9a74ccc))
2322
+
2323
+ ## 4.59.0 (2024-09-11)
2324
+
2325
+ Full Changelog: [v4.58.2...v4.59.0](https://github.com/openai/openai-node/compare/v4.58.2...v4.59.0)
2326
+
2327
+ ### Features
2328
+
2329
+ * **structured outputs:** support accessing raw responses ([#1058](https://github.com/openai/openai-node/issues/1058)) ([af17697](https://github.com/openai/openai-node/commit/af176979894ee95a51e09abc239a8fd3a639dcde))
2330
+
2331
+
2332
+ ### Documentation
2333
+
2334
+ * **azure:** example for custom base URL ([#1055](https://github.com/openai/openai-node/issues/1055)) ([20defc8](https://github.com/openai/openai-node/commit/20defc80801e1f1f489a07bd1264be71c56c586f))
2335
+ * **azure:** remove locale from docs link ([#1054](https://github.com/openai/openai-node/issues/1054)) ([f9b7eac](https://github.com/openai/openai-node/commit/f9b7eac58020cff0e367a15b9a2ca4e7c95cbb89))
2336
+
2337
+ ## 4.58.2 (2024-09-09)
2338
+
2339
+ Full Changelog: [v4.58.1...v4.58.2](https://github.com/openai/openai-node/compare/v4.58.1...v4.58.2)
2340
+
2341
+ ### Bug Fixes
2342
+
2343
+ * **errors:** pass message through to APIConnectionError ([#1050](https://github.com/openai/openai-node/issues/1050)) ([5a34316](https://github.com/openai/openai-node/commit/5a3431672e200a6bc161d39873e914434557801e))
2344
+
2345
+
2346
+ ### Chores
2347
+
2348
+ * better object fallback behaviour for casting errors ([#1053](https://github.com/openai/openai-node/issues/1053)) ([b7d4619](https://github.com/openai/openai-node/commit/b7d46190d2bb775145a9a3de6408c38abacfa055))
2349
+
2350
+ ## 4.58.1 (2024-09-06)
2351
+
2352
+ Full Changelog: [v4.58.0...v4.58.1](https://github.com/openai/openai-node/compare/v4.58.0...v4.58.1)
2353
+
2354
+ ### Chores
2355
+
2356
+ * **docs:** update browser support information ([#1045](https://github.com/openai/openai-node/issues/1045)) ([d326cc5](https://github.com/openai/openai-node/commit/d326cc54a77c450672fbf07d736cec80a9ba72fb))
2357
+
2358
+ ## 4.58.0 (2024-09-05)
2359
+
2360
+ Full Changelog: [v4.57.3...v4.58.0](https://github.com/openai/openai-node/compare/v4.57.3...v4.58.0)
2361
+
2362
+ ### Features
2363
+
2364
+ * **vector store:** improve chunking strategy type names ([#1041](https://github.com/openai/openai-node/issues/1041)) ([471cec3](https://github.com/openai/openai-node/commit/471cec3228886253f07c13a362827a31e9ec7b63))
2365
+
2366
+
2367
+ ### Bug Fixes
2368
+
2369
+ * **uploads:** avoid making redundant memory copies ([#1043](https://github.com/openai/openai-node/issues/1043)) ([271297b](https://github.com/openai/openai-node/commit/271297bd32393d4c5663023adf82f8fb19dc3d25))
2370
+
2371
+ ## 4.57.3 (2024-09-04)
2372
+
2373
+ Full Changelog: [v4.57.2...v4.57.3](https://github.com/openai/openai-node/compare/v4.57.2...v4.57.3)
2374
+
2375
+ ### Bug Fixes
2376
+
2377
+ * **helpers/zod:** avoid import issue in certain environments ([#1039](https://github.com/openai/openai-node/issues/1039)) ([e238daa](https://github.com/openai/openai-node/commit/e238daa7c12f3fb13369f58b9d405365f5efcc8f))
2378
+
2379
+
2380
+ ### Chores
2381
+
2382
+ * **internal:** minor bump qs version ([#1037](https://github.com/openai/openai-node/issues/1037)) ([8ec218e](https://github.com/openai/openai-node/commit/8ec218e9efb657927b3c0346822a96872aeaf137))
2383
+
2384
+ ## 4.57.2 (2024-09-04)
2385
+
2386
+ Full Changelog: [v4.57.1...v4.57.2](https://github.com/openai/openai-node/compare/v4.57.1...v4.57.2)
2387
+
2388
+ ### Chores
2389
+
2390
+ * **internal:** dependency updates ([#1035](https://github.com/openai/openai-node/issues/1035)) ([e815fb6](https://github.com/openai/openai-node/commit/e815fb6dee75219563d3a7776774ba1c2984560e))
2391
+
2392
+ ## 4.57.1 (2024-09-03)
2393
+
2394
+ Full Changelog: [v4.57.0...v4.57.1](https://github.com/openai/openai-node/compare/v4.57.0...v4.57.1)
2395
+
2396
+ ### Bug Fixes
2397
+
2398
+ * **assistants:** correctly accumulate tool calls when streaming ([#1031](https://github.com/openai/openai-node/issues/1031)) ([d935ad3](https://github.com/openai/openai-node/commit/d935ad3fa37b2701f4c9f6e433ada6074280a871))
2399
+ * **client:** correct File construction from node-fetch Responses ([#1029](https://github.com/openai/openai-node/issues/1029)) ([22ebdc2](https://github.com/openai/openai-node/commit/22ebdc2ca7d98e0f266110c4cf827e53a0a22026))
2400
+ * runTools without stream should not emit user message events ([#1005](https://github.com/openai/openai-node/issues/1005)) ([22ded4d](https://github.com/openai/openai-node/commit/22ded4d549a157482a8de2faf65e92c5be07fa95))
2401
+
2402
+
2403
+ ### Chores
2404
+
2405
+ * **internal/tests:** workaround bug in recent types/node release ([3c7bdfd](https://github.com/openai/openai-node/commit/3c7bdfdb373bff77db0e3fecd5d49ddfa4284cd9))
2406
+
2407
+ ## 4.57.0 (2024-08-29)
2408
+
2409
+ Full Changelog: [v4.56.2...v4.57.0](https://github.com/openai/openai-node/compare/v4.56.2...v4.57.0)
2410
+
2411
+ ### Features
2412
+
2413
+ * **api:** add file search result details to run steps ([#1023](https://github.com/openai/openai-node/issues/1023)) ([d9acd0a](https://github.com/openai/openai-node/commit/d9acd0a2c52b27983f8db6a8de6a776078b1d41b))
2414
+
2415
+
2416
+ ### Bug Fixes
2417
+
2418
+ * install examples deps as part of bootstrap script ([#1022](https://github.com/openai/openai-node/issues/1022)) ([eae8e36](https://github.com/openai/openai-node/commit/eae8e36fd5514eb60773646ec775badde50e783c))
2419
+
2420
+ ## 4.56.2 (2024-08-29)
2421
+
2422
+ Full Changelog: [v4.56.1...v4.56.2](https://github.com/openai/openai-node/compare/v4.56.1...v4.56.2)
2423
+
2424
+ ### Chores
2425
+
2426
+ * run tsc as part of lint script ([#1020](https://github.com/openai/openai-node/issues/1020)) ([4942347](https://github.com/openai/openai-node/commit/49423472f2b0a0b63961174bedfc00bfd99d47f9))
2427
+
2428
+ ## 4.56.1 (2024-08-27)
2429
+
2430
+ Full Changelog: [v4.56.0...v4.56.1](https://github.com/openai/openai-node/compare/v4.56.0...v4.56.1)
2431
+
2432
+ ### Chores
2433
+
2434
+ * **ci:** check for build errors ([#1013](https://github.com/openai/openai-node/issues/1013)) ([7ff2127](https://github.com/openai/openai-node/commit/7ff21273091a605e05173502654cfb9c90a4382e))
2435
+
2436
+ ## 4.56.0 (2024-08-16)
2437
+
2438
+ Full Changelog: [v4.55.9...v4.56.0](https://github.com/openai/openai-node/compare/v4.55.9...v4.56.0)
2439
+
2440
+ ### Features
2441
+
2442
+ * **api:** add chatgpt-4o-latest model ([edc4398](https://github.com/openai/openai-node/commit/edc43986ba96a0fda48f7eea368efe706f68dcac))
2443
+
2444
+ ## 4.55.9 (2024-08-16)
2445
+
2446
+ Full Changelog: [v4.55.8...v4.55.9](https://github.com/openai/openai-node/compare/v4.55.8...v4.55.9)
2447
+
2448
+ ### Bug Fixes
2449
+
2450
+ * **azure/tts:** avoid stripping model param ([#999](https://github.com/openai/openai-node/issues/999)) ([c3a7ccd](https://github.com/openai/openai-node/commit/c3a7ccdbd6d9a2576509c2dc6c1605bc73c6dde7))
2451
+
2452
+ ## 4.55.8 (2024-08-15)
2453
+
2454
+ Full Changelog: [v4.55.7...v4.55.8](https://github.com/openai/openai-node/compare/v4.55.7...v4.55.8)
2455
+
2456
+ ### Chores
2457
+
2458
+ * **types:** define FilePurpose enum ([#997](https://github.com/openai/openai-node/issues/997)) ([19b941b](https://github.com/openai/openai-node/commit/19b941be4ff3e4fa7e67b820a5aac51e5c8d4f60))
2459
+
2460
+ ## 4.55.7 (2024-08-13)
2461
+
2462
+ Full Changelog: [v4.55.6...v4.55.7](https://github.com/openai/openai-node/compare/v4.55.6...v4.55.7)
2463
+
2464
+ ### Bug Fixes
2465
+
2466
+ * **json-schema:** correct handling of nested recursive schemas ([#992](https://github.com/openai/openai-node/issues/992)) ([ac309ab](https://github.com/openai/openai-node/commit/ac309abee3419594f45680c7d0ab11e13ce28c5b))
2467
+
2468
+ ## 4.55.6 (2024-08-13)
2469
+
2470
+ Full Changelog: [v4.55.5...v4.55.6](https://github.com/openai/openai-node/compare/v4.55.5...v4.55.6)
2471
+
2472
+ ### Bug Fixes
2473
+
2474
+ * **zod-to-json-schema:** correct licensing ([#986](https://github.com/openai/openai-node/issues/986)) ([bd2051e](https://github.com/openai/openai-node/commit/bd2051e501e2ceafcd095f82205c2e668e1d68d7))
2475
+
2476
+ ## 4.55.5 (2024-08-12)
2477
+
2478
+ Full Changelog: [v4.55.4...v4.55.5](https://github.com/openai/openai-node/compare/v4.55.4...v4.55.5)
2479
+
2480
+ ### Chores
2481
+
2482
+ * **examples:** minor formatting changes ([#987](https://github.com/openai/openai-node/issues/987)) ([8e6b615](https://github.com/openai/openai-node/commit/8e6b615ada09fa4e50dc8e0b5decf662eed19856))
2483
+ * sync openapi url ([#989](https://github.com/openai/openai-node/issues/989)) ([02ff1c5](https://github.com/openai/openai-node/commit/02ff1c55b5eefd8b6193ba2bf10dd5515945bd7a))
2484
+
2485
+ ## 4.55.4 (2024-08-09)
2486
+
2487
+ Full Changelog: [v4.55.3...v4.55.4](https://github.com/openai/openai-node/compare/v4.55.3...v4.55.4)
2488
+
2489
+ ### Bug Fixes
2490
+
2491
+ * **helpers/zod:** nested union schema extraction ([#979](https://github.com/openai/openai-node/issues/979)) ([31b05aa](https://github.com/openai/openai-node/commit/31b05aa6fa0445141ae17a1b1eff533b83735f3a))
2492
+
2493
+
2494
+ ### Chores
2495
+
2496
+ * **ci:** bump prism mock server version ([#982](https://github.com/openai/openai-node/issues/982)) ([7442643](https://github.com/openai/openai-node/commit/7442643e8445eea15da54843a7c9d7580a402979))
2497
+ * **ci:** codeowners file ([#980](https://github.com/openai/openai-node/issues/980)) ([17a42b2](https://github.com/openai/openai-node/commit/17a42b2f6e2de2dce338358a48f6d7d4ed723f6f))
2498
+
2499
+ ## 4.55.3 (2024-08-08)
2500
+
2501
+ Full Changelog: [v4.55.2...v4.55.3](https://github.com/openai/openai-node/compare/v4.55.2...v4.55.3)
2502
+
2503
+ ### Chores
2504
+
2505
+ * **internal:** updates ([#975](https://github.com/openai/openai-node/issues/975)) ([313a190](https://github.com/openai/openai-node/commit/313a19059a61893887ac0b57bb488c24bc40f099))
2506
+
2507
+ ## 4.55.2 (2024-08-08)
2508
+
2509
+ Full Changelog: [v4.55.1...v4.55.2](https://github.com/openai/openai-node/compare/v4.55.1...v4.55.2)
2510
+
2511
+ ### Bug Fixes
2512
+
2513
+ * **helpers/zod:** add `extract-to-root` ref strategy ([ef3c73c](https://github.com/openai/openai-node/commit/ef3c73cfdf1a8e45346417812168e476fea65690))
2514
+ * **helpers/zod:** add `nullableStrategy` option ([ad89892](https://github.com/openai/openai-node/commit/ad89892f4ac0daba161ce97267a165a12f67c341))
2515
+ * **helpers/zod:** correct logic for adding root schema to definitions ([e4a247a](https://github.com/openai/openai-node/commit/e4a247a2a87b4d3bde55891b31e07413d3a9f00d))
2516
+
2517
+
2518
+ ### Chores
2519
+
2520
+ * **internal:** add README for vendored zod-to-json-schema ([d8a80a9](https://github.com/openai/openai-node/commit/d8a80a915dfe723a59f512e7128aecf857324388))
2521
+ * **tests:** add more API request tests ([04c1590](https://github.com/openai/openai-node/commit/04c1590a64127c43898c3c88bcbdd624d54008f6))
2522
+
2523
+ ## 4.55.1 (2024-08-07)
2524
+
2525
+ Full Changelog: [v4.55.0...v4.55.1](https://github.com/openai/openai-node/compare/v4.55.0...v4.55.1)
2526
+
2527
+ ### Bug Fixes
2528
+
2529
+ * **helpers/zod:** correct schema generation for recursive schemas ([cb54d93](https://github.com/openai/openai-node/commit/cb54d93162c86ecfd476733805a431aab25d86d6))
2530
+
2531
+
2532
+ ### Chores
2533
+
2534
+ * **api:** remove old `AssistantResponseFormat` type ([#967](https://github.com/openai/openai-node/issues/967)) ([9fd94bf](https://github.com/openai/openai-node/commit/9fd94bfc35128d3bc45fbf0a65e6a8d2ea4562d5))
2535
+ * **internal:** update test snapshots ([bceea60](https://github.com/openai/openai-node/commit/bceea60e461c40a9e59d52772122dd612a2ff1c4))
2536
+ * **vendor/zodJsonSchema:** add option to duplicate top-level ref ([84b8a38](https://github.com/openai/openai-node/commit/84b8a3820b0ce1c78bfd3db468d8d2962875b4ab))
2537
+
2538
+
2539
+ ### Documentation
2540
+
2541
+ * **examples:** add UI generation example script ([c75c017](https://github.com/openai/openai-node/commit/c75c017c16cbfe3fc60ea4ee5779782005e64463))
2542
+
2543
+ ## 4.55.0 (2024-08-06)
2544
+
2545
+ Full Changelog: [v4.54.0...v4.55.0](https://github.com/openai/openai-node/compare/v4.54.0...v4.55.0)
2546
+
2547
+ ### Features
2548
+
2549
+ * **api:** add structured outputs support ([573787c](https://github.com/openai/openai-node/commit/573787cf3ea8eea593eeeb5e24a9256951e2cc35))
2550
+
2551
+ ## 4.54.0 (2024-08-02)
2552
+
2553
+ Full Changelog: [v4.53.2...v4.54.0](https://github.com/openai/openai-node/compare/v4.53.2...v4.54.0)
2554
+
2555
+ ### Features
2556
+
2557
+ * extract out `ImageModel`, `AudioModel`, `SpeechModel` ([#964](https://github.com/openai/openai-node/issues/964)) ([1edf957](https://github.com/openai/openai-node/commit/1edf957e1cb86c2a7b2d29e28f2b8f428ea0cd7d))
2558
+ * make enums not nominal ([#965](https://github.com/openai/openai-node/issues/965)) ([0dd0cd1](https://github.com/openai/openai-node/commit/0dd0cd158d6765c3a04ac983aad03c2ecad14502))
2559
+
2560
+
2561
+ ### Chores
2562
+
2563
+ * **ci:** correctly tag pre-release npm packages ([#963](https://github.com/openai/openai-node/issues/963)) ([f1a4a68](https://github.com/openai/openai-node/commit/f1a4a686bbf4a38919b8597f008d895d1b99d8df))
2564
+ * **internal:** add constant for default timeout ([#960](https://github.com/openai/openai-node/issues/960)) ([55c01f4](https://github.com/openai/openai-node/commit/55c01f4dc5d132c21713f9e8606b95abc76fcd44))
2565
+ * **internal:** cleanup event stream helpers ([#950](https://github.com/openai/openai-node/issues/950)) ([8f49956](https://github.com/openai/openai-node/commit/8f499566c47bd7d4799a8cbe0d980553348b8f48))
2566
+
2567
+
2568
+ ### Documentation
2569
+
2570
+ * **README:** link Lifecycle in Polling Helpers section ([#962](https://github.com/openai/openai-node/issues/962)) ([c610c81](https://github.com/openai/openai-node/commit/c610c813e8d7f96b5b8315ae194e0a9ff565f43d))
2571
+
2572
+ ## 4.53.2 (2024-07-26)
2573
+
2574
+ Full Changelog: [v4.53.1...v4.53.2](https://github.com/openai/openai-node/compare/v4.53.1...v4.53.2)
2575
+
2576
+ ### Chores
2577
+
2578
+ * **docs:** fix incorrect client var names ([#955](https://github.com/openai/openai-node/issues/955)) ([cc91be8](https://github.com/openai/openai-node/commit/cc91be867bf7042abb2ee6c6d5ef69082ac64280))
2579
+
2580
+ ## 4.53.1 (2024-07-25)
2581
+
2582
+ Full Changelog: [v4.53.0...v4.53.1](https://github.com/openai/openai-node/compare/v4.53.0...v4.53.1)
2583
+
2584
+ ### Bug Fixes
2585
+
2586
+ * **compat:** remove ReadableStream polyfill redundant since node v16 ([#954](https://github.com/openai/openai-node/issues/954)) ([78b2a83](https://github.com/openai/openai-node/commit/78b2a83f085bb7ddf6a5f429636de1e3eef20f9d))
2587
+
2588
+
2589
+ ### Chores
2590
+
2591
+ * **tests:** update prism version ([#948](https://github.com/openai/openai-node/issues/948)) ([9202c91](https://github.com/openai/openai-node/commit/9202c91d697a116eb1b834e01f4073d254438149))
2592
+
2593
+ ## 4.53.0 (2024-07-22)
2594
+
2595
+ Full Changelog: [v4.52.7...v4.53.0](https://github.com/openai/openai-node/compare/v4.52.7...v4.53.0)
2596
+
2597
+ ### Features
2598
+
2599
+ * **api:** add new gpt-4o-mini models ([#942](https://github.com/openai/openai-node/issues/942)) ([7ac10dd](https://github.com/openai/openai-node/commit/7ac10ddbb87e9eb0e8e34d58a13a4775cbba1c24))
2600
+ * **api:** add uploads endpoints ([#946](https://github.com/openai/openai-node/issues/946)) ([8709ceb](https://github.com/openai/openai-node/commit/8709ceb0e01c5a1f96704c998f35ca1117ecadac))
2601
+
2602
+
2603
+ ### Chores
2604
+
2605
+ * **docs:** mention support of web browser runtimes ([#938](https://github.com/openai/openai-node/issues/938)) ([123d19d](https://github.com/openai/openai-node/commit/123d19d5a157110c8ada556c107caf0eb8b2ccc6))
2606
+ * **docs:** use client instead of package name in Node examples ([#941](https://github.com/openai/openai-node/issues/941)) ([8b5db1f](https://github.com/openai/openai-node/commit/8b5db1f53e66ce4b6e554f40a8dd2fd474085027))
2607
+
2608
+ ## 4.52.7 (2024-07-11)
2609
+
2610
+ Full Changelog: [v4.52.6...v4.52.7](https://github.com/openai/openai-node/compare/v4.52.6...v4.52.7)
2611
+
2612
+ ### Documentation
2613
+
2614
+ * **examples:** update example values ([#933](https://github.com/openai/openai-node/issues/933)) ([92512ab](https://github.com/openai/openai-node/commit/92512abcd7ab5d7c452dfae007c3a25041062656))
2615
+
2616
+ ## 4.52.6 (2024-07-11)
2617
+
2618
+ Full Changelog: [v4.52.5...v4.52.6](https://github.com/openai/openai-node/compare/v4.52.5...v4.52.6)
2619
+
2620
+ ### Chores
2621
+
2622
+ * **ci:** also run workflows for PRs targeting `next` ([#931](https://github.com/openai/openai-node/issues/931)) ([e3f979a](https://github.com/openai/openai-node/commit/e3f979ae94b2252b9552d1e03de5b92d398a3e28))
2623
+
2624
+ ## 4.52.5 (2024-07-10)
2625
+
2626
+ Full Changelog: [v4.52.4...v4.52.5](https://github.com/openai/openai-node/compare/v4.52.4...v4.52.5)
2627
+
2628
+ ### Bug Fixes
2629
+
2630
+ * **vectorStores:** correctly handle missing `files` in `uploadAndPoll()` ([#926](https://github.com/openai/openai-node/issues/926)) ([945fca6](https://github.com/openai/openai-node/commit/945fca646b02b52bbc9163cb51f5d87e7db8afd6))
2631
+
2632
+ ## 4.52.4 (2024-07-08)
2633
+
2634
+ Full Changelog: [v4.52.3...v4.52.4](https://github.com/openai/openai-node/compare/v4.52.3...v4.52.4)
2635
+
2636
+ ### Refactors
2637
+
2638
+ * **examples:** removedduplicated 'messageDelta' streaming event. ([#909](https://github.com/openai/openai-node/issues/909)) ([7b0b3d2](https://github.com/openai/openai-node/commit/7b0b3d2e228532fca19f49390a2831a1abac72a4))
2639
+
2640
+ ## 4.52.3 (2024-07-02)
2641
+
2642
+ Full Changelog: [v4.52.2...v4.52.3](https://github.com/openai/openai-node/compare/v4.52.2...v4.52.3)
2643
+
2644
+ ### Chores
2645
+
2646
+ * minor change to tests ([#916](https://github.com/openai/openai-node/issues/916)) ([b8a33e3](https://github.com/openai/openai-node/commit/b8a33e31697b52d733f28d9380e0c02a2d179474))
2647
+
2648
+ ## 4.52.2 (2024-06-28)
2649
+
2650
+ Full Changelog: [v4.52.1...v4.52.2](https://github.com/openai/openai-node/compare/v4.52.1...v4.52.2)
2651
+
2652
+ ### Chores
2653
+
2654
+ * gitignore test server logs ([#914](https://github.com/openai/openai-node/issues/914)) ([6316720](https://github.com/openai/openai-node/commit/6316720c3fdd0422965ae3890275062bc0fe3c2b))
2655
+
2656
+ ## 4.52.1 (2024-06-25)
2657
+
2658
+ Full Changelog: [v4.52.0...v4.52.1](https://github.com/openai/openai-node/compare/v4.52.0...v4.52.1)
2659
+
2660
+ ### Chores
2661
+
2662
+ * **doc:** clarify service tier default value ([#908](https://github.com/openai/openai-node/issues/908)) ([e4c8100](https://github.com/openai/openai-node/commit/e4c8100c7732bdc336b52a48d09945782c0fa2a3))
2663
+ * **internal:** minor reformatting ([#911](https://github.com/openai/openai-node/issues/911)) ([78c9377](https://github.com/openai/openai-node/commit/78c9377fcd563645081629a89f3fda2c1ff4e175))
2664
+ * **internal:** re-order some imports ([#904](https://github.com/openai/openai-node/issues/904)) ([dbd5c40](https://github.com/openai/openai-node/commit/dbd5c4053ba2f255dfc56676ced5b30381843c75))
2665
+
2666
+ ## 4.52.0 (2024-06-18)
2667
+
2668
+ Full Changelog: [v4.51.0...v4.52.0](https://github.com/openai/openai-node/compare/v4.51.0...v4.52.0)
2669
+
2670
+ ### Features
2671
+
2672
+ * **api:** add service tier argument for chat completions ([#900](https://github.com/openai/openai-node/issues/900)) ([91e6651](https://github.com/openai/openai-node/commit/91e66514037a8d6f9c39d3c96cd5769885925a4b))
2673
+
2674
+ ## 4.51.0 (2024-06-12)
2675
+
2676
+ Full Changelog: [v4.50.0...v4.51.0](https://github.com/openai/openai-node/compare/v4.50.0...v4.51.0)
2677
+
2678
+ ### Features
2679
+
2680
+ * **api:** updates ([#894](https://github.com/openai/openai-node/issues/894)) ([b58f5a1](https://github.com/openai/openai-node/commit/b58f5a1344f631dac0fb8ecfa4fbae49af070189))
2681
+
2682
+ ## 4.50.0 (2024-06-10)
2683
+
2684
+ Full Changelog: [v4.49.1...v4.50.0](https://github.com/openai/openai-node/compare/v4.49.1...v4.50.0)
2685
+
2686
+ ### Features
2687
+
2688
+ * support `application/octet-stream` request bodies ([#892](https://github.com/openai/openai-node/issues/892)) ([51661c8](https://github.com/openai/openai-node/commit/51661c8068d4990df6916becb6bb85353b54ef4d))
2689
+
2690
+ ## 4.49.1 (2024-06-07)
2691
+
2692
+ Full Changelog: [v4.49.0...v4.49.1](https://github.com/openai/openai-node/compare/v4.49.0...v4.49.1)
2693
+
2694
+ ### Bug Fixes
2695
+
2696
+ * remove erroneous thread create argument ([#889](https://github.com/openai/openai-node/issues/889)) ([a9f898e](https://github.com/openai/openai-node/commit/a9f898ee109a0b35a672e41c6497f3a75eff7734))
2697
+
2698
+ ## 4.49.0 (2024-06-06)
2699
+
2700
+ Full Changelog: [v4.48.3...v4.49.0](https://github.com/openai/openai-node/compare/v4.48.3...v4.49.0)
2701
+
2702
+ ### Features
2703
+
2704
+ * **api:** updates ([#887](https://github.com/openai/openai-node/issues/887)) ([359eeb3](https://github.com/openai/openai-node/commit/359eeb33b08b371451f216d1e21dd3334ec15f36))
2705
+
2706
+ ## 4.48.3 (2024-06-06)
2707
+
2708
+ Full Changelog: [v4.48.2...v4.48.3](https://github.com/openai/openai-node/compare/v4.48.2...v4.48.3)
2709
+
2710
+ ### Chores
2711
+
2712
+ * **internal:** minor refactor of tests ([#884](https://github.com/openai/openai-node/issues/884)) ([0b71f2b](https://github.com/openai/openai-node/commit/0b71f2b2cb67e5714476b6f63b4ef93a0140bff2))
2713
+
2714
+ ## 4.48.2 (2024-06-05)
2715
+
2716
+ Full Changelog: [v4.48.1...v4.48.2](https://github.com/openai/openai-node/compare/v4.48.1...v4.48.2)
2717
+
2718
+ ### Chores
2719
+
2720
+ * **internal:** minor change to tests ([#881](https://github.com/openai/openai-node/issues/881)) ([5e2d608](https://github.com/openai/openai-node/commit/5e2d608ca9a2bcb3f261ad13c848d327b60b6fb1))
2721
+
2722
+ ## 4.48.1 (2024-06-04)
2723
+
2724
+ Full Changelog: [v4.48.0...v4.48.1](https://github.com/openai/openai-node/compare/v4.48.0...v4.48.1)
2725
+
2726
+ ### Bug Fixes
2727
+
2728
+ * resolve typescript issue ([1129707](https://github.com/openai/openai-node/commit/11297073b1a370fc9c8676446f939a48071999b2))
2729
+
2730
+ ## 4.48.0 (2024-06-03)
2731
+
2732
+ Full Changelog: [v4.47.3...v4.48.0](https://github.com/openai/openai-node/compare/v4.47.3...v4.48.0)
2733
+
2734
+ ### Features
2735
+
2736
+ * **api:** updates ([#874](https://github.com/openai/openai-node/issues/874)) ([295c248](https://github.com/openai/openai-node/commit/295c2486005f6f1eb81cbbd6994b4382801d0707))
2737
+
2738
+ ## 4.47.3 (2024-05-31)
2739
+
2740
+ Full Changelog: [v4.47.2...v4.47.3](https://github.com/openai/openai-node/compare/v4.47.2...v4.47.3)
2741
+
2742
+ ### Bug Fixes
2743
+
2744
+ * allow git imports for pnpm ([#873](https://github.com/openai/openai-node/issues/873)) ([9da9809](https://github.com/openai/openai-node/commit/9da98090e80cbe988a3d695e4c9b57439080ec3e))
2745
+
2746
+
2747
+ ### Documentation
2748
+
2749
+ * **azure:** update example and readme to use Entra ID ([#857](https://github.com/openai/openai-node/issues/857)) ([722eff1](https://github.com/openai/openai-node/commit/722eff1a7aeaa2ce3c40301709db61258c9afa16))
2750
+
2751
+ ## 4.47.2 (2024-05-28)
2752
+
2753
+ Full Changelog: [v4.47.1...v4.47.2](https://github.com/openai/openai-node/compare/v4.47.1...v4.47.2)
2754
+
2755
+ ### Documentation
2756
+
2757
+ * **readme:** add bundle size badge ([#869](https://github.com/openai/openai-node/issues/869)) ([e252132](https://github.com/openai/openai-node/commit/e2521327b7b4f5abe97e4c58c417b37d00079ef8))
2758
+
2759
+ ## 4.47.1 (2024-05-14)
2760
+
2761
+ Full Changelog: [v4.47.0...v4.47.1](https://github.com/openai/openai-node/compare/v4.47.0...v4.47.1)
2762
+
2763
+ ### Chores
2764
+
2765
+ * **internal:** add slightly better logging to scripts ([#848](https://github.com/openai/openai-node/issues/848)) ([139e690](https://github.com/openai/openai-node/commit/139e690546775b3568934dd990dd329fce2fbc2f))
2766
+
2767
+ ## 4.47.0 (2024-05-14)
2768
+
2769
+ Full Changelog: [v4.46.1...v4.47.0](https://github.com/openai/openai-node/compare/v4.46.1...v4.47.0)
2770
+
2771
+ ### Features
2772
+
2773
+ * **api:** add incomplete state ([#846](https://github.com/openai/openai-node/issues/846)) ([5f663a1](https://github.com/openai/openai-node/commit/5f663a167361b905c6d0c1242e8a78037a7e4a57))
2774
+
2775
+ ## 4.46.1 (2024-05-13)
2776
+
2777
+ Full Changelog: [v4.46.0...v4.46.1](https://github.com/openai/openai-node/compare/v4.46.0...v4.46.1)
2778
+
2779
+ ### Refactors
2780
+
2781
+ * change import paths to be relative ([#843](https://github.com/openai/openai-node/issues/843)) ([7913574](https://github.com/openai/openai-node/commit/7913574bdb6fcbcf68e56e8def351add6c43310a))
2782
+
2783
+ ## 4.46.0 (2024-05-13)
2784
+
2785
+ Full Changelog: [v4.45.0...v4.46.0](https://github.com/openai/openai-node/compare/v4.45.0...v4.46.0)
2786
+
2787
+ ### Features
2788
+
2789
+ * **api:** add gpt-4o model ([#841](https://github.com/openai/openai-node/issues/841)) ([c818ed1](https://github.com/openai/openai-node/commit/c818ed139bfba81af6ca3c4eda08d52366758529))
2790
+
2791
+ ## 4.45.0 (2024-05-11)
2792
+
2793
+ Full Changelog: [v4.44.0...v4.45.0](https://github.com/openai/openai-node/compare/v4.44.0...v4.45.0)
2794
+
2795
+ ### Features
2796
+
2797
+ * **azure:** batch api ([#839](https://github.com/openai/openai-node/issues/839)) ([e279f8c](https://github.com/openai/openai-node/commit/e279f8c51aa80cb913ccb6df647407bea1f2f071))
2798
+
2799
+
2800
+ ### Chores
2801
+
2802
+ * **dependency:** bumped Next.js version ([#836](https://github.com/openai/openai-node/issues/836)) ([babb140](https://github.com/openai/openai-node/commit/babb1404751059bdd171b792d03fd21272dd8f8b))
2803
+ * **docs:** add SECURITY.md ([#838](https://github.com/openai/openai-node/issues/838)) ([6e556d9](https://github.com/openai/openai-node/commit/6e556d9e12341155cc13fe226ab110d63858370e))
2804
+
2805
+ ## 4.44.0 (2024-05-09)
2806
+
2807
+ Full Changelog: [v4.43.0...v4.44.0](https://github.com/openai/openai-node/compare/v4.43.0...v4.44.0)
2808
+
2809
+ ### Features
2810
+
2811
+ * **api:** add message image content ([#834](https://github.com/openai/openai-node/issues/834)) ([7757b3e](https://github.com/openai/openai-node/commit/7757b3ea54a2c5cc251f55af0b676952ba12e8a6))
2812
+
2813
+ ## 4.43.0 (2024-05-08)
2814
+
2815
+ Full Changelog: [v4.42.0...v4.43.0](https://github.com/openai/openai-node/compare/v4.42.0...v4.43.0)
2816
+
2817
+ ### Features
2818
+
2819
+ * **api:** adding file purposes ([#831](https://github.com/openai/openai-node/issues/831)) ([a62b877](https://github.com/openai/openai-node/commit/a62b8779ff7261cdd6aa7bf72fb6407cc7e3fd21))
2820
+
2821
+ ## 4.42.0 (2024-05-06)
2822
+
2823
+ Full Changelog: [v4.41.1...v4.42.0](https://github.com/openai/openai-node/compare/v4.41.1...v4.42.0)
2824
+
2825
+ ### Features
2826
+
2827
+ * **api:** add usage metadata when streaming ([#829](https://github.com/openai/openai-node/issues/829)) ([6707f11](https://github.com/openai/openai-node/commit/6707f119a191ad98d634ad208be852f9f39c6c0e))
2828
+
2829
+
2830
+ ### Bug Fixes
2831
+
2832
+ * **example:** fix fine tuning example ([#827](https://github.com/openai/openai-node/issues/827)) ([6480a50](https://github.com/openai/openai-node/commit/6480a506c096a2664bd2ad296481e51017ff4185))
2833
+
2834
+ ## 4.41.1 (2024-05-06)
2835
+
2836
+ Full Changelog: [v4.41.0...v4.41.1](https://github.com/openai/openai-node/compare/v4.41.0...v4.41.1)
2837
+
2838
+ ### Bug Fixes
2839
+
2840
+ * **azure:** update build script ([#825](https://github.com/openai/openai-node/issues/825)) ([8afc6e7](https://github.com/openai/openai-node/commit/8afc6e7b49507b3be0228e93913d51b4c3211add))
2841
+
2842
+ ## 4.41.0 (2024-05-05)
2843
+
2844
+ Full Changelog: [v4.40.2...v4.41.0](https://github.com/openai/openai-node/compare/v4.40.2...v4.41.0)
2845
+
2846
+ ### Features
2847
+
2848
+ * **client:** add Azure client ([#822](https://github.com/openai/openai-node/issues/822)) ([92f9049](https://github.com/openai/openai-node/commit/92f90499f0bbee79ba9c8342c8d58dbcaf88bdd1))
2849
+
2850
+ ## 4.40.2 (2024-05-03)
2851
+
2852
+ Full Changelog: [v4.40.1...v4.40.2](https://github.com/openai/openai-node/compare/v4.40.1...v4.40.2)
2853
+
2854
+ ### Bug Fixes
2855
+
2856
+ * **package:** revert recent client file change ([#819](https://github.com/openai/openai-node/issues/819)) ([fa722c9](https://github.com/openai/openai-node/commit/fa722c97859e55a0e766332c3a2f0cb3673128a2))
2857
+ * **vectorStores:** correct uploadAndPoll method ([#817](https://github.com/openai/openai-node/issues/817)) ([d63f22c](https://github.com/openai/openai-node/commit/d63f22c303761710e6eac7ef883c45e34d223df1))
2858
+
2859
+ ## 4.40.1 (2024-05-02)
2860
+
2861
+ Full Changelog: [v4.40.0...v4.40.1](https://github.com/openai/openai-node/compare/v4.40.0...v4.40.1)
2862
+
2863
+ ### Chores
2864
+
2865
+ * **internal:** bump prism version ([#813](https://github.com/openai/openai-node/issues/813)) ([81a6c28](https://github.com/openai/openai-node/commit/81a6c28c4773a0245ce9c505fc5b98d43df21beb))
2866
+ * **internal:** move client class to separate file ([#815](https://github.com/openai/openai-node/issues/815)) ([d0b915a](https://github.com/openai/openai-node/commit/d0b915a7514eda5b23d7d1e4420d1d1485ed8d0f))
2867
+
2868
+ ## 4.40.0 (2024-05-01)
2869
+
2870
+ Full Changelog: [v4.39.1...v4.40.0](https://github.com/openai/openai-node/compare/v4.39.1...v4.40.0)
2871
+
2872
+ ### Features
2873
+
2874
+ * **api:** delete messages ([#811](https://github.com/openai/openai-node/issues/811)) ([9e37dbd](https://github.com/openai/openai-node/commit/9e37dbd554e4ca48fda1577b1aad612e9d30534d))
2875
+
2876
+ ## 4.39.1 (2024-04-30)
2877
+
2878
+ Full Changelog: [v4.39.0...v4.39.1](https://github.com/openai/openai-node/compare/v4.39.0...v4.39.1)
2879
+
2880
+ ### Chores
2881
+
2882
+ * **internal:** add link to openapi spec ([#810](https://github.com/openai/openai-node/issues/810)) ([61b5b83](https://github.com/openai/openai-node/commit/61b5b83e82dd723e9584232f3b805ed13e58e13d))
2883
+ * **internal:** fix release please for deno ([#808](https://github.com/openai/openai-node/issues/808)) ([ecc2eae](https://github.com/openai/openai-node/commit/ecc2eaec602eb9fe518f011920d8500e01fde01b))
2884
+ * **internal:** refactor scripts ([#806](https://github.com/openai/openai-node/issues/806)) ([9283519](https://github.com/openai/openai-node/commit/928351928054feb56f8797587c70f74d06c2737c))
2885
+
2886
+ ## 4.39.0 (2024-04-29)
2887
+
2888
+ Full Changelog: [v4.38.5...v4.39.0](https://github.com/openai/openai-node/compare/v4.38.5...v4.39.0)
2889
+
2890
+ ### Features
2891
+
2892
+ * **api:** add required tool_choice ([#803](https://github.com/openai/openai-node/issues/803)) ([99693e6](https://github.com/openai/openai-node/commit/99693e61debc67327a45dffb2c10c113341bffd6))
2893
+
2894
+
2895
+ ### Chores
2896
+
2897
+ * **internal:** add scripts/test and scripts/mock ([#801](https://github.com/openai/openai-node/issues/801)) ([6656105](https://github.com/openai/openai-node/commit/6656105fa1346a91d17e2b7a5e075f3091310c2f))
2898
+
2899
+ ## 4.38.5 (2024-04-24)
2900
+
2901
+ Full Changelog: [v4.38.4...v4.38.5](https://github.com/openai/openai-node/compare/v4.38.4...v4.38.5)
2902
+
2903
+ ### Chores
2904
+
2905
+ * **internal:** use actions/checkout@v4 for codeflow ([#799](https://github.com/openai/openai-node/issues/799)) ([5ab7780](https://github.com/openai/openai-node/commit/5ab7780ea8889818f403a9a89ab19585a7e8972e))
2906
+
2907
+ ## 4.38.4 (2024-04-24)
2908
+
2909
+ Full Changelog: [v4.38.3...v4.38.4](https://github.com/openai/openai-node/compare/v4.38.3...v4.38.4)
2910
+
2911
+ ### Bug Fixes
2912
+
2913
+ * **api:** change timestamps to unix integers ([#798](https://github.com/openai/openai-node/issues/798)) ([7271a6c](https://github.com/openai/openai-node/commit/7271a6cdc7d37151d2cae18fdd20b87d97624a84))
2914
+ * **docs:** doc improvements ([#796](https://github.com/openai/openai-node/issues/796)) ([49fcc86](https://github.com/openai/openai-node/commit/49fcc86b44958795a6f5e0901f369653dfbcc637))
2915
+
2916
+ ## 4.38.3 (2024-04-22)
2917
+
2918
+ Full Changelog: [v4.38.2...v4.38.3](https://github.com/openai/openai-node/compare/v4.38.2...v4.38.3)
2919
+
2920
+ ### Chores
2921
+
2922
+ * **internal:** use @swc/jest for running tests ([#793](https://github.com/openai/openai-node/issues/793)) ([8947f19](https://github.com/openai/openai-node/commit/8947f195b2dfab7ceebe1e0bb5c886e229cd541f))
2923
+
2924
+ ## 4.38.2 (2024-04-19)
2925
+
2926
+ Full Changelog: [v4.38.1...v4.38.2](https://github.com/openai/openai-node/compare/v4.38.1...v4.38.2)
2927
+
2928
+ ### Bug Fixes
2929
+
2930
+ * **api:** correct types for message attachment tools ([#787](https://github.com/openai/openai-node/issues/787)) ([8626884](https://github.com/openai/openai-node/commit/8626884abd2494aa081db9e50a2f268b6cebc5df))
2931
+
2932
+ ## 4.38.1 (2024-04-18)
2933
+
2934
+ Full Changelog: [v4.38.0...v4.38.1](https://github.com/openai/openai-node/compare/v4.38.0...v4.38.1)
2935
+
2936
+ ### Bug Fixes
2937
+
2938
+ * **api:** correct types for attachments ([#783](https://github.com/openai/openai-node/issues/783)) ([6893631](https://github.com/openai/openai-node/commit/6893631334f75e232ba130f5dd67f1230b1e5fa0))
2939
+
2940
+ ## 4.38.0 (2024-04-18)
2941
+
2942
+ Full Changelog: [v4.37.1...v4.38.0](https://github.com/openai/openai-node/compare/v4.37.1...v4.38.0)
2943
+
2944
+ ### Features
2945
+
2946
+ * **api:** batch list endpoint ([#781](https://github.com/openai/openai-node/issues/781)) ([d226759](https://github.com/openai/openai-node/commit/d226759164fbed33198d8bdc315c98e1052dade8))
2947
+
2948
+ ## 4.37.1 (2024-04-17)
2949
+
2950
+ Full Changelog: [v4.37.0...v4.37.1](https://github.com/openai/openai-node/compare/v4.37.0...v4.37.1)
2951
+
2952
+ ### Chores
2953
+
2954
+ * **api:** docs and response_format response property ([#778](https://github.com/openai/openai-node/issues/778)) ([78f5c35](https://github.com/openai/openai-node/commit/78f5c3568d95d8e854c04049dc7d5643aa49e93f))
2955
+
2956
+ ## 4.37.0 (2024-04-17)
2957
+
2958
+ Full Changelog: [v4.36.0...v4.37.0](https://github.com/openai/openai-node/compare/v4.36.0...v4.37.0)
2959
+
2960
+ ### Features
2961
+
2962
+ * **api:** add vector stores ([#776](https://github.com/openai/openai-node/issues/776)) ([8bb929b](https://github.com/openai/openai-node/commit/8bb929b2ee91c1bec0a00347bf4f7628652d1be3))
2963
+
2964
+ ## 4.36.0 (2024-04-16)
2965
+
2966
+ Full Changelog: [v4.35.0...v4.36.0](https://github.com/openai/openai-node/compare/v4.35.0...v4.36.0)
2967
+
2968
+ ### Features
2969
+
2970
+ * **client:** add header OpenAI-Project ([#772](https://github.com/openai/openai-node/issues/772)) ([bb4df37](https://github.com/openai/openai-node/commit/bb4df3722082fb44b7d4feb7a47df796149150a2))
2971
+ * extract chat models to a named enum ([#775](https://github.com/openai/openai-node/issues/775)) ([141d2ed](https://github.com/openai/openai-node/commit/141d2ed308141dc751869353208e4d0632d3650c))
2972
+
2973
+
2974
+ ### Build System
2975
+
2976
+ * configure UTF-8 locale in devcontainer ([#774](https://github.com/openai/openai-node/issues/774)) ([bebf4f0](https://github.com/openai/openai-node/commit/bebf4f0ca1f884f8747caff0f0e065aafffde096))
2977
+
2978
+ ## 4.35.0 (2024-04-15)
2979
+
2980
+ Full Changelog: [v4.34.0...v4.35.0](https://github.com/openai/openai-node/compare/v4.34.0...v4.35.0)
2981
+
2982
+ ### Features
2983
+
2984
+ * **errors:** add request_id property ([#769](https://github.com/openai/openai-node/issues/769)) ([43aa6a1](https://github.com/openai/openai-node/commit/43aa6a19cfb1448903dfaddc4da3def2eda9cbab))
2985
+
2986
+ ## 4.34.0 (2024-04-15)
2987
+
2988
+ Full Changelog: [v4.33.1...v4.34.0](https://github.com/openai/openai-node/compare/v4.33.1...v4.34.0)
2989
+
2990
+ ### Features
2991
+
2992
+ * **api:** add batch API ([#768](https://github.com/openai/openai-node/issues/768)) ([7fe34f2](https://github.com/openai/openai-node/commit/7fe34f2d0bda9c1cb116a593f02bd0cc15a52e12))
2993
+ * **api:** updates ([#766](https://github.com/openai/openai-node/issues/766)) ([52bcc47](https://github.com/openai/openai-node/commit/52bcc47043e4c3ffe15ae9e7ac0fa87e2493aad9))
2994
+
2995
+ ## 4.33.1 (2024-04-12)
2996
+
2997
+ Full Changelog: [v4.33.0...v4.33.1](https://github.com/openai/openai-node/compare/v4.33.0...v4.33.1)
2998
+
2999
+ ### Chores
3000
+
3001
+ * **internal:** formatting ([#763](https://github.com/openai/openai-node/issues/763)) ([b6acf54](https://github.com/openai/openai-node/commit/b6acf54baab7e6cbf6ce3ad1d6c70197cc0181d0))
3002
+ * **internal:** improve ecosystem tests ([#761](https://github.com/openai/openai-node/issues/761)) ([fcf748d](https://github.com/openai/openai-node/commit/fcf748dbbd23f972ff9fd81a8b2a35232a2d6e5c))
3003
+
3004
+ ## 4.33.0 (2024-04-05)
3005
+
3006
+ Full Changelog: [v4.32.2...v4.33.0](https://github.com/openai/openai-node/compare/v4.32.2...v4.33.0)
3007
+
3008
+ ### Features
3009
+
3010
+ * **api:** add additional messages when creating thread run ([#759](https://github.com/openai/openai-node/issues/759)) ([f1fdb41](https://github.com/openai/openai-node/commit/f1fdb410e087f9b94faeda0558de573ec1118601))
3011
+
3012
+ ## 4.32.2 (2024-04-04)
3013
+
3014
+ Full Changelog: [v4.32.1...v4.32.2](https://github.com/openai/openai-node/compare/v4.32.1...v4.32.2)
3015
+
3016
+ ### Bug Fixes
3017
+
3018
+ * **streaming:** handle special line characters and fix multi-byte character decoding ([#757](https://github.com/openai/openai-node/issues/757)) ([8dcdda2](https://github.com/openai/openai-node/commit/8dcdda2b0d1d86486eea5fd47d24a8d26fde4c19))
3019
+ * **tests:** update wrangler to v3.19.0 (CVE-2023-7080) ([#755](https://github.com/openai/openai-node/issues/755)) ([47ca41d](https://github.com/openai/openai-node/commit/47ca41da9a739b2e04b721cb1fe843e5dd152465))
3020
+
3021
+
3022
+ ### Chores
3023
+
3024
+ * **tests:** bump ecosystem tests dependencies ([#753](https://github.com/openai/openai-node/issues/753)) ([3f86ea2](https://github.com/openai/openai-node/commit/3f86ea2205c90e05bcbe582491a4bed01075a5b1))
3025
+
3026
+ ## 4.32.1 (2024-04-02)
3027
+
3028
+ Full Changelog: [v4.32.0...v4.32.1](https://github.com/openai/openai-node/compare/v4.32.0...v4.32.1)
3029
+
3030
+ ### Chores
3031
+
3032
+ * **deps:** bump yarn to v1.22.22 ([#751](https://github.com/openai/openai-node/issues/751)) ([5b41d10](https://github.com/openai/openai-node/commit/5b41d1077f219b8feb7557cfab98caf7b5de560d))
3033
+
3034
+ ## 4.32.0 (2024-04-01)
3035
+
3036
+ Full Changelog: [v4.31.0...v4.32.0](https://github.com/openai/openai-node/compare/v4.31.0...v4.32.0)
3037
+
3038
+ ### Features
3039
+
3040
+ * **api:** add support for filtering messages by run_id ([#747](https://github.com/openai/openai-node/issues/747)) ([9a397ac](https://github.com/openai/openai-node/commit/9a397acffa9f10c3f48e86e3bdb3851770f87b42))
3041
+ * **api:** run polling helpers ([#749](https://github.com/openai/openai-node/issues/749)) ([02920ae](https://github.com/openai/openai-node/commit/02920ae082480fc7a7ffe9fa583d053a40dc7120))
3042
+
3043
+
3044
+ ### Chores
3045
+
3046
+ * **deps:** remove unused dependency digest-fetch ([#748](https://github.com/openai/openai-node/issues/748)) ([5376837](https://github.com/openai/openai-node/commit/537683734d39dd956a7dcef4339c1167ce6fe13c))
3047
+
3048
+
3049
+ ### Documentation
3050
+
3051
+ * **readme:** change undocumented params wording ([#744](https://github.com/openai/openai-node/issues/744)) ([8796691](https://github.com/openai/openai-node/commit/87966911045275db86844dfdcde59653edaef264))
3052
+
3053
+
3054
+ ### Refactors
3055
+
3056
+ * rename createAndStream to stream ([02920ae](https://github.com/openai/openai-node/commit/02920ae082480fc7a7ffe9fa583d053a40dc7120))
3057
+
3058
+ ## 4.31.0 (2024-03-30)
3059
+
3060
+ Full Changelog: [v4.30.0...v4.31.0](https://github.com/openai/openai-node/compare/v4.30.0...v4.31.0)
3061
+
3062
+ ### Features
3063
+
3064
+ * **api:** adding temperature parameter ([#742](https://github.com/openai/openai-node/issues/742)) ([b173b05](https://github.com/openai/openai-node/commit/b173b05eb52266d8f2c835ec4ed71cba8cdc609b))
3065
+
3066
+
3067
+ ### Bug Fixes
3068
+
3069
+ * **streaming:** trigger all event handlers with fromReadableStream ([#741](https://github.com/openai/openai-node/issues/741)) ([7b1e593](https://github.com/openai/openai-node/commit/7b1e5937d97b309ed51928b4388dcde74abda8dc))
3070
+
3071
+ ## 4.30.0 (2024-03-28)
3072
+
3073
+ Full Changelog: [v4.29.2...v4.30.0](https://github.com/openai/openai-node/compare/v4.29.2...v4.30.0)
3074
+
3075
+ ### Features
3076
+
3077
+ * assistant fromReadableStream ([#738](https://github.com/openai/openai-node/issues/738)) ([8f4ba18](https://github.com/openai/openai-node/commit/8f4ba18268797d6c54c393d701b13c7ff2aa71bc))
3078
+
3079
+
3080
+ ### Bug Fixes
3081
+
3082
+ * **client:** correctly send deno version header ([#736](https://github.com/openai/openai-node/issues/736)) ([b7ea175](https://github.com/openai/openai-node/commit/b7ea175b2854909de77b920dd25613f1d2daefd6))
3083
+ * **example:** correcting example ([#739](https://github.com/openai/openai-node/issues/739)) ([a819551](https://github.com/openai/openai-node/commit/a81955175da24e196490a38850bbf6f9b6779ea8))
3084
+ * handle process.env being undefined in debug func ([#733](https://github.com/openai/openai-node/issues/733)) ([2baa149](https://github.com/openai/openai-node/commit/2baa1491f7834f779ca49c3027d2344ead412dd2))
3085
+ * **internal:** make toFile use input file's options ([#727](https://github.com/openai/openai-node/issues/727)) ([15880d7](https://github.com/openai/openai-node/commit/15880d77b6c1cf58a6b9cfdbf7ae4442cdbddbd6))
3086
+
3087
+
3088
+ ### Chores
3089
+
3090
+ * **internal:** add type ([#737](https://github.com/openai/openai-node/issues/737)) ([18c1989](https://github.com/openai/openai-node/commit/18c19891f783019517d7961fe03c4d98de0fcf93))
3091
+
3092
+
3093
+ ### Documentation
3094
+
3095
+ * **readme:** consistent use of sentence case in headings ([#729](https://github.com/openai/openai-node/issues/729)) ([7e515fd](https://github.com/openai/openai-node/commit/7e515fde433ebfb7871d75d53915eef05a08a916))
3096
+ * **readme:** document how to make undocumented requests ([#730](https://github.com/openai/openai-node/issues/730)) ([a06d861](https://github.com/openai/openai-node/commit/a06d861a015eeee411fa2c6ed9bf3000313cfc03))
3097
+
3098
+ ## 4.29.2 (2024-03-19)
3099
+
3100
+ Full Changelog: [v4.29.1...v4.29.2](https://github.com/openai/openai-node/compare/v4.29.1...v4.29.2)
3101
+
3102
+ ### Chores
3103
+
3104
+ * **internal:** update generated pragma comment ([#724](https://github.com/openai/openai-node/issues/724)) ([139e205](https://github.com/openai/openai-node/commit/139e205ed1ed30cb1df982d852a093dcea945aba))
3105
+
3106
+
3107
+ ### Documentation
3108
+
3109
+ * assistant improvements ([#725](https://github.com/openai/openai-node/issues/725)) ([6a2c41b](https://github.com/openai/openai-node/commit/6a2c41b0ce833eba0cdea6a7d221697f3be26abb))
3110
+ * fix typo in CONTRIBUTING.md ([#722](https://github.com/openai/openai-node/issues/722)) ([05ff8f7](https://github.com/openai/openai-node/commit/05ff8f7671fe6ce5d9517034f76a166a0bd27803))
3111
+
3112
+ ## 4.29.1 (2024-03-15)
3113
+
3114
+ Full Changelog: [v4.29.0...v4.29.1](https://github.com/openai/openai-node/compare/v4.29.0...v4.29.1)
3115
+
3116
+ ### Documentation
3117
+
3118
+ * **readme:** assistant streaming ([#719](https://github.com/openai/openai-node/issues/719)) ([bc9a1ca](https://github.com/openai/openai-node/commit/bc9a1ca308020a88c29d409edc06cdfca8cbf8f5))
3119
+
3120
+ ## 4.29.0 (2024-03-13)
3121
+
3122
+ Full Changelog: [v4.28.5...v4.29.0](https://github.com/openai/openai-node/compare/v4.28.5...v4.29.0)
3123
+
3124
+ ### Features
3125
+
3126
+ * **assistants:** add support for streaming ([#714](https://github.com/openai/openai-node/issues/714)) ([7d27d28](https://github.com/openai/openai-node/commit/7d27d286876d0a575d91a4752f401126fe93d2a3))
3127
+
3128
+ ## 4.28.5 (2024-03-13)
3129
+
3130
+ Full Changelog: [v4.28.4...v4.28.5](https://github.com/openai/openai-node/compare/v4.28.4...v4.28.5)
3131
+
3132
+ ### Bug Fixes
3133
+
3134
+ * **ChatCompletionStream:** abort on async iterator break and handle errors ([#699](https://github.com/openai/openai-node/issues/699)) ([ac417a2](https://github.com/openai/openai-node/commit/ac417a2db31919d2b52f2eb2e38f9c67a8f73254))
3135
+ * **streaming:** correctly handle trailing new lines in byte chunks ([#708](https://github.com/openai/openai-node/issues/708)) ([4753be2](https://github.com/openai/openai-node/commit/4753be272b1d1dade7a769cf350b829fc639f36e))
3136
+
3137
+
3138
+ ### Chores
3139
+
3140
+ * **api:** update docs ([#703](https://github.com/openai/openai-node/issues/703)) ([e1db98b](https://github.com/openai/openai-node/commit/e1db98bef29d200e2e401e3f5d7b2db6839c7836))
3141
+ * **docs:** mention install from git repo ([#700](https://github.com/openai/openai-node/issues/700)) ([c081bdb](https://github.com/openai/openai-node/commit/c081bdbb55585e63370496d324dc6f94d86424d1))
3142
+ * fix error handler in readme ([#704](https://github.com/openai/openai-node/issues/704)) ([4ff790a](https://github.com/openai/openai-node/commit/4ff790a67cf876191e04ad0e369e447e080b78a7))
3143
+ * **internal:** add explicit type annotation to decoder ([#712](https://github.com/openai/openai-node/issues/712)) ([d728e99](https://github.com/openai/openai-node/commit/d728e9923554e4c72c9efa3bd528561400d50ad8))
3144
+ * **types:** fix accidental exposure of Buffer type to cloudflare ([#709](https://github.com/openai/openai-node/issues/709)) ([0323ecb](https://github.com/openai/openai-node/commit/0323ecb98ddbd8910fc5719c8bab5175b945d2ab))
3145
+
3146
+
3147
+ ### Documentation
3148
+
3149
+ * **contributing:** improve wording ([#696](https://github.com/openai/openai-node/issues/696)) ([940d569](https://github.com/openai/openai-node/commit/940d5695f4cacddbb58e3bfc50fec28c468c7e63))
3150
+ * **readme:** fix https proxy example ([#705](https://github.com/openai/openai-node/issues/705)) ([d144789](https://github.com/openai/openai-node/commit/d1447890a556d37928b628f6449bb80de224d207))
3151
+ * **readme:** fix typo in custom fetch implementation ([#698](https://github.com/openai/openai-node/issues/698)) ([64041fd](https://github.com/openai/openai-node/commit/64041fd33da569eccae64afe4e50ee803017b20b))
3152
+ * remove extraneous --save and yarn install instructions ([#710](https://github.com/openai/openai-node/issues/710)) ([8ec216d](https://github.com/openai/openai-node/commit/8ec216d6b72ee4d67e26786f06c93af18d042117))
3153
+ * use [@deprecated](https://github.com/deprecated) decorator for deprecated params ([#711](https://github.com/openai/openai-node/issues/711)) ([4688ef4](https://github.com/openai/openai-node/commit/4688ef4b36e9f383a3abf6cdb31d498163a7bb9e))
3154
+
3155
+ ## 4.28.4 (2024-02-28)
3156
+
3157
+ Full Changelog: [v4.28.3...v4.28.4](https://github.com/openai/openai-node/compare/v4.28.3...v4.28.4)
3158
+
3159
+ ### Features
3160
+
3161
+ * **api:** add wav and pcm to response_format ([#691](https://github.com/openai/openai-node/issues/691)) ([b1c6171](https://github.com/openai/openai-node/commit/b1c61711961a62a4d7b47909a68ecd65231a66af))
3162
+
3163
+
3164
+ ### Chores
3165
+
3166
+ * **ci:** update actions/setup-node action to v4 ([#685](https://github.com/openai/openai-node/issues/685)) ([f2704d5](https://github.com/openai/openai-node/commit/f2704d5f1580c0f1d31584ef88702cde8f6804d4))
3167
+ * **internal:** fix ecosystem tests ([#693](https://github.com/openai/openai-node/issues/693)) ([616624d](https://github.com/openai/openai-node/commit/616624d3d9fd10ce254ce0d435b2b73ed11679f2))
3168
+ * **types:** extract run status to a named type ([#686](https://github.com/openai/openai-node/issues/686)) ([b3b3b8e](https://github.com/openai/openai-node/commit/b3b3b8ea20e0f311d3bd53dfd22ccc04f5dce5f7))
3169
+ * update @types/react to 18.2.58, @types/react-dom to 18.2.19 ([#688](https://github.com/openai/openai-node/issues/688)) ([2a0d0b1](https://github.com/openai/openai-node/commit/2a0d0b1cb197eef25e42bbba88ee90c37d623f24))
3170
+ * update dependency @types/node to v20.11.20 ([#690](https://github.com/openai/openai-node/issues/690)) ([4ca005b](https://github.com/openai/openai-node/commit/4ca005be082d6c50fe95da6148896b62080bfe07))
3171
+ * update dependency @types/ws to v8.5.10 ([#683](https://github.com/openai/openai-node/issues/683)) ([a617268](https://github.com/openai/openai-node/commit/a6172683a3390422984ad282ac4940781493e772))
3172
+ * update dependency next to v13.5.6 ([#689](https://github.com/openai/openai-node/issues/689)) ([abb3b66](https://github.com/openai/openai-node/commit/abb3b6674b8f9f8ff9c2cc61629a31883ae4d8c8))
3173
+
3174
+ ## 4.28.3 (2024-02-20)
3175
+
3176
+ Full Changelog: [v4.28.2...v4.28.3](https://github.com/openai/openai-node/compare/v4.28.2...v4.28.3)
3177
+
3178
+ ### Bug Fixes
3179
+
3180
+ * **ci:** revert "move github release logic to github app" ([#680](https://github.com/openai/openai-node/issues/680)) ([8b4009a](https://github.com/openai/openai-node/commit/8b4009af05a2e0824f99d3cf8cd9063f234ae470))
3181
+
3182
+ ## 4.28.2 (2024-02-19)
3183
+
3184
+ Full Changelog: [v4.28.1...v4.28.2](https://github.com/openai/openai-node/compare/v4.28.1...v4.28.2)
3185
+
3186
+ ### Bug Fixes
3187
+
3188
+ * **api:** remove non-GA instance_id param ([#677](https://github.com/openai/openai-node/issues/677)) ([4d0d4da](https://github.com/openai/openai-node/commit/4d0d4daf3bfca0089c5258a136542513e6b372e6))
3189
+
3190
+ ## 4.28.1 (2024-02-19)
3191
+
3192
+ Full Changelog: [v4.28.0...v4.28.1](https://github.com/openai/openai-node/compare/v4.28.0...v4.28.1)
3193
+
3194
+ ### Chores
3195
+
3196
+ * **ci:** move github release logic to github app ([#671](https://github.com/openai/openai-node/issues/671)) ([ecca6bc](https://github.com/openai/openai-node/commit/ecca6bc2eea391ee53f1a1d6cac9665199447ae0))
3197
+ * **internal:** refactor release environment script ([#674](https://github.com/openai/openai-node/issues/674)) ([27d3770](https://github.com/openai/openai-node/commit/27d37705d17e05c3761ccefcf09c4e2018eb5772))
3198
+
3199
+ ## 4.28.0 (2024-02-13)
3200
+
3201
+ Full Changelog: [v4.27.1...v4.28.0](https://github.com/openai/openai-node/compare/v4.27.1...v4.28.0)
3202
+
3203
+ ### Features
3204
+
3205
+ * **api:** updates ([#669](https://github.com/openai/openai-node/issues/669)) ([e1900f9](https://github.com/openai/openai-node/commit/e1900f97ee3f4758d47a7eb4659e30abe3750c99))
3206
+
3207
+ ## 4.27.1 (2024-02-12)
3208
+
3209
+ Full Changelog: [v4.27.0...v4.27.1](https://github.com/openai/openai-node/compare/v4.27.0...v4.27.1)
3210
+
3211
+ ## 4.27.0 (2024-02-08)
3212
+
3213
+ Full Changelog: [v4.26.1...v4.27.0](https://github.com/openai/openai-node/compare/v4.26.1...v4.27.0)
3214
+
3215
+ ### Features
3216
+
3217
+ * **api:** add `timestamp_granularities`, add `gpt-3.5-turbo-0125` model ([#661](https://github.com/openai/openai-node/issues/661)) ([5016806](https://github.com/openai/openai-node/commit/50168066862f66b529bae29f4564741300303246))
3218
+
3219
+
3220
+ ### Chores
3221
+
3222
+ * **internal:** fix retry mechanism for ecosystem-test ([#663](https://github.com/openai/openai-node/issues/663)) ([0eb7ed5](https://github.com/openai/openai-node/commit/0eb7ed5ca3f7c7b29c316fc7d725d834cee73989))
3223
+ * respect `application/vnd.api+json` content-type header ([#664](https://github.com/openai/openai-node/issues/664)) ([f4fad54](https://github.com/openai/openai-node/commit/f4fad549c5c366d8dd8b936b7699639b895e82a1))
3224
+
3225
+ ## 4.26.1 (2024-02-05)
3226
+
3227
+ Full Changelog: [v4.26.0...v4.26.1](https://github.com/openai/openai-node/compare/v4.26.0...v4.26.1)
3228
+
3229
+ ### Chores
3230
+
3231
+ * **internal:** enable building when git installed ([#657](https://github.com/openai/openai-node/issues/657)) ([8c80a7d](https://github.com/openai/openai-node/commit/8c80a7d6d36155901a19d1f9cd1fec17b89e261e))
3232
+ * **internal:** re-order pagination import ([#656](https://github.com/openai/openai-node/issues/656)) ([21ae54e](https://github.com/openai/openai-node/commit/21ae54ea2cc2779e440909782a6ac8b70f88ec1f))
3233
+ * **internal:** support pre-release versioning ([#653](https://github.com/openai/openai-node/issues/653)) ([0c3859f](https://github.com/openai/openai-node/commit/0c3859f88164ae3eb6ec8c29e8889a50861cb35b))
3234
+ * **test:** add delay between ecosystem tests retry ([#651](https://github.com/openai/openai-node/issues/651)) ([6a4cc5c](https://github.com/openai/openai-node/commit/6a4cc5cea36ae408c8c1eb2ea0ea02f96ffb77b7))
3235
+
3236
+
3237
+ ### Documentation
3238
+
3239
+ * add a CONTRIBUTING.md ([#659](https://github.com/openai/openai-node/issues/659)) ([8ea58b0](https://github.com/openai/openai-node/commit/8ea58b0b9e7382a3b3af852a9a3a288a485ad33a))
3240
+
3241
+ ## 4.26.0 (2024-01-25)
3242
+
3243
+ Full Changelog: [v4.25.0...v4.26.0](https://github.com/openai/openai-node/compare/v4.25.0...v4.26.0)
3244
+
3245
+ ### Features
3246
+
3247
+ * **api:** add text embeddings dimensions param ([#650](https://github.com/openai/openai-node/issues/650)) ([1b5a977](https://github.com/openai/openai-node/commit/1b5a977d0eef7f5cf97daf27333cbbeb6bb479f3))
3248
+
3249
+
3250
+ ### Chores
3251
+
3252
+ * **internal:** add internal helpers & improve build scripts ([#643](https://github.com/openai/openai-node/issues/643)) ([9392f50](https://github.com/openai/openai-node/commit/9392f50e47f26b16632c9eb12187ea7f8a565e09))
3253
+ * **internal:** adjust ecosystem-tests logging in CI ([#646](https://github.com/openai/openai-node/issues/646)) ([156084b](https://github.com/openai/openai-node/commit/156084b8734194a5856612378115b948c82ec6e4))
3254
+ * **internal:** don't re-export streaming type ([#648](https://github.com/openai/openai-node/issues/648)) ([4c4be94](https://github.com/openai/openai-node/commit/4c4be945fa3f54036183e2d0877060db47ea564b))
3255
+ * **internal:** fix binary files ([#645](https://github.com/openai/openai-node/issues/645)) ([e1fbc39](https://github.com/openai/openai-node/commit/e1fbc396f4d1dd8ba980c25ba03b670dfed887a0))
3256
+ * **internal:** minor streaming updates ([#647](https://github.com/openai/openai-node/issues/647)) ([2f073e4](https://github.com/openai/openai-node/commit/2f073e4e6c9cd0ff3ad434907da710704765a005))
3257
+ * **internal:** pin deno version ([#649](https://github.com/openai/openai-node/issues/649)) ([7e4b903](https://github.com/openai/openai-node/commit/7e4b9039320e4ccbafb45f57dce273bedc9b7cb3))
3258
+
3259
+ ## 4.25.0 (2024-01-21)
3260
+
3261
+ Full Changelog: [v4.24.7...v4.25.0](https://github.com/openai/openai-node/compare/v4.24.7...v4.25.0)
3262
+
3263
+ ### Features
3264
+
3265
+ * **api:** add usage to runs and run steps ([#640](https://github.com/openai/openai-node/issues/640)) ([3caa416](https://github.com/openai/openai-node/commit/3caa4166b8abb5bffb4c8be1495834b7f16af32d))
3266
+
3267
+
3268
+ ### Bug Fixes
3269
+
3270
+ * allow body type in RequestOptions to be null ([#637](https://github.com/openai/openai-node/issues/637)) ([c4f8a36](https://github.com/openai/openai-node/commit/c4f8a3698dc1d80439131c5097975d6a5db1b4e2))
3271
+ * handle system_fingerprint in streaming helpers ([#636](https://github.com/openai/openai-node/issues/636)) ([f273530](https://github.com/openai/openai-node/commit/f273530ac491300842aef463852821a1a27805fb))
3272
+ * **types:** accept undefined for optional client options ([#635](https://github.com/openai/openai-node/issues/635)) ([e48cd57](https://github.com/openai/openai-node/commit/e48cd57931cd0e81a77b55653cb1f663111dd733))
3273
+
3274
+
3275
+ ### Chores
3276
+
3277
+ * **internal:** debug logging for retries; speculative retry-after-ms support ([#633](https://github.com/openai/openai-node/issues/633)) ([fd64971](https://github.com/openai/openai-node/commit/fd64971612d1d7fcbd8a63885d333485bff68ab1))
3278
+ * **internal:** update comment ([#631](https://github.com/openai/openai-node/issues/631)) ([e109d40](https://github.com/openai/openai-node/commit/e109d40a5c02c5bf4586e54d92bf0e355d254c1b))
3279
+
3280
+ ## 4.24.7 (2024-01-13)
3281
+
3282
+ Full Changelog: [v4.24.6...v4.24.7](https://github.com/openai/openai-node/compare/v4.24.6...v4.24.7)
3283
+
3284
+ ### Chores
3285
+
3286
+ * **ecosystem-tests:** fix flaky vercel-edge, cloudflare-worker, and deno tests ([#626](https://github.com/openai/openai-node/issues/626)) ([ae412a5](https://github.com/openai/openai-node/commit/ae412a5f12e701e07e71bd9791c55a56858e8383))
3287
+ * **ecosystem-tests:** fix typo in deno test ([#628](https://github.com/openai/openai-node/issues/628)) ([048ec94](https://github.com/openai/openai-node/commit/048ec943f8d12acba9829c35ebf0b2d3f24930c8))
3288
+
3289
+ ## 4.24.6 (2024-01-12)
3290
+
3291
+ Full Changelog: [v4.24.5...v4.24.6](https://github.com/openai/openai-node/compare/v4.24.5...v4.24.6)
3292
+
3293
+ ### Chores
3294
+
3295
+ * **ecosystem-tests:** fix flaky tests and remove fine tuning calls ([#623](https://github.com/openai/openai-node/issues/623)) ([258d79f](https://github.com/openai/openai-node/commit/258d79f52bb31f4f3723f6f4b97ebe8f3fa187bd))
3296
+ * **ecosystem-tests:** fix flaky tests and remove fine tuning calls ([#625](https://github.com/openai/openai-node/issues/625)) ([58e5fd8](https://github.com/openai/openai-node/commit/58e5fd8f27052be6ac9587256b161f4bf3a3805f))
3297
+
3298
+ ## 4.24.5 (2024-01-12)
3299
+
3300
+ Full Changelog: [v4.24.4...v4.24.5](https://github.com/openai/openai-node/compare/v4.24.4...v4.24.5)
3301
+
3302
+ ### Refactors
3303
+
3304
+ * **api:** remove deprecated endpoints ([#621](https://github.com/openai/openai-node/issues/621)) ([2054d71](https://github.com/openai/openai-node/commit/2054d71e6b0d407229a4c5aecd75e38c336c2c02))
3305
+
3306
+ ## 4.24.4 (2024-01-11)
3307
+
3308
+ Full Changelog: [v4.24.3...v4.24.4](https://github.com/openai/openai-node/compare/v4.24.3...v4.24.4)
3309
+
3310
+ ### Chores
3311
+
3312
+ * **internal:** narrow type into stringifyQuery ([#619](https://github.com/openai/openai-node/issues/619)) ([88fb9cd](https://github.com/openai/openai-node/commit/88fb9cd1bb415850b0b4868944617282d0b92e2a))
3313
+
3314
+ ## 4.24.3 (2024-01-10)
3315
+
3316
+ Full Changelog: [v4.24.2...v4.24.3](https://github.com/openai/openai-node/compare/v4.24.2...v4.24.3)
3317
+
3318
+ ### Bug Fixes
3319
+
3320
+ * use default base url if BASE_URL env var is blank ([#615](https://github.com/openai/openai-node/issues/615)) ([a27ad3d](https://github.com/openai/openai-node/commit/a27ad3d4e06f2202daa169668d0e7d89e87a38a7))
3321
+
3322
+ ## 4.24.2 (2024-01-08)
3323
+
3324
+ Full Changelog: [v4.24.1...v4.24.2](https://github.com/openai/openai-node/compare/v4.24.1...v4.24.2)
3325
+
3326
+ ### Bug Fixes
3327
+
3328
+ * **headers:** always send lowercase headers and strip undefined (BREAKING in rare cases) ([#608](https://github.com/openai/openai-node/issues/608)) ([4ea159f](https://github.com/openai/openai-node/commit/4ea159f0aa9a1f4c365c74ee726714fe692ddf9f))
3329
+
3330
+
3331
+ ### Chores
3332
+
3333
+ * add .keep files for examples and custom code directories ([#612](https://github.com/openai/openai-node/issues/612)) ([5e0f733](https://github.com/openai/openai-node/commit/5e0f733d3cd3c8e6d41659141168cd0708e017a3))
3334
+ * **internal:** bump license ([#605](https://github.com/openai/openai-node/issues/605)) ([045ee74](https://github.com/openai/openai-node/commit/045ee74fd3ffba9e6d1301fe1ffd8bd3c63720a2))
3335
+ * **internal:** improve type signatures ([#609](https://github.com/openai/openai-node/issues/609)) ([e1ccc82](https://github.com/openai/openai-node/commit/e1ccc82e4991262a631dcffa4d09bdc553e50fbb))
3336
+
3337
+
3338
+ ### Documentation
3339
+
3340
+ * fix docstring typos ([#600](https://github.com/openai/openai-node/issues/600)) ([1934fa1](https://github.com/openai/openai-node/commit/1934fa15f654ea89e226457f76febe6015616f6c))
3341
+ * improve audio example to show how to stream to a file ([#598](https://github.com/openai/openai-node/issues/598)) ([e950ad9](https://github.com/openai/openai-node/commit/e950ad969e845d608ed71bd3e3095cd6c941d93d))
3342
+
3343
+ ## 4.24.1 (2023-12-22)
3344
+
3345
+ Full Changelog: [v4.24.0...v4.24.1](https://github.com/openai/openai-node/compare/v4.24.0...v4.24.1)
3346
+
3347
+ ### Bug Fixes
3348
+
3349
+ * **pagination:** correct type annotation object field ([#590](https://github.com/openai/openai-node/issues/590)) ([4066eda](https://github.com/openai/openai-node/commit/4066edad4b5305e82e610f44f4720843f2b69d39))
3350
+
3351
+
3352
+ ### Documentation
3353
+
3354
+ * **messages:** improvements to helpers reference + typos ([#595](https://github.com/openai/openai-node/issues/595)) ([96a59b9](https://github.com/openai/openai-node/commit/96a59b91c424db67b8a5bdb7cab5da68c57282d4))
3355
+ * reformat README.md ([#592](https://github.com/openai/openai-node/issues/592)) ([8ffc7f8](https://github.com/openai/openai-node/commit/8ffc7f876cc8f4b7afaf68a37f94f826ef22a6b8))
3356
+
3357
+
3358
+ ### Refactors
3359
+
3360
+ * write jest config in typescript ([#588](https://github.com/openai/openai-node/issues/588)) ([eb6ceeb](https://github.com/openai/openai-node/commit/eb6ceebf90ba45ec5b803f32b9b080829f6a973a))
3361
+
3362
+ ## 4.24.0 (2023-12-19)
3363
+
3364
+ Full Changelog: [v4.23.0...v4.24.0](https://github.com/openai/openai-node/compare/v4.23.0...v4.24.0)
3365
+
3366
+ ### Features
3367
+
3368
+ * **api:** add additional instructions for runs ([#586](https://github.com/openai/openai-node/issues/586)) ([401d93e](https://github.com/openai/openai-node/commit/401d93ea39fe0e90088799858299322035c0a7e8))
3369
+
3370
+
3371
+ ### Chores
3372
+
3373
+ * **deps:** update dependency start-server-and-test to v2.0.3 ([#580](https://github.com/openai/openai-node/issues/580)) ([8e1aca1](https://github.com/openai/openai-node/commit/8e1aca1f8be6e583483919ed9ef9b04fab076066))
3374
+ * **deps:** update dependency ts-jest to v29.1.1 ([#578](https://github.com/openai/openai-node/issues/578)) ([a6edb7b](https://github.com/openai/openai-node/commit/a6edb7bc3cfc447d0c55ae23cc1c2219105d3666))
3375
+ * **deps:** update jest ([#582](https://github.com/openai/openai-node/issues/582)) ([e49e471](https://github.com/openai/openai-node/commit/e49e471ec7a136f2cbaf82551ccaaea366c87a91))
3376
+ * **internal:** bump deps ([#583](https://github.com/openai/openai-node/issues/583)) ([2e07b4c](https://github.com/openai/openai-node/commit/2e07b4c66ab1fdbb353fdd00994e293f93e981db))
3377
+ * **internal:** update deps ([#581](https://github.com/openai/openai-node/issues/581)) ([7b690dc](https://github.com/openai/openai-node/commit/7b690dca67ee8c3b0a89caf7f786ede5dc612a76))
3378
+
3379
+
3380
+ ### Documentation
3381
+
3382
+ * upgrade models in examples to latest version ([#585](https://github.com/openai/openai-node/issues/585)) ([60101a4](https://github.com/openai/openai-node/commit/60101a4117b1a8223d09fb9fe21d89af32431939))
3383
+
3384
+ ## 4.23.0 (2023-12-17)
3385
+
3386
+ Full Changelog: [v4.22.1...v4.23.0](https://github.com/openai/openai-node/compare/v4.22.1...v4.23.0)
3387
+
3388
+ ### Features
3389
+
3390
+ * **api:** add token logprobs to chat completions ([#576](https://github.com/openai/openai-node/issues/576)) ([8d4292e](https://github.com/openai/openai-node/commit/8d4292e6358920b2c9d8df49c6a154231c468512))
3391
+
3392
+
3393
+ ### Chores
3394
+
3395
+ * **ci:** run release workflow once per day ([#574](https://github.com/openai/openai-node/issues/574)) ([529f09f](https://github.com/openai/openai-node/commit/529f09f827a675d6e851590acff4e6f4f2af2d26))
3396
+
3397
+ ## 4.22.1 (2023-12-15)
3398
+
3399
+ Full Changelog: [v4.22.0...v4.22.1](https://github.com/openai/openai-node/compare/v4.22.0...v4.22.1)
3400
+
3401
+ ### Chores
3402
+
3403
+ * update dependencies ([#572](https://github.com/openai/openai-node/issues/572)) ([a51e620](https://github.com/openai/openai-node/commit/a51e62065224a516b17dd850ae564f5436d8db52))
3404
+
3405
+
3406
+ ### Documentation
3407
+
3408
+ * replace runFunctions with runTools in readme ([#570](https://github.com/openai/openai-node/issues/570)) ([c3b9ad5](https://github.com/openai/openai-node/commit/c3b9ad58e5f74d3339889aeb1d758c8c18f54de7))
3409
+
3410
+ ## 4.22.0 (2023-12-15)
3411
+
3412
+ Full Changelog: [v4.21.0...v4.22.0](https://github.com/openai/openai-node/compare/v4.21.0...v4.22.0)
3413
+
3414
+ ### Features
3415
+
3416
+ * **api:** add optional `name` argument + improve docs ([#569](https://github.com/openai/openai-node/issues/569)) ([3b68ace](https://github.com/openai/openai-node/commit/3b68ace533976aedbf642d9b018d0de8d9a8bb88))
3417
+
3418
+
3419
+ ### Chores
3420
+
3421
+ * update prettier ([#567](https://github.com/openai/openai-node/issues/567)) ([83dec2a](https://github.com/openai/openai-node/commit/83dec2af62c481d7de16d8a3644aa239ded9e30c))
3422
+
3423
+ ## 4.21.0 (2023-12-11)
3424
+
3425
+ Full Changelog: [v4.20.1...v4.21.0](https://github.com/openai/openai-node/compare/v4.20.1...v4.21.0)
3426
+
3427
+ ### Features
3428
+
3429
+ * **client:** support reading the base url from an env variable ([#547](https://github.com/openai/openai-node/issues/547)) ([06fb68d](https://github.com/openai/openai-node/commit/06fb68de1ff80983e349b6715d1037e2072c8dd4))
3430
+
3431
+
3432
+ ### Bug Fixes
3433
+
3434
+ * correct some runTools behavior and deprecate runFunctions ([#562](https://github.com/openai/openai-node/issues/562)) ([f5cdd0f](https://github.com/openai/openai-node/commit/f5cdd0f704d3d075cdfc5bc2df1f7a8bae5cd9f1))
3435
+ * prevent 400 when using runTools/runFunctions with Azure OpenAI API ([#544](https://github.com/openai/openai-node/issues/544)) ([735d9b8](https://github.com/openai/openai-node/commit/735d9b86acdc067e1ee6ebe1ea50de2955431050))
3436
+
3437
+
3438
+ ### Documentation
3439
+
3440
+ * **readme:** update example snippets ([#546](https://github.com/openai/openai-node/issues/546)) ([566d290](https://github.com/openai/openai-node/commit/566d290006920f536788bb77f4d24a6906e2971f))
3441
+
3442
+
3443
+ ### Build System
3444
+
3445
+ * specify `packageManager: yarn` ([#561](https://github.com/openai/openai-node/issues/561)) ([935b898](https://github.com/openai/openai-node/commit/935b8983c74f7b03b67d22f4d194989838f963f3))
3446
+
3447
+ ## 4.20.1 (2023-11-24)
3448
+
3449
+ Full Changelog: [v4.20.0...v4.20.1](https://github.com/openai/openai-node/compare/v4.20.0...v4.20.1)
3450
+
3451
+ ### Chores
3452
+
3453
+ * **internal:** remove file import and conditionally run prepare ([#533](https://github.com/openai/openai-node/issues/533)) ([48cb729](https://github.com/openai/openai-node/commit/48cb729bfc484ce3d04273be417b307a0d20644f))
3454
+
3455
+
3456
+ ### Documentation
3457
+
3458
+ * **readme:** fix typo and add examples link ([#529](https://github.com/openai/openai-node/issues/529)) ([cf959b1](https://github.com/openai/openai-node/commit/cf959b17db0a4f8dd7eb59add333c4a461b02459))
3459
+
3460
+ ## 4.20.0 (2023-11-22)
3461
+
3462
+ Full Changelog: [v4.19.1...v4.20.0](https://github.com/openai/openai-node/compare/v4.19.1...v4.20.0)
3463
+
3464
+ ### Features
3465
+
3466
+ * allow installing package directly from github ([#522](https://github.com/openai/openai-node/issues/522)) ([51926d7](https://github.com/openai/openai-node/commit/51926d7a0092744e49de39f4988feddf313adafa))
3467
+
3468
+
3469
+ ### Chores
3470
+
3471
+ * **internal:** don't call prepare in dist ([#525](https://github.com/openai/openai-node/issues/525)) ([d09411e](https://github.com/openai/openai-node/commit/d09411ebaa28d6610e1b880d03339d520b4a1833))
3472
+
3473
+ ## 4.19.1 (2023-11-20)
3474
+
3475
+ Full Changelog: [v4.19.0...v4.19.1](https://github.com/openai/openai-node/compare/v4.19.0...v4.19.1)
3476
+
3477
+ ## 4.19.0 (2023-11-15)
3478
+
3479
+ Full Changelog: [v4.18.0...v4.19.0](https://github.com/openai/openai-node/compare/v4.18.0...v4.19.0)
3480
+
3481
+ ### Features
3482
+
3483
+ * **api:** updates ([#501](https://github.com/openai/openai-node/issues/501)) ([944d58e](https://github.com/openai/openai-node/commit/944d58e5fc46f1a0671aaa2b809d28e67edf6023))
3484
+
3485
+ ## 4.18.0 (2023-11-14)
3486
+
3487
+ Full Changelog: [v4.17.5...v4.18.0](https://github.com/openai/openai-node/compare/v4.17.5...v4.18.0)
3488
+
3489
+ ### Features
3490
+
3491
+ * **api:** add gpt-3.5-turbo-1106 ([#496](https://github.com/openai/openai-node/issues/496)) ([45f7672](https://github.com/openai/openai-node/commit/45f7672ccf4856ac309b08c6c96f0e73ab48b525))
3492
+
3493
+ ## 4.17.5 (2023-11-13)
3494
+
3495
+ Full Changelog: [v4.17.4...v4.17.5](https://github.com/openai/openai-node/compare/v4.17.4...v4.17.5)
3496
+
3497
+ ### Chores
3498
+
3499
+ * fix typo in docs and add request header for function calls ([#494](https://github.com/openai/openai-node/issues/494)) ([22ce244](https://github.com/openai/openai-node/commit/22ce2443a77f10988b3215bd81ba17d4eda4b10e))
3500
+
3501
+ ## 4.17.4 (2023-11-10)
3502
+
3503
+ Full Changelog: [v4.17.3...v4.17.4](https://github.com/openai/openai-node/compare/v4.17.3...v4.17.4)
3504
+
3505
+ ### Chores
3506
+
3507
+ * **internal:** update jest config ([#482](https://github.com/openai/openai-node/issues/482)) ([3013e8c](https://github.com/openai/openai-node/commit/3013e8c73a61a397a418ca75b996f0a7dd03a744))
3508
+
3509
+ ## 4.17.3 (2023-11-09)
3510
+
3511
+ Full Changelog: [v4.17.2...v4.17.3](https://github.com/openai/openai-node/compare/v4.17.2...v4.17.3)
3512
+
3513
+ ## 4.17.2 (2023-11-09)
3514
+
3515
+ Full Changelog: [v4.17.1...v4.17.2](https://github.com/openai/openai-node/compare/v4.17.1...v4.17.2)
3516
+
3517
+ ### Chores
3518
+
3519
+ * **internal:** bump deno version number ([#478](https://github.com/openai/openai-node/issues/478)) ([69913f3](https://github.com/openai/openai-node/commit/69913f3a4b0123394029759375445dae7b4f15ab))
3520
+
3521
+ ## 4.17.1 (2023-11-09)
3522
+
3523
+ Full Changelog: [v4.17.0...v4.17.1](https://github.com/openai/openai-node/compare/v4.17.0...v4.17.1)
3524
+
3525
+ ### Refactors
3526
+
3527
+ * **client:** deprecate files.retrieveContent in favour of files.content ([#474](https://github.com/openai/openai-node/issues/474)) ([7c7bfc2](https://github.com/openai/openai-node/commit/7c7bfc2fad5a786c9172110e90c9566a943e49f9))
3528
+
3529
+ ## 4.17.0 (2023-11-08)
3530
+
3531
+ Full Changelog: [v4.16.2...v4.17.0](https://github.com/openai/openai-node/compare/v4.16.2...v4.17.0)
3532
+
3533
+ ### Features
3534
+
3535
+ * **api:** unify function types ([#467](https://github.com/openai/openai-node/issues/467)) ([d51cd94](https://github.com/openai/openai-node/commit/d51cd94b3103219789447e2e9afc4762ae672e5a))
3536
+
3537
+
3538
+ ### Refactors
3539
+
3540
+ * **api:** rename FunctionObject to FunctionDefinition ([#470](https://github.com/openai/openai-node/issues/470)) ([f3990c7](https://github.com/openai/openai-node/commit/f3990c779e596309b62f41d7a1253d8629aca3bf))
3541
+
3542
+ ## 4.16.2 (2023-11-08)
3543
+
3544
+ Full Changelog: [v4.16.1...v4.16.2](https://github.com/openai/openai-node/compare/v4.16.1...v4.16.2)
3545
+
3546
+ ### Bug Fixes
3547
+
3548
+ * **api:** accidentally required params, add new models & other fixes ([#463](https://github.com/openai/openai-node/issues/463)) ([1cb403e](https://github.com/openai/openai-node/commit/1cb403e4ccde61bb1613d362f6bdbca8b1681e00))
3549
+ * **api:** update embedding response object type ([#466](https://github.com/openai/openai-node/issues/466)) ([53b7e25](https://github.com/openai/openai-node/commit/53b7e2539cca0b272be96136c123d2b33745e7f6))
3550
+ * asssitant_deleted -&gt; assistant_deleted ([#452](https://github.com/openai/openai-node/issues/452)) ([ef89bd7](https://github.com/openai/openai-node/commit/ef89bd74d85c833bf7de500eecd1b092a0ad3f37))
3551
+ * **types:** ensure all code paths return a value ([#458](https://github.com/openai/openai-node/issues/458)) ([19402c3](https://github.com/openai/openai-node/commit/19402c365572a99cbee58bcd34a9942e741269bf))
3552
+
3553
+
3554
+ ### Chores
3555
+
3556
+ * **docs:** fix github links ([#457](https://github.com/openai/openai-node/issues/457)) ([6b9b94e](https://github.com/openai/openai-node/commit/6b9b94e4e123349a908b708cd574ff107f40a8e1))
3557
+ * **internal:** fix typo in comment ([#456](https://github.com/openai/openai-node/issues/456)) ([fe24342](https://github.com/openai/openai-node/commit/fe2434284a91d424510873a18079b8870469c672))
3558
+
3559
+
3560
+ ### Documentation
3561
+
3562
+ * update deno deploy link to include v ([#441](https://github.com/openai/openai-node/issues/441)) ([47b13aa](https://github.com/openai/openai-node/commit/47b13aaa6fac86fffabee1f752ee6d2efc3def9b))
3563
+
3564
+ ## 4.16.1 (2023-11-06)
3565
+
3566
+ Full Changelog: [v4.16.0...v4.16.1](https://github.com/openai/openai-node/compare/v4.16.0...v4.16.1)
3567
+
3568
+ ### Bug Fixes
3569
+
3570
+ * **api:** retreival -&gt; retrieval ([#437](https://github.com/openai/openai-node/issues/437)) ([b4bd3ee](https://github.com/openai/openai-node/commit/b4bd3eefdd3903abcc57c431382cc2124d39307b))
3571
+
3572
+
3573
+ ### Documentation
3574
+
3575
+ * **api:** improve docstrings ([#435](https://github.com/openai/openai-node/issues/435)) ([ee8b24c](https://github.com/openai/openai-node/commit/ee8b24c70a5ccb944e02ff2201668d6bc2b597b3))
3576
+
3577
+ ## 4.16.0 (2023-11-06)
3578
+
3579
+ Full Changelog: [v4.15.4...v4.16.0](https://github.com/openai/openai-node/compare/v4.15.4...v4.16.0)
3580
+
3581
+ ### Features
3582
+
3583
+ * **api:** releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more ([#433](https://github.com/openai/openai-node/issues/433)) ([fb92f5e](https://github.com/openai/openai-node/commit/fb92f5e6e3b6e7969b3d91f4ccdaef87e5fea0a4))
3584
+
3585
+
3586
+ ### Bug Fixes
3587
+
3588
+ * improve deno readme ([#429](https://github.com/openai/openai-node/issues/429)) ([871ceac](https://github.com/openai/openai-node/commit/871ceac2b37f53f7fc7c0163454115c709cd7ced))
3589
+
3590
+
3591
+ ### Documentation
3592
+
3593
+ * deno version ([#432](https://github.com/openai/openai-node/issues/432)) ([74bf336](https://github.com/openai/openai-node/commit/74bf3364379fd23252fde01401c44b2fa796cba4))
3594
+ * update deno link in more places ([#431](https://github.com/openai/openai-node/issues/431)) ([5da63d4](https://github.com/openai/openai-node/commit/5da63d4a9143c0ab493b742f7fde22b01a372844))
3595
+
3596
+ ## 4.15.4 (2023-11-05)
3597
+
3598
+ Full Changelog: [v4.15.3...v4.15.4](https://github.com/openai/openai-node/compare/v4.15.3...v4.15.4)
3599
+
3600
+ ### Documentation
3601
+
3602
+ * **readme:** remove redundant whitespace ([#427](https://github.com/openai/openai-node/issues/427)) ([aa3a178](https://github.com/openai/openai-node/commit/aa3a1782914a4a285263e4d070bca73e72ed47ec))
3603
+
3604
+ ## 4.15.3 (2023-11-04)
3605
+
3606
+ Full Changelog: [v4.15.2...v4.15.3](https://github.com/openai/openai-node/compare/v4.15.2...v4.15.3)
3607
+
3608
+ ### Bug Fixes
3609
+
3610
+ * improve deno releases ([#425](https://github.com/openai/openai-node/issues/425)) ([19469f2](https://github.com/openai/openai-node/commit/19469f266ff69a4e549402188d9f6ad87f5a7778))
3611
+
3612
+ ## 4.15.2 (2023-11-04)
3613
+
3614
+ Full Changelog: [v4.15.1...v4.15.2](https://github.com/openai/openai-node/compare/v4.15.1...v4.15.2)
3615
+
3616
+ ### Documentation
3617
+
3618
+ * fix deno.land import ([#423](https://github.com/openai/openai-node/issues/423)) ([e5415a2](https://github.com/openai/openai-node/commit/e5415a29ab447ced8535fafda7928b0a6748c8d1))
3619
+
3620
+ ## 4.15.1 (2023-11-04)
3621
+
3622
+ Full Changelog: [v4.15.0...v4.15.1](https://github.com/openai/openai-node/compare/v4.15.0...v4.15.1)
3623
+
3624
+ ### Documentation
3625
+
3626
+ * document customizing fetch ([#420](https://github.com/openai/openai-node/issues/420)) ([1ca982f](https://github.com/openai/openai-node/commit/1ca982f192daf49e33b7acb5505ed26c9d891255))
3627
+
3628
+ ## 4.15.0 (2023-11-03)
3629
+
3630
+ Full Changelog: [v4.14.2...v4.15.0](https://github.com/openai/openai-node/compare/v4.14.2...v4.15.0)
3631
+
3632
+ ### Features
3633
+
3634
+ * **beta:** add streaming and function calling helpers ([#409](https://github.com/openai/openai-node/issues/409)) ([510c1f3](https://github.com/openai/openai-node/commit/510c1f325ee55197b4c2f434475128c265500746))
3635
+ * **client:** allow binary returns ([#416](https://github.com/openai/openai-node/issues/416)) ([02f7ad7](https://github.com/openai/openai-node/commit/02f7ad7f736751e0e7687e6744bae464d4e40b79))
3636
+ * **github:** include a devcontainer setup ([#413](https://github.com/openai/openai-node/issues/413)) ([fb2996f](https://github.com/openai/openai-node/commit/fb2996f0d291210878145aacf9b952f8133d9414))
3637
+ * streaming improvements ([#411](https://github.com/openai/openai-node/issues/411)) ([37b622c](https://github.com/openai/openai-node/commit/37b622c79ddbd6c286b730e740403c82b542e796))
3638
+
3639
+ ## 4.14.2 (2023-10-30)
3640
+
3641
+ Full Changelog: [v4.14.1...v4.14.2](https://github.com/openai/openai-node/compare/v4.14.1...v4.14.2)
3642
+
3643
+ ### Chores
3644
+
3645
+ * **docs:** update deno link ([#407](https://github.com/openai/openai-node/issues/407)) ([0328882](https://github.com/openai/openai-node/commit/0328882cccb3e5386283ffa5eb9cd8ad9442f3a0))
3646
+
3647
+ ## 4.14.1 (2023-10-27)
3648
+
3649
+ Full Changelog: [v4.14.0...v4.14.1](https://github.com/openai/openai-node/compare/v4.14.0...v4.14.1)
3650
+
3651
+ ### Bug Fixes
3652
+
3653
+ * deploy deno in a github workflow instead of postpublish step ([#405](https://github.com/openai/openai-node/issues/405)) ([3a6dba0](https://github.com/openai/openai-node/commit/3a6dba074258274bffcfe3a4260ca1b95bcd6bdc))
3654
+ * typo in build script ([#403](https://github.com/openai/openai-node/issues/403)) ([76c5c96](https://github.com/openai/openai-node/commit/76c5c96a359f750f58ea38b5d32365db7e34409a))
3655
+
3656
+
3657
+ ### Chores
3658
+
3659
+ * **internal:** update gitignore ([#406](https://github.com/openai/openai-node/issues/406)) ([986b0bb](https://github.com/openai/openai-node/commit/986b0bbac9f5ca43a0df6f29f2a468dd4223e053))
3660
+
3661
+ ## 4.14.0 (2023-10-25)
3662
+
3663
+ Full Changelog: [v4.13.0...v4.14.0](https://github.com/openai/openai-node/compare/v4.13.0...v4.14.0)
3664
+
3665
+ ### Features
3666
+
3667
+ * **client:** adjust retry behavior to be exponential backoff ([#400](https://github.com/openai/openai-node/issues/400)) ([2bc14ce](https://github.com/openai/openai-node/commit/2bc14ce300ef020bc045199fe3d76dd352d78ef9))
3668
+
3669
+
3670
+ ### Chores
3671
+
3672
+ * **docs:** update deno version ([#399](https://github.com/openai/openai-node/issues/399)) ([cdee077](https://github.com/openai/openai-node/commit/cdee0770690d4b66b357d970827e9ba1597ffb89))
3673
+
3674
+ ## 4.13.0 (2023-10-22)
3675
+
3676
+ Full Changelog: [v4.12.4...v4.13.0](https://github.com/openai/openai-node/compare/v4.12.4...v4.13.0)
3677
+
3678
+ ### Features
3679
+
3680
+ * **api:** add embeddings encoding_format ([#390](https://github.com/openai/openai-node/issues/390)) ([cf70dea](https://github.com/openai/openai-node/commit/cf70deaba1426786aba9b938d280c61aeb516e34))
3681
+ * handle 204 No Content gracefully ([#391](https://github.com/openai/openai-node/issues/391)) ([2dd005c](https://github.com/openai/openai-node/commit/2dd005c1c497605036d3524f19d130b3fc5f8d8b))
3682
+
3683
+ ## 4.12.4 (2023-10-17)
3684
+
3685
+ Full Changelog: [v4.12.3...v4.12.4](https://github.com/openai/openai-node/compare/v4.12.3...v4.12.4)
3686
+
3687
+ ### Bug Fixes
3688
+
3689
+ * import web-streams-polyfill without overriding globals ([#385](https://github.com/openai/openai-node/issues/385)) ([be8e18b](https://github.com/openai/openai-node/commit/be8e18ba4c6a16e7b6413c77246f83230e0b8fc2))
3690
+
3691
+ ## 4.12.3 (2023-10-16)
3692
+
3693
+ Full Changelog: [v4.12.2...v4.12.3](https://github.com/openai/openai-node/compare/v4.12.2...v4.12.3)
3694
+
3695
+ ### Documentation
3696
+
3697
+ * organisation -&gt; organization (UK to US English) ([#382](https://github.com/openai/openai-node/issues/382)) ([516f0ad](https://github.com/openai/openai-node/commit/516f0ade1ec1fd8fc4c78999ee0f656cc2b5ae58))
3698
+
3699
+ ## 4.12.2 (2023-10-16)
3700
+
3701
+ Full Changelog: [v4.12.1...v4.12.2](https://github.com/openai/openai-node/compare/v4.12.1...v4.12.2)
3702
+
3703
+ ### Bug Fixes
3704
+
3705
+ * **client:** correctly handle errors during streaming ([#377](https://github.com/openai/openai-node/issues/377)) ([09233b1](https://github.com/openai/openai-node/commit/09233b1ccc80ee900be19050f438cc8aa9dbb513))
3706
+ * **client:** correctly handle errors during streaming ([#379](https://github.com/openai/openai-node/issues/379)) ([9ced580](https://github.com/openai/openai-node/commit/9ced5804777a5857d6775a49ddf30ed9cc016fab))
3707
+ * improve status code in error messages ([#381](https://github.com/openai/openai-node/issues/381)) ([68dfb17](https://github.com/openai/openai-node/commit/68dfb17cce300ade8d29afc854d616833b3283ca))
3708
+
3709
+
3710
+ ### Chores
3711
+
3712
+ * add case insensitive get header function ([#373](https://github.com/openai/openai-node/issues/373)) ([b088998](https://github.com/openai/openai-node/commit/b088998ae610de54bb8700eefd6b664eb9a2fcc3))
3713
+ * **internal:** add debug logs for stream responses ([#380](https://github.com/openai/openai-node/issues/380)) ([689db0b](https://github.com/openai/openai-node/commit/689db0b8058527ae5c3af5e457c962d8a6635297))
3714
+ * show deprecation notice on re-export ([#368](https://github.com/openai/openai-node/issues/368)) ([b176703](https://github.com/openai/openai-node/commit/b176703102998f0e9d8ca2ed93ccd495fd10a6ee))
3715
+ * update comment ([#376](https://github.com/openai/openai-node/issues/376)) ([a06c685](https://github.com/openai/openai-node/commit/a06c6850bfdd756dc8f07dd1f70218be610faa30))
3716
+ * update comment ([#378](https://github.com/openai/openai-node/issues/378)) ([b04031d](https://github.com/openai/openai-node/commit/b04031d19210a66f82c7d233a50f7bc427a1bf92))
3717
+
3718
+
3719
+ ### Refactors
3720
+
3721
+ * **streaming:** change Stream constructor signature ([#370](https://github.com/openai/openai-node/issues/370)) ([71984ed](https://github.com/openai/openai-node/commit/71984edc3141ba99ffa1327bab6a182b4452209f))
3722
+ * **test:** refactor authentication tests ([#371](https://github.com/openai/openai-node/issues/371)) ([e0d459f](https://github.com/openai/openai-node/commit/e0d459f958451a99e15a11a0e5ea6471abbe1ac1))
3723
+
3724
+ ## 4.12.1 (2023-10-11)
3725
+
3726
+ Full Changelog: [v4.12.0...v4.12.1](https://github.com/openai/openai-node/compare/v4.12.0...v4.12.1)
3727
+
3728
+ ### Bug Fixes
3729
+
3730
+ * fix namespace exports regression ([#366](https://github.com/openai/openai-node/issues/366)) ([b2b1d85](https://github.com/openai/openai-node/commit/b2b1d85d90eef51e689ca75c0ca2f35bb63cccc0))
3731
+
3732
+ ## 4.12.0 (2023-10-11)
3733
+
3734
+ Full Changelog: [v4.11.1...v4.12.0](https://github.com/openai/openai-node/compare/v4.11.1...v4.12.0)
3735
+
3736
+ ### Features
3737
+
3738
+ * **api:** remove `content_filter` stop_reason and update documentation ([#352](https://github.com/openai/openai-node/issues/352)) ([a4b401e](https://github.com/openai/openai-node/commit/a4b401e91a0b3fbf55aedfb6ed6d93396377bf27))
3739
+ * re-export chat completion types at the top level, and work around webpack limitations ([#365](https://github.com/openai/openai-node/issues/365)) ([bb815d0](https://github.com/openai/openai-node/commit/bb815d0373ae33f58329e34e8983f5b3881db22d))
3740
+
3741
+
3742
+ ### Bug Fixes
3743
+
3744
+ * prevent ReferenceError, update compatibility to ES2020 and Node 18+ ([#356](https://github.com/openai/openai-node/issues/356)) ([fc71a4b](https://github.com/openai/openai-node/commit/fc71a4b6b73208ff3e8f0c8792a9a03e3790d26b))
3745
+
3746
+
3747
+ ### Chores
3748
+
3749
+ * **internal:** minor formatting improvement ([#354](https://github.com/openai/openai-node/issues/354)) ([3799863](https://github.com/openai/openai-node/commit/3799863da4ff2a27940ef0b7e57360c72e44d986))
3750
+
3751
+ ## 4.11.1 (2023-10-03)
3752
+
3753
+ Full Changelog: [v4.11.0...v4.11.1](https://github.com/openai/openai-node/compare/v4.11.0...v4.11.1)
3754
+
3755
+ ## 4.11.0 (2023-09-29)
3756
+
3757
+ Full Changelog: [v4.10.0...v4.11.0](https://github.com/openai/openai-node/compare/v4.10.0...v4.11.0)
3758
+
3759
+ ### Features
3760
+
3761
+ * **client:** handle retry-after with a date ([#340](https://github.com/openai/openai-node/issues/340)) ([b6dd384](https://github.com/openai/openai-node/commit/b6dd38488ea7cc4c22495f16d027b7ffdb87da53))
3762
+ * **package:** export a root error type ([#338](https://github.com/openai/openai-node/issues/338)) ([462bcda](https://github.com/openai/openai-node/commit/462bcda7140611afa20bc25de4aec6d4b205b37d))
3763
+
3764
+
3765
+ ### Bug Fixes
3766
+
3767
+ * **api:** add content_filter to chat completion finish reason ([#344](https://github.com/openai/openai-node/issues/344)) ([f10c757](https://github.com/openai/openai-node/commit/f10c757d831d90407ba47b4659d9cd34b1a35b1d))
3768
+
3769
+
3770
+ ### Chores
3771
+
3772
+ * **internal:** bump lock file ([#334](https://github.com/openai/openai-node/issues/334)) ([fd2337b](https://github.com/openai/openai-node/commit/fd2337b018ab2f31bcea8f9feda0ddaf755390c7))
3773
+ * **internal:** update lock file ([#339](https://github.com/openai/openai-node/issues/339)) ([1bf84b6](https://github.com/openai/openai-node/commit/1bf84b672c386f8ca46bb8fc120eb8d8d48b3a82))
3774
+ * **internal:** update lock file ([#342](https://github.com/openai/openai-node/issues/342)) ([0001f06](https://github.com/openai/openai-node/commit/0001f062728b0e2047d2bf03b9d947a4be0c7206))
3775
+ * **internal:** update lock file ([#343](https://github.com/openai/openai-node/issues/343)) ([a02ac8e](https://github.com/openai/openai-node/commit/a02ac8e7f881551527a3cbcadad53b7e424650e8))
3776
+
3777
+ ## 4.10.0 (2023-09-21)
3778
+
3779
+ Full Changelog: [v4.9.1...v4.10.0](https://github.com/openai/openai-node/compare/v4.9.1...v4.10.0)
3780
+
3781
+ ### Features
3782
+
3783
+ * **api:** add 'gpt-3.5-turbo-instruct', fine-tune error objects, update documentation ([#329](https://github.com/openai/openai-node/issues/329)) ([e5f3852](https://github.com/openai/openai-node/commit/e5f385233737002b4bb47a94cba33da7fedfe64d))
3784
+
3785
+ ## 4.10.0 (2023-09-21)
3786
+
3787
+ Full Changelog: [v4.9.1...v4.10.0](https://github.com/openai/openai-node/compare/v4.9.1...v4.10.0)
3788
+
3789
+ ### Features
3790
+
3791
+ * **api:** add 'gpt-3.5-turbo-instruct', fine-tune error objects, update documentation ([#329](https://github.com/openai/openai-node/issues/329)) ([e5f3852](https://github.com/openai/openai-node/commit/e5f385233737002b4bb47a94cba33da7fedfe64d))
3792
+
3793
+ ## 4.9.1 (2023-09-21)
3794
+
3795
+ Full Changelog: [v4.9.0...v4.9.1](https://github.com/openai/openai-node/compare/v4.9.0...v4.9.1)
3796
+
3797
+ ### Documentation
3798
+
3799
+ * **README:** fix variable names in some examples ([#327](https://github.com/openai/openai-node/issues/327)) ([5e05b31](https://github.com/openai/openai-node/commit/5e05b31c132545ce166cea92c5f3e4410fd40711))
3800
+
3801
+ ## 4.9.0 (2023-09-20)
3802
+
3803
+ Full Changelog: [v4.8.0...v4.9.0](https://github.com/openai/openai-node/compare/v4.8.0...v4.9.0)
3804
+
3805
+ ### Features
3806
+
3807
+ * **client:** support importing node or web shims manually ([#325](https://github.com/openai/openai-node/issues/325)) ([628f293](https://github.com/openai/openai-node/commit/628f2935a8791625685f68f73db8f3759b8f4f91))
3808
+
3809
+ ## 4.8.0 (2023-09-15)
3810
+
3811
+ Full Changelog: [v4.7.1...v4.8.0](https://github.com/openai/openai-node/compare/v4.7.1...v4.8.0)
3812
+
3813
+ ### Features
3814
+
3815
+ * **errors:** add status code to error message ([#315](https://github.com/openai/openai-node/issues/315)) ([9341219](https://github.com/openai/openai-node/commit/93412197c67cb3fb203f35e3ae0a7c3fb173453e))
3816
+
3817
+ ## 4.7.1 (2023-09-15)
3818
+
3819
+ Full Changelog: [v4.7.0...v4.7.1](https://github.com/openai/openai-node/compare/v4.7.0...v4.7.1)
3820
+
3821
+ ### Documentation
3822
+
3823
+ * declare Bun 1.0 officially supported ([#314](https://github.com/openai/openai-node/issues/314)) ([a16e268](https://github.com/openai/openai-node/commit/a16e26863390235cb43e2fe0e569298a4f84c32f))
3824
+
3825
+ ## 4.7.0 (2023-09-14)
3826
+
3827
+ Full Changelog: [v4.6.0...v4.7.0](https://github.com/openai/openai-node/compare/v4.6.0...v4.7.0)
3828
+
3829
+ ### Features
3830
+
3831
+ * **client:** retry on 408 Request Timeout ([#310](https://github.com/openai/openai-node/issues/310)) ([1f98eac](https://github.com/openai/openai-node/commit/1f98eac5be956e56d75ef5456115165b45a4763c))
3832
+ * make docs urls in comments absolute ([#306](https://github.com/openai/openai-node/issues/306)) ([9db3819](https://github.com/openai/openai-node/commit/9db381961e38d2280b0602447e7d91691b327bde))
3833
+
3834
+ ## 4.6.0 (2023-09-08)
3835
+
3836
+ Full Changelog: [v4.5.0...v4.6.0](https://github.com/openai/openai-node/compare/v4.5.0...v4.6.0)
3837
+
3838
+ ### Features
3839
+
3840
+ * **types:** extract ChatCompletionRole enum to its own type ([#298](https://github.com/openai/openai-node/issues/298)) ([5893e37](https://github.com/openai/openai-node/commit/5893e37406ff85331c85a3baa519ca3051a28e00))
3841
+
3842
+
3843
+ ### Bug Fixes
3844
+
3845
+ * fix module not found errors in Vercel edge ([#300](https://github.com/openai/openai-node/issues/300)) ([47c79fe](https://github.com/openai/openai-node/commit/47c79fee0fa715ad04410e73530829602736d85f))
3846
+
3847
+ ## 4.5.0 (2023-09-06)
3848
+
3849
+ Full Changelog: [v4.4.0...v4.5.0](https://github.com/openai/openai-node/compare/v4.4.0...v4.5.0)
3850
+
3851
+ ### Features
3852
+
3853
+ * **client:** add files.waitForProcessing() method ([#292](https://github.com/openai/openai-node/issues/292)) ([ef59010](https://github.com/openai/openai-node/commit/ef59010cab0c666fa8a437ec6e27800789aa8705))
3854
+ * fixes tests where an array has to have unique enum values ([#290](https://github.com/openai/openai-node/issues/290)) ([a10b895](https://github.com/openai/openai-node/commit/a10b8956b3eaae7cdcb90329a8386a41219ca021))
3855
+ * make docs more readable by eliminating unnecessary escape sequences ([#287](https://github.com/openai/openai-node/issues/287)) ([a068043](https://github.com/openai/openai-node/commit/a06804314d4815d420c97f6f965c926ea70d56df))
3856
+
3857
+
3858
+ ### Bug Fixes
3859
+
3860
+ * **client:** fix TS errors that appear when users Go to Source in VSCode ([#281](https://github.com/openai/openai-node/issues/281)) ([8dc59bc](https://github.com/openai/openai-node/commit/8dc59bcf924cc991747ca475c714d915e04c6012)), closes [#249](https://github.com/openai/openai-node/issues/249)
3861
+ * **client:** handle case where the client is instantiated with a undefined baseURL ([#285](https://github.com/openai/openai-node/issues/285)) ([5095cf3](https://github.com/openai/openai-node/commit/5095cf340743e4627b4f0ad2f055ebe332824d23))
3862
+ * **client:** use explicit file extensions in _shims imports ([#276](https://github.com/openai/openai-node/issues/276)) ([16fe929](https://github.com/openai/openai-node/commit/16fe929688d35c2ebe52c8cf1c1570bafda5f97e))
3863
+
3864
+
3865
+ ### Documentation
3866
+
3867
+ * **api:** update docstrings ([#286](https://github.com/openai/openai-node/issues/286)) ([664e953](https://github.com/openai/openai-node/commit/664e9532c8acfbf981e9a788ab40c111ebe2fda0))
3868
+ * **readme:** add link to api.md ([#291](https://github.com/openai/openai-node/issues/291)) ([0d1cce2](https://github.com/openai/openai-node/commit/0d1cce26cdc6567c10c8d72bbc72a788ffb8f2be))
3869
+
3870
+ ## 4.4.0 (2023-09-01)
3871
+
3872
+ Full Changelog: [v4.3.1...v4.4.0](https://github.com/openai/openai-node/compare/v4.3.1...v4.4.0)
3873
+
3874
+ ### Features
3875
+
3876
+ * **package:** add Bun export map ([#269](https://github.com/openai/openai-node/issues/269)) ([16f239c](https://github.com/openai/openai-node/commit/16f239c6b4e8526371b01c511d2e0ebba4c5c8c6))
3877
+ * re-export chat completion types at the top level ([#268](https://github.com/openai/openai-node/issues/268)) ([1a71a39](https://github.com/openai/openai-node/commit/1a71a39421828fdde7b8605094363a5047d2fdc9))
3878
+ * **tests:** unskip multipart form data tests ([#275](https://github.com/openai/openai-node/issues/275)) ([47d3e18](https://github.com/openai/openai-node/commit/47d3e18a3ee987d04b958dad1a51821ad5472d54))
3879
+ * **types:** fix ambiguous auto-import for chat completions params ([#266](https://github.com/openai/openai-node/issues/266)) ([19c99fb](https://github.com/openai/openai-node/commit/19c99fb268d6d6c7fc7aaa66475c35f45d12b4bd))
3880
+
3881
+
3882
+ ### Bug Fixes
3883
+
3884
+ * revert import change which triggered circular import bug in webpack ([#274](https://github.com/openai/openai-node/issues/274)) ([6534e36](https://github.com/openai/openai-node/commit/6534e3620d7e2983e98b42cf95fa966deab1ab1d))
3885
+
3886
+ ## 4.3.1 (2023-08-29)
3887
+
3888
+ Full Changelog: [v4.3.0...v4.3.1](https://github.com/openai/openai-node/compare/v4.3.0...v4.3.1)
3889
+
3890
+ ### Bug Fixes
3891
+
3892
+ * **types:** improve getNextPage() return type ([#262](https://github.com/openai/openai-node/issues/262)) ([245a984](https://github.com/openai/openai-node/commit/245a9847d1ba5bbe5262bc06b2f7bb7385cd3a9a))
3893
+
3894
+
3895
+ ### Chores
3896
+
3897
+ * **ci:** setup workflows to create releases and release PRs ([#259](https://github.com/openai/openai-node/issues/259)) ([290908c](https://github.com/openai/openai-node/commit/290908ce24dc6c31df18b2eb7808d5b495387454))
3898
+
3899
+ ## [4.3.0](https://github.com/openai/openai-node/compare/v4.2.0...v4.3.0) (2023-08-27)
3900
+
3901
+
3902
+ ### Features
3903
+
3904
+ * **client:** add auto-pagination to fine tuning list endpoints ([#254](https://github.com/openai/openai-node/issues/254)) ([5f89c5e](https://github.com/openai/openai-node/commit/5f89c5e6b9088cc2e86405a32b60cae91c078ce1))
3905
+ * **cli:** rewrite in JS for better compatibility ([#244](https://github.com/openai/openai-node/issues/244)) ([d8d7c05](https://github.com/openai/openai-node/commit/d8d7c0592bfad89669cd2f174e6207370cd7d3fb))
3906
+
3907
+
3908
+ ### Bug Fixes
3909
+
3910
+ * **stream:** declare Stream.controller as public ([#252](https://github.com/openai/openai-node/issues/252)) ([81e5de7](https://github.com/openai/openai-node/commit/81e5de7ba94c992cafa3d08e2697c8122382497a))
3911
+
3912
+
3913
+ ### Documentation
3914
+
3915
+ * **readme:** mention Azure support ([#253](https://github.com/openai/openai-node/issues/253)) ([294727a](https://github.com/openai/openai-node/commit/294727ad3543d91ef59df285ce1616c442d369db))
3916
+
3917
+
3918
+ ### Chores
3919
+
3920
+ * **internal:** add helper method ([#255](https://github.com/openai/openai-node/issues/255)) ([6d8cff0](https://github.com/openai/openai-node/commit/6d8cff00164c0f65ed40b941486f2e0d752feb1e))
3921
+
3922
+ ## [4.2.0](https://github.com/openai/openai-node/compare/v4.1.0...v4.2.0) (2023-08-23)
3923
+
3924
+
3925
+ ### Features
3926
+
3927
+ * **types:** export RequestOptions type ([#240](https://github.com/openai/openai-node/issues/240)) ([ecf3bce](https://github.com/openai/openai-node/commit/ecf3bcee3c64a80a3cd901aa32d3db78d1364645))
3928
+
3929
+
3930
+ ### Chores
3931
+
3932
+ * **internal:** export HeadersInit type shim ([#241](https://github.com/openai/openai-node/issues/241)) ([cf9f672](https://github.com/openai/openai-node/commit/cf9f6729b5b232a37841c33db33b2519b54f19b2))