Skip to content

Releases: tjardoo/openai-client

v1.3.2

25 Oct 14:07

Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

v1.3.1

20 Oct 19:09

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

v1.3.0

12 Sep 14:30

Choose a tag to compare

What's Changed

  • Added continuous_usage_stats param in /v1/chat/completions by @Wats0ns in #140
  • Add support for content array in tool chat messages by @fabienric in #143
  • Chat + model updates by @tjardoo in #142
  • Add GPT-4, GPT-5 model and remove deprecated
  • Update realtime resources (not beta anymore)

Full Changelog: 1.2.4...1.3.0

v1.2.4

30 Jul 09:08

Choose a tag to compare

What's Changed

  • Add support for prompt in Response by @tjardoo in #136
  • Let 'reqwest' handle the Content-Type header for multipart form requests by @fbilhaut in #139

New Contributors

Full Changelog: 1.2.3...1.2.4

v1.2.3

10 Jul 15:40

Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

v1.2.2

20 Jun 15:08

Choose a tag to compare

What's Changed

  • added instructions to AudioSpeechParameters by @MnlPhlp in #131
  • Adding utility functions to ChatMessage by @phayes in #132

New Contributors

Full Changelog: 1.2.1...1.2.2

v1.2.1

06 Jun 12:07

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

v1.2.0

25 May 09:58

Choose a tag to compare

What's Changed

  • Chat completion response format deserialization is not working as expected by @RemiSahl in #127
  • FunctionToolCallOutput's id is optional by @kinoh in #124

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.1.0

07 May 12:22

Choose a tag to compare

What's Changed

  • feature: updated edit_image to support the gpt-image-1 model by @cdxker in #126
  • Update models FlagshipModel, CostOptimizedModel etc.

Full Changelog: 1.0.1...1.1.0

V1.0.1

15 Apr 17:44

Choose a tag to compare

What's Changed

  • ResponseOutput::Reasoning is renamed to "computer_call" during serialization by @ozaner in #120
  • Add serde tag to ContentItem by @FunPineapple in #122
  • Fix typo computer use environment by @tjardoo in #123

New Contributors

Full Changelog: 1.0.0...1.0.1