| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Genkit JS 1.24.0 source code.tar.gz | 2025-11-18 | 19.3 MB | |
| Genkit JS 1.24.0 source code.zip | 2025-11-18 | 20.6 MB | |
| README.md | 2025-11-18 | 661 Bytes | |
| Totals: 3 Items | 39.9 MB | 0 | |
What's Changed
-
feat(js/plugins/google-genai): Support for gemini 3.0 thinkingLevel. by @ifielker in https://github.com/firebase/genkit/pull/3814
:::ts import { googleAI } from '@genkit-ai/google-genai';
const ai = genkit({ plugins: [googleAI()] });
const { text } = await ai.generate({ model: googleAI.model('gemini-3-pro-preview'), prompt: 'What is heavier: one kilo of steel or one kilo of feathers?', config: { thinkingConfig: { thinkingLevel: 'HIGH', }, }, });
Full Changelog: https://github.com/firebase/genkit/compare/genkit@1.23.0...genkit@1.24.0