Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-04 | 4.0 kB | |
v0.11.0 source code.tar.gz | 2025-05-04 | 118.6 kB | |
v0.11.0 source code.zip | 2025-05-04 | 306.6 kB | |
Totals: 3 Items | 429.2 kB | 0 |
What's Changed
- Update README.md by @gauztech in https://github.com/openai-php/client/pull/505
- Correct GitHub Action deprecations + Opt into Dependabot by @iBotPeaches in https://github.com/openai-php/client/pull/544
- Fix type definition for responses in ClientFake::addResponses method by @ovitores in https://github.com/openai-php/client/pull/382
- Fix Content retrieval in HttpTransport with custom HttpClient by @martinhoch42 in https://github.com/openai-php/client/pull/343
- build: remove prestissimo (unneeded in composer: v2) by @iBotPeaches in https://github.com/openai-php/client/pull/547
- docs: draw attention away from deprecated completions endpoints by @iBotPeaches in https://github.com/openai-php/client/pull/548
- Chat Response: Add logprobs by @klmork in https://github.com/openai-php/client/pull/533
- fix: correct completion endpoint when logprobs missing by @iBotPeaches in https://github.com/openai-php/client/pull/550
- add ResponseHasMetaInformationContract contract to ThreadRunStepResponse by @gareth-civia in https://github.com/openai-php/client/pull/523
- feat: support 'attributes' on vector store files by @iBotPeaches in https://github.com/openai-php/client/pull/551
- feat: add OpenAI compatibility support for Google Gemini by @TyperEJ in https://github.com/openai-php/client/pull/502
- fix: chat completion choices to allow responses without logprobs field by @TyperEJ in https://github.com/openai-php/client/pull/554
- Testing - Add test coverage for assistants streaming and ability to u… by @knash94 in https://github.com/openai-php/client/pull/444
- Update gpt-4 to gpt-4o on readme by @trippo in https://github.com/openai-php/client/pull/427
- fix: Support streaming of non-OpenAI models that return "ping" by @iBotPeaches in https://github.com/openai-php/client/pull/556
- Add compatibility for aliyun LLM APIs by @ThorbJ in https://github.com/openai-php/client/pull/530
- Allow arguments to be passed to files list request by @assertchris in https://github.com/openai-php/client/pull/557
- Search vector store by @lukalocniskar in https://github.com/openai-php/client/pull/559
- OpenRouter: Fix token usage response by @lukalocniskar in https://github.com/openai-php/client/pull/560
- Fix gemini list models by @the-fermi-paradox in https://github.com/openai-php/client/pull/567
- feat(OpenAI): Add Image Response usage by @abikali in https://github.com/openai-php/client/pull/571
- feat(OpenAI): Add category applied input types to moderation response by @Mcainson in https://github.com/openai-php/client/pull/572
- feat(OpenAI): Support annotations in Chat response. (Web Search) by @Saraphoo in https://github.com/openai-php/client/pull/564
New Contributors
- @gauztech made their first contribution in https://github.com/openai-php/client/pull/505
- @ovitores made their first contribution in https://github.com/openai-php/client/pull/382
- @martinhoch42 made their first contribution in https://github.com/openai-php/client/pull/343
- @klmork made their first contribution in https://github.com/openai-php/client/pull/533
- @gareth-civia made their first contribution in https://github.com/openai-php/client/pull/523
- @ThorbJ made their first contribution in https://github.com/openai-php/client/pull/530
- @assertchris made their first contribution in https://github.com/openai-php/client/pull/557
- @lukalocniskar made their first contribution in https://github.com/openai-php/client/pull/559
- @the-fermi-paradox made their first contribution in https://github.com/openai-php/client/pull/567
- @abikali made their first contribution in https://github.com/openai-php/client/pull/571
- @Mcainson made their first contribution in https://github.com/openai-php/client/pull/572
- @Saraphoo made their first contribution in https://github.com/openai-php/client/pull/564
Full Changelog: https://github.com/openai-php/client/compare/v0.10.3...v0.11.0