Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-24 | 3.1 kB | |
v0.14.0 source code.tar.gz | 2025-06-24 | 144.4 kB | |
v0.14.0 source code.zip | 2025-06-24 | 418.6 kB | |
Totals: 3 Items | 566.1 kB | 7 |
What's Changed
- feat(OpenAI) - Add helper method 'output_text' to Responses API by @iBotPeaches in https://github.com/openai-php/client/pull/579
- fix(OpenAI) - Add index to CreateStreamedResponseToolCall by @clementmas in https://github.com/openai-php/client/pull/562
- fix(OpenAI): $parameters array is not required in thread 'create' method by @erdiarikan in https://github.com/openai-php/client/pull/577
- feat(OpenAI): add support for response cancel by @iBotPeaches in https://github.com/openai-php/client/pull/588
- fix(OpenAI): add testing for response cancel by @iBotPeaches in https://github.com/openai-php/client/pull/592
- feat(OpenAI) - Add support for Image Generation Tool (Responses) by @iBotPeaches in https://github.com/openai-php/client/pull/594
- test(OpenAI): augment testing for fake() on Responses API by @iBotPeaches in https://github.com/openai-php/client/pull/593
- feat(OpenAI): Realtime Ephermal Tokens by @iBotPeaches in https://github.com/openai-php/client/pull/591
- docs(OpenAI): use proper header notation for Responses API by @iBotPeaches in https://github.com/openai-php/client/pull/596
- docs(OpenAI): add realtime key docs by @iBotPeaches in https://github.com/openai-php/client/pull/597
- fix(Azure): support azure model.list by @iBotPeaches in https://github.com/openai-php/client/pull/599
- feat(OpenAI): Add streaming for ImageGeneration (Responses API) by @iBotPeaches in https://github.com/openai-php/client/pull/602
- feat(OpenAI): Add support for Remote MCP Tool by @trandbert37 in https://github.com/openai-php/client/pull/601
- feat(OpenAI): Add support for streaming for transcriptions by @iBotPeaches in https://github.com/openai-php/client/pull/603
- fix(OpenAI): add support for reasoningEffort to Assistants by @iBotPeaches in https://github.com/openai-php/client/pull/606
- docs(OpenAI): deprecate Assistants API by @iBotPeaches in https://github.com/openai-php/client/pull/607
- docs(OpenAI): mark Completions as legacy by @iBotPeaches in https://github.com/openai-php/client/pull/608
- docs(OpenAI): collapse legacy/deprecated sections by default by @iBotPeaches in https://github.com/openai-php/client/pull/609
- feat(OpenAI): Add 'Code Interpreter' support to Responses by @iBotPeaches in https://github.com/openai-php/client/pull/610
- chore(OpenAI) fix: use proper order of parameters for Response construct by @iBotPeaches in https://github.com/openai-php/client/pull/615
- fix(OpenAI): support reused prompts / instructions in Responses by @iBotPeaches in https://github.com/openai-php/client/pull/616
- release: v0.14.0 by @iBotPeaches in https://github.com/openai-php/client/pull/617
New Contributors
- @clementmas made their first contribution in https://github.com/openai-php/client/pull/562
- @erdiarikan made their first contribution in https://github.com/openai-php/client/pull/577
- @trandbert37 made their first contribution in https://github.com/openai-php/client/pull/601
Full Changelog: https://github.com/openai-php/client/compare/v0.13.0...v0.14.0