ai-proxy-core v0.3.9
ai-proxy-core v0.3.9
Patch release with audio support improvements and docs.
Highlights
- Gemini Live WebSocket: Allow 16-bit PCM audio passthrough; non-PCM inputs return a clear message (WebM→PCM conversion not yet implemented).
- POST /chat/completions (Google/Gemini): Accept audio inputs via data URL audio_url and OpenAI-style input_audio objects (base64 + format).
- README updated to document the above features.
Pull Requests
- #24 Enable PCM audio passthrough for Gemini Live WS; accurate error for non-PCM (fixes #23)
#24 - #25 docs: update README for Gemini Live PCM and /chat/completions audio support (refs #23)
#25
Install
- PyPI: https://pypi.org/project/ai-proxy-core/0.3.9/
- pip install -U ai-proxy-core
Notes
- Tag: v0.3.9
- Thanks @ebowwa