Releases: 64bit/async-openai
v0.31.0-alpha.7
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
Overview
The alpha releases in v0.31.0 series are intended to sync spec from upstream
What's Changed
Full Changelog: async-openai-v0.31.0-alpha.5...async-openai-v0.31.0-alpha.6
v0.31.0-alpha.5
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
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
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
CreateImageEditRequestby @spantaleev in #366 - feat: sync image api + image streaming support + fixes by @64bit in #466
New Contributors
- @spantaleev made their first contribution in #366
Full Changelog: async-openai-v0.31.0-alpha.2...async-openai-v0.31.0-alpha.3
v0.31.0-alpha.2
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
- @Dragon-GCS made their first contribution in #463
Full Changelog: async-openai-v0.31.0-alpha.1...async-openai-v0.31.0-alpha.2
v0.31.0-alpha.1
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
- style: add explicit lifetime parameter to methods by @moldhouse in #450
- feat: openapi spec sync by @64bit in #458
- feat: add conversations api by @64bit in #460
- feat: add container api by @64bit in #461
New Contributors
- @moldhouse made their first contribution in #450
Full Changelog: async-openai-v0.30.1...async-openai-v0.31.0-alpha.1
v0.30.1
What's Changed
Full Changelog: async-openai-v0.30.0...async-openai-v0.30.1
v0.30.0
What's Changed
- feat: better streaming errors by @64bit in #445
- by @tinco in #413
- by @coinmoles in #435
- refactor: enhance deserialization error message by @cs50victor in #381
- fix: format and examples by @64bit in #446
New Contributors
- @cs50victor made their first contribution in #381
Full Changelog: async-openai-v0.29.6...async-openai-v0.30.0
v0.29.6
What's Changed
- Add support for expires_after field in CreateFileRequest and expires_at field in OpenAIFile by @MakotoE in #444
- feat(spec): Add
namefield toResponseFunctionCallArgumentsDoneby @arist76 in #442
New Contributors
Full Changelog: async-openai-v0.29.5...async-openai-v0.29.6