Releases: 64bit/async-openai
v0.31.0-alpha.12
What's Changed
Full Changelog: async-openai-v0.31.0-alpha.11...async-openai-v0.31.0-alpha.12
v0.31.0-alpha.11
What's Changed
Full Changelog: async-openai-v0.31.0-alpha.10...async-openai-v0.31.0-alpha.11
v0.31.0-alpha.10
What's Changed
- feat: configurable per request path by @64bit in #479
- feat: support for OPENAI_BASE_URL env var by @AntoineRqe in #480
- feat: new admin apis: groups and roles by @64bit in #481
- feat: add support for org and project official env vars by @64bit in #482
New Contributors
- @AntoineRqe made their first contribution in #480
Full Changelog: async-openai-v0.31.0-alpha.9...async-openai-v0.31.0-alpha.10
v0.31.0-alpha.9
What's Changed
- feat: RequestOptions for individual requests by @64bit in #476
- customize query and header parameter for individual requests (for example, to support APIs which takes some of its inputs via query parameters even in a POST call)
- fluid builder like methods on an api group (for example
client.chat().query(&[("limit", 10)])?.list().await?orclient.chat().header("key", "value")?.list().await?)
Full Changelog: async-openai-v0.31.0-alpha.8...async-openai-v0.31.0-alpha.9
v0.31.0-alpha.8
What's Changed
- feat: spec sync: new tools apply_patch and shell by @64bit in #475
- update ReasoningEffort to include None
- add new tools (patch, shell)
- update response types to include prompt caching
- update batch api to include /v1/moderations
- update spec file from https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml
Full Changelog: async-openai-v0.31.0-alpha.7...async-openai-v0.31.0-alpha.8
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