Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OpenAI-DotNet 8.7.0 source code.tar.gz | 2025-06-15 | 2.9 MB | |
OpenAI-DotNet 8.7.0 source code.zip | 2025-06-15 | 3.2 MB | |
README.md | 2025-06-15 | 1.1 kB | |
Totals: 3 Items | 6.1 MB | 0 |
What's Changed
- OpenAI-DotNet 8.7.0 by @StephenHodgson in https://github.com/RageAgainstThePixel/OpenAI-DotNet/pull/447
- Added support for Responses API
- Added support for gpt-image-1
- Updated all static model definitions
- Updated speech requests with instructions input
- Updated audio transcription requests with ChunkingStrategy and includes
- Updated default Azure OpenAI API Version to GA 2024-10-21
- Renamed ChatResponseFormat ->TextResponseFormat
- Renamed ResponseFormatObject -> TextResponseFormatConfiguration
- Renamed Realtime.Usage -> OpenAI.TokenUsage
- Moved Realtime.TokenDetails -> OpenAI.TokenDetails
- Removed ImageSize enum
-
Renamed OpenAIClientSettings -> OpenAISettings to match with unity package
-
OpenAI-DotNet-Proxy 8.7.0
- Fix Azure OpenAI api-version query parameter not being forwarded correctly
First time Contributor
- @rubickanov
Full Changelog: https://github.com/RageAgainstThePixel/OpenAI-DotNet/compare/v8.6.4...v8.7.0