Skip to content

Releases: jlangch/venice

Release 1.13.12

Choose a tag to compare

@jlangch jlangch released this 11 Jul 09:46

[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, and gpt-5.6-luna

Release 1.13.11

Choose a tag to compare

@jlangch jlangch released this 07 Jul 18:04

[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

Choose a tag to compare

@jlangch jlangch released this 06 Jul 17:29

[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

Choose a tag to compare

@jlangch jlangch released this 04 Jul 17:32

[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

Choose a tag to compare

@jlangch jlangch released this 28 Jun 16:19

[1.13.8] - 2026-06-28

Enhancements

  • OpenAI: added support streaming chat completion responses

Release 1.13.7

Choose a tag to compare

@jlangch jlangch released this 18 Jun 12:11

[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

Choose a tag to compare

@jlangch jlangch released this 04 Jun 15:25

[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

Choose a tag to compare

@jlangch jlangch released this 14 May 05:40

[1.13.5] - 2026-05-14

Enhancements

  • OpenAI: added support for Audio api 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

Choose a tag to compare

@jlangch jlangch released this 09 May 10:38

[1.13.4] - 2026-05-09

Enhancements

  • Bumped the OpenAI Java library to V4.33.0
  • OpenAI: added support for Files api create in addition to (list, delete, retrieve)
  • OpenAI: added support for Images api create / edit
  • OpenAI: added support for Audio api create

Bugs

  • Fixed an edge case in Java Interop handling map / filter function in
    VncJavaList

Release 1.13.3

Choose a tag to compare

@jlangch jlangch released this 04 May 05:59

[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 Files api