Releases: googleapis/kotlin-genai
Releases · googleapis/kotlin-genai
Release list
v0.2.0
0.2.0 (2026-07-09)
Features
- Add response_format and Translation_config in GenerationConfig (9480030)
- Add support for Caches API (create, get, update, delete) (ca71d46)
- Add Tool.exa_ai_search for Gemini Enterprise API (9480030)
- Support labels and routingConfig in GenerateContentConfig (for Gemini Enterprise API only) (f1587c8)
- voice consent signature types across all SDK languages. (e0d4428)
Documentation
v0.1.0
0.1.0 (2026-07-01)
Initial release of the Google GenAI SDK for Kotlin.
Features
- Kotlin Multiplatform (KMP) Support: Multiplatform-ready with official support for both JVM and Android targets.
- Multi-API Routing: Idiomatic
Clientwith seamless routing between the Gemini Developer API and the Gemini Enterprise Agent Platform API. - Content Generation: Support for both unary (
generateContent) and streaming (generateContentStream) APIs. - Flexible Configuration: Support for custom timeouts, headers, and base URLs via
HttpOptions.