v0.10.0
What's Changed
- feat(models)!: based get model on google genai api by @adi-wan-askui in #108
🚀 New Features
- Google Gemini API Support: The
askuimodel now usesgemini-2.5-flashas the default model, falling back to the originalaskuimodel (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-flashandaskui/gemini-2.5-proare now supported as model choices.
🚨 Breaking Changes
- Default Model Change: The
askuidefault model forAgentBase.get()(and, therefore,VisionAgent.get()etc.) has changed, which may affect the behavior of existing implementations.
Full Changelog: v0.9.7...v0.10.0