Releases: epam/ai-dial-adapter-openai
Releases · epam/ai-dial-adapter-openai
0.31.0
Features
- support n>1 for GPT/o-series models (#268)
Fixes
- support overrideName for Responses API deployments (#264)
Other
- bump tiktoken from 0.9.0 to 0.11.0 (#272)
- add integration tests for embedding models (#259)
- support model features in integration tests (#270)
0.30.2
Fixes
- fix format of logs for HTTP requests (#267) (#269)
0.30.1
Features
- Mistral: support auth via managed identity (#265) (#266)
0.30.0
Features
- migrate GPT-4o and o-series adapters from
aiohttp
to openai
library (#251)
- migrate Azure AI Vision and DIAL Storage client from
aiohttp
to httpx
library (#254)
Fixes
- preserve non-empty id field when
ELIMINATE_EMPTY_CHOICES=True
(#258)
- fix registration of Mistral deployments (introduced in 0.29.0) (#263)
- fix registration of non-Azure style chat completion endpoints (introduced in 0.29.0) (#261, #262)
Breaking changes
- remove
CORE_API_VERSION
env var (#253)
Other
- bump sqlite-libs from 3.49.2-r0 to 3.49.2-r1 (#260)
- bump epam/ai-dial-ci from 2.4.0 to 2.4.1 (#256)
- bump fastapi from 0.115.2 to 0.116.1; bump starlette from 0.40.0 to 0.47.2 (#257)
0.29.0
Features
- add limited support of Responses API deployment (#244)
Other
- bump aiohttp from 3.10.11 to 3.12.14 (#249)
- bump epam/ai-dial-ci from 2.2.0 to 2.3.1 (#246)
- bump epam/ai-dial-ci from 2.3.1 to 2.4.0 (#250)
0.28.0
Features
- support GPT Image 1 model (text-to-image and image-to-image in one-shot mode) (#236, #242)
Other
- chore(ci): run E2E tests on Github (#239)
- bump protobuf from 5.29.1 to 5.29.5 (#237)
- bump urllib3 from 2.2.2 to 2.5.0 (#240)
- deprecate GPT-4 Vision adapter (#235)
0.27.1
Fixes
- enable proxy configuration via env vars for gpt-4o deployments (#233) (#234)
0.27.0
Other
- bump aidial-sdk from 0.16.0 to 0.22.1 (#231)
- bump poetry from 1.8.5 to 2.1.1 (#229)
- bump requests from 2.32.3 to 2.32.4 (#232)
- remove xz-libs upgrade (#230)
0.26.0
Features
- support multi-modal GPTs from OpenAI Platform (#221)
- support Dall-E-3 from OpenAI Platform (#224)
Other
- bump epam/ai-dial-ci from 1.12.1 to 1.13.0 (#215)
- bump epam/ai-dial-ci from 1.13.0 to 2.0.1 (#219)
- bump epam/ai-dial-ci from 2.0.1 to 2.1.0 (#223)
- bump epam/ai-dial-ci from 2.1.0 to 2.2.0 (#227)
- bump h11 from 0.14.0 to 0.16.0 (#214)
- bump setuptools from 70.0.0 to 78.1.1 (#222)
- Dockerfile: bump setuptools from 70.0.0 to 78.1.1 (#225)
- README: improve documentation about auto-caching (#220)
0.25.0
Features
- add
INFO
logs with timings for GPT-4o/V upstreams (#210)
- deprecate env var
MODEL_ALIASES
in favour of TIKTOKEN_MODEL_MAPPING
; bump tiktoken from 0.7.0 to 0.9.0 (#207)
Other
- bump xz-libs from 5.6.3-r0 to 5.6.3-r1 (#211)
- properly handle untagged multi-arch images cleanup (#213)