Skip to content

Releases: 64bit/async-openai

v0.31.0-alpha.7

13 Nov 02:12
async-openai-v0.31.0-alpha.7
39a51c0

Choose a tag to compare

What's Changed

feat: complete spec sync by @64bit in #473

  • add administration apis
    • add project rate limit apis
    • add usage api
    • add admin api key apis
    • add certificate apis
  • add realtime api
  • update timestamp fields to be u64
  • update types to be namespaced (for assistant and admin)
  • update admin api to be nested under client.admin()
  • update README
  • add updated spec yaml file from https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml

Full Changelog: async-openai-v0.31.0-alpha.6...async-openai-v0.31.0-alpha.7

v0.31.0-alpha.6

11 Nov 21:25
async-openai-v0.31.0-alpha.6
0b79656

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream

What's Changed

  • feat: add chatkit api + custom headers support by @64bit in #471

Full Changelog: async-openai-v0.31.0-alpha.5...async-openai-v0.31.0-alpha.6

v0.31.0-alpha.5

11 Nov 01:02
async-openai-v0.31.0-alpha.5
459a862

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream

What's Changed

  • feat: upstream spec sync + all chat completions apis by @64bit in #469
    • namespaced types for videos, containers, chat, vectorstores
    • add all the chat completions apis - get completion, list completions, delete completion, list completion messages
    • sync spec for chat completions, vector store apis
  • fix: cargo clippy fixes by @64bit in #470

Full Changelog: async-openai-v0.31.0-alpha.4...async-openai-v0.31.0-alpha.5

v0.31.0-alpha.4

10 Nov 03:35
async-openai-v0.31.0-alpha.4
419f465

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream

What's Changed

  • feat: upstream spec sync by @64bit in #468
    • add evals api
    • update embeddings, fine tuning, batches, files, uploads, models, and moderations api specs
    • fix ReasoningItem type

Full Changelog: async-openai-v0.31.0-alpha.3...async-openai-v0.31.0-alpha.4

v0.31.0-alpha.3

08 Nov 21:32
async-openai-v0.31.0-alpha.3
126ce9b

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream

What's Changed

  • Add support for multiple image files in CreateImageEditRequest by @spantaleev in #366
  • feat: sync image api + image streaming support + fixes by @64bit in #466

New Contributors

Full Changelog: async-openai-v0.31.0-alpha.2...async-openai-v0.31.0-alpha.3

v0.31.0-alpha.2

07 Nov 20:16
async-openai-v0.31.0-alpha.2
917fee1

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream

What's Changed

  • feat: webhooks by @64bit in #462
  • feat: output text sdk method for response api by @Dragon-GCS in #463
  • feat: sync audio api + audio streaming support + fix error types by @64bit in #464

New Contributors

Full Changelog: async-openai-v0.31.0-alpha.1...async-openai-v0.31.0-alpha.2

v0.31.0-alpha.1

06 Nov 18:36
async-openai-v0.31.0-alpha.1
fa1a399

Choose a tag to compare

Overview

The alpha releases in v0.31.0 series are intended to sync spec from upstream, breaking changes are mostly types and their shapes.

What's Changed

New Contributors

Full Changelog: async-openai-v0.30.1...async-openai-v0.31.0-alpha.1

v0.30.1

20 Oct 22:59
async-openai-v0.30.1
61ab980

Choose a tag to compare

What's Changed

Full Changelog: async-openai-v0.30.0...async-openai-v0.30.1

v0.30.0

20 Oct 01:36
async-openai-v0.30.0
eea53c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: async-openai-v0.29.6...async-openai-v0.30.0

v0.29.6

15 Oct 01:28
async-openai-v0.29.6
3d0a137

Choose a tag to compare

What's Changed

  • Add support for expires_after field in CreateFileRequest and expires_at field in OpenAIFile by @MakotoE in #444
  • feat(spec): Add name field to ResponseFunctionCallArgumentsDone by @arist76 in #442

New Contributors

Full Changelog: async-openai-v0.29.5...async-openai-v0.29.6