Skip to content

v0.25.0

Latest

Choose a tag to compare

@sachinprasadhs sachinprasadhs released this 18 Dec 16:33
f1da303

Summary:

New Models:

We've integrated new open-weight models to expand the capabilities of KerasHub, featuring specialized tools for function calling and safety, as well as high-performance open-source reasoning models:

  • FunctionGemma: We have added support for FunctionGemma, a lightweight model from Google built on the Gemma 3 270M architecture. Designed specifically for text-only function calling, this model is optimized for single-turn scenarios and deployment in resource-constrained environments.
  • GPT OSS: We have integrated OpenAI’s gpt-oss family, including the 20B and 120B parameter variants. These models utilize a Mixture-of-Experts (MoE) architecture with a 128k token context window, optimized for STEM, coding, and general reasoning tasks.
  • GPT OSS Safeguard: A new open-weight safety reasoning model from OpenAI. Built upon the GPT OSS architecture, it enables adaptable content classification and input-output filtering based on custom safety policies.

What's Changed

Full Changelog: v0.24.0...v0.25.0