Skip to content

v0.10.0

Choose a tag to compare

@adi-wan-askui adi-wan-askui released this 30 Jul 15:03
· 696 commits to main since this release

What's Changed

🚀 New Features

  • Google Gemini API Support: The askui model now uses gemini-2.5-flash as the default model, falling back to the original askui model (Inference API's VQA endpoint) if the Google GenAI API fails, e.g., because of missing support of schema or for unknown reason. For example, Google GenAI API does not support recursive schemas at the moment.
  • New Model Options: askui/gemini-2.5-flash and askui/gemini-2.5-pro are now supported as model choices.

🚨 Breaking Changes

  • Default Model Change: The askui default model for AgentBase.get() (and, therefore, VisionAgent.get() etc.) has changed, which may affect the behavior of existing implementations.

Full Changelog: v0.9.7...v0.10.0