Releases: jlangch/venice
Releases · jlangch/venice
Release list
Release 1.13.12
[1.13.12] - 2026-07-11
Enhancements
- OpenAI: simplified the client to use api and admin functions interchangeably.
The OpenAI client knows when to use a supplied api or admin key. - Improved OpenAI UsageCostJsonParserBug demo
- Bumped the OpenAI Java library to v4.42.0 with definitions for
gpt-5.6-sol,
gpt-5.6-terra, andgpt-5.6-luna
Release 1.13.11
[1.13.11] - 2026-07-07
Enhancements
- OpenAI: Enhanced the Cost admin api for optional api key ids and project ids
Release 1.13.10
[1.13.10] - 2026-07-06
Enhancements
- OpenAI: Simplified the creation of admin clients to use the Cost admin api
- OpenAI: Chat completion streaming can now include token usage information when requested.
Release 1.13.9
[1.13.9] - 2026-07-04
Enhancements
- OpenAI: The minimum chunk size for chat completion streaming can now
be configured to control the frequency of streaming callbacks. Because
OpenAI streams individual tokens, callbacks may occur at a very high
rate. To reduce this overhead, Venice can aggregate tokens into strings
that meet a configurable minimum length before invoking the callback. - OpenAI: added support for retrieving costs
Release 1.13.8
[1.13.8] - 2026-06-28
Enhancements
- OpenAI: added support streaming chat completion responses
Release 1.13.7
[1.13.7] - 2026-06-18
Enhancements
- Bumped the OpenAI Java library to v4.41.0
- #17: Printing ValueException in the REPL
Release 1.13.6
[1.13.6] - 2026-06-04
Enhancements
- Bumped the OpenAI Java library to v4.37.0
- #16: Migrated to JLine 3.25.1.
JLine 3.25.1 includes JAnsi
Release 1.13.5
[1.13.5] - 2026-05-14
Enhancements
- OpenAI: added support for
Audioapi transcribe - Bumped the OpenAI Java library to v4.35.0
- Bumped the Java client for Qdrant vector database to v1.17.0
Release 1.13.4
[1.13.4] - 2026-05-09
Enhancements
- Bumped the OpenAI Java library to V4.33.0
- OpenAI: added support for
Filesapi create in addition to (list, delete, retrieve) - OpenAI: added support for
Imagesapi create / edit - OpenAI: added support for
Audioapi create
Bugs
- Fixed an edge case in Java Interop handling
map/filterfunction in
VncJavaList
Release 1.13.3
[1.13.3] - 2026-05-04
Enhancements
- OpenAI: added support for structured chat completion results
- OpenAI: added support for chat file completions
- OpenAI: added support for
Filesapi