Skip to content

ai-proxy-core v0.3.9

Choose a tag to compare

@devin-ai-integration devin-ai-integration released this 14 Aug 08:05
68b586e

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

Notes