PackageTrack
Sign in Get early access

genkit_google_genai

Google AI plugin for Genkit Dart.

0.2.12 20K downloads/mo #2204 most downloaded on pub.dev genkit-ai/genkit-dart

What this package is like to depend on

Last release 1 months ago

21 Jul 2026

Ships fairly regularly

a new release about every 2 weeks

Nearly every release is documented

notes for 15 of 15 stable releases

Nothing withdrawn

no release was ever pulled

7 months old

35 releases · first in 2026

35 releases in the last 12 months

see the full history below

Release timeline

35 releases · Jan 2026 to Jul 2026
Release Pre-release

Releases

latest 35
  1. 0.2.12 21 Jul 2026
    Release notes

    Release genkit_google_genai-v0.2.12

    Open source →
    Release notes

    Fixes

    • map tool role to "user" for Gemini API compatibility (#340)
    Open source →
  2. 0.2.11 17 Jul 2026
    Release notes

    Fixes

    • normalize nested models to JSON in generated setters (#337)
    Open source →
  3. 0.2.10 17 Jul 2026
    Release notes

    Features

    • agent & session schema types (1/8) (#310)
    • curated known-model metadata + P0 Gemini 3.x registrations (#320)
    • support Gemini and multimodal embedders (#261)

    Other Changes

    • model curated Gemini catalog as an enum (#323)
    Open source →
  4. 0.2.9 11 Jun 2026
    Release notes
    • updated internal dependencies.
    Open source →
  5. 0.2.8 04 Jun 2026
    Release notes

    Other Changes

    • update model references to gemini-flash-latest (#293)
    • split schemantic into runtime and schemantic_builder packages (#292)
    Open source →
  6. 0.2.7 12 May 2026
    Release notes
    • updated internal dependencies.
    Open source →
  7. 0.2.6 06 May 2026
    Release notes

    Features

    • generate docs for generated schemantic types (#274)
    Open source →
  8. 0.2.5 29 Apr 2026
    Release notes

    Features

    • add additionalProperties support to @Schema and implement strict object validation (#251)
    Open source →
  9. 0.2.4 27 Mar 2026
    Release notes
    • updated internal dependencies.
    Open source →
  10. 0.2.3 19 Mar 2026
    Release notes

    Other Changes

    • minor improvements to tool calling example (#216)
    Open source →
  11. 0.2.2 11 Mar 2026
    Release notes
    • updated internal dependencies.
    Open source →
  12. 0.2.1 10 Mar 2026
    Release notes
    • updated internal dependencies.
    Open source →
  13. 0.2.0 05 Mar 2026
    Release notes
    • BREAKING REFACTOR: moved vertexAI plugin from genkit_google_genai into genkit_vertexai package (#202).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING REFACTOR: moved vertexAI plugin from genkit_google_genai into genkit_vertexai package (#202).
    Open source →
  14. 0.2.0+1 05 Mar 2026
    Release notes
    • Update a dependency to the latest release.
    Open source →
  15. 0.1.0 04 Mar 2026
    Release notes

    2026-03-04

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • genkit_mcp - v0.1.0-dev.1
    • genkit_google_genai - v0.1.0-dev.1
    • genkit_vertex_auth - v0.1.0-dev.1
    • genkit_openai - v0.1.0-dev.1
    • genkit_anthropic - v0.1.0-dev.1
    • genkit_shelf - v0.1.0-dev.1
    • genkit_chrome - v0.0.1-dev.10
    • genkit_middleware - v0.1.0-dev.1

    Open source →
    Release notes
    • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
    Open source →
  16. 0.1.0-dev.1 04 Mar 2026 pre-release
    Release notes
    • Update a dependency to the latest release.
    Open source →
  17. 0.0.1-dev.19 03 Mar 2026 pre-release
    Release notes
    • FIX: conditionally add toolUsePromptTokenCount to custom metadata.

    2026-03-02

    Changes


    Packages with breaking changes:

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • genkit_chrome - v0.0.1-dev.9

    Open source →
    Release notes
    • FIX: conditionally add toolUsePromptTokenCount to custom metadata.
    Open source →
  18. 0.0.1-dev.18 03 Mar 2026 pre-release
    Release notes
    • REFACTOR: migrate Vertex AI authentication to use the genkit_vertex_auth (#193).
    • REFACTOR(google_genai): switch to rest api (#183).
    • REFACTOR: make all classes final or base (#179).
    • FEAT(genkit_google_genai): implemented vertexai support (#184).
    • BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
    • BREAKING FEAT: introduced dynamic action provider and migrated MCP plugin to use DAP (#187).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • REFACTOR: migrate Vertex AI authentication to use the genkit_vertex_auth (#193).
    • REFACTOR(google_genai): switch to rest api (#183).
    • REFACTOR: make all classes final or base (#179).
    • FEAT(genkit_google_genai): implemented vertexai support (#184).
    • BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
    • BREAKING FEAT: introduced dynamic action provider and migrated MCP plugin to use DAP (#187).
    Open source →
  19. 0.0.1-dev.17 27 Feb 2026 pre-release
    Release notes
    • REFACTOR: hide package:json_schema_builder (#167).
    • FIX: fix strict casts (#165).
    • FEAT: Allow implicit media content types for data URIs (#162).
    • BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • REFACTOR: hide package:json_schema_builder (#167).
    • FIX: fix strict casts (#165).
    • FEAT: Allow implicit media content types for data URIs (#162).
    • BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
    Open source →
  20. 0.0.1-dev.16 20 Feb 2026 pre-release
    Release notes
    • REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
    • REFACTOR: remove GoogleSearchRetrieval option (deprecated) (#147).
    Open source →
  21. 0.0.1-dev.15 19 Feb 2026 pre-release
    Release notes
    • FEAT: Add remote model support and enable serving actions via shelf (#143).

    2026-02-18

    Changes


    Packages with breaking changes:

    • There are no breaking changes in this release.

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • genkit_mcp - v0.0.1-dev.3
    • genkit_chrome - v0.0.1-dev.5
    • genkit_middleware - v0.0.1-dev.3

    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  22. 0.0.1-dev.14 19 Feb 2026 pre-release
    Release notes
    • REFACTOR: automate telemetry exporter configuration (#131).
    • DOCS: added skills (#132).
    Open source →
  23. 0.0.1-dev.13 17 Feb 2026 pre-release
    Release notes
    • REFACTOR: remove detailed token usage arrays from usage metadata and add tests for usage extraction. (#127).
    • FEAT: Implemented real-time tracing (#128).
    • BREAKING REFACTOR: generate api cleanup (#125).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • REFACTOR: remove detailed token usage arrays from usage metadata and add tests for usage extraction. (#127).
    • FEAT: Implemented real-time tracing (#128).
    • BREAKING REFACTOR: generate api cleanup (#125).
    Open source →
  24. 0.0.1-dev.12 12 Feb 2026 pre-release
    Release notes
    • FEAT: added support for embedders (embedding models) (#88).
    Open source →
  25. 0.0.1-dev.11 05 Feb 2026 pre-release
    Release notes
    • FIX: Coerce num values to double for generated double fields during JSON parsing. (#65).
    • FEAT: add Google Search and multi-speaker voice config support, extract usage metadata, and introduce reasoning parts (#82).
    • FEAT: Add $GenerateResponse type, refine schema types, and update generated class constructors to use late final and regular constructors. (#66).
    • FEAT: added schemas for gemini models, made sure TTS and nano banana models are working (#63).
    • BREAKING REFACTOR: update GenkitException to use a StatusCodes enum instead of raw integer status codes. (#68).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • FIX: Coerce num values to double for generated double fields during JSON parsing. (#65).
    • FEAT: add Google Search and multi-speaker voice config support, extract usage metadata, and introduce reasoning parts (#82).
    • FEAT: Add $GenerateResponse type, refine schema types, and update generated class constructors to use late final and regular constructors. (#66).
    • FEAT: added schemas for gemini models, made sure TTS and nano banana models are working (#63).
    • BREAKING REFACTOR: update GenkitException to use a StatusCodes enum instead of raw integer status codes. (#68).
    Open source →
  26. 0.0.1-dev.10 30 Jan 2026 pre-release
    Release notes
    • FEAT: updated AnyOf support for union types in Schemantic, including helper class generation and schema type handling. (#62).
    Open source →
  27. 0.0.1-dev.9 30 Jan 2026 pre-release
    Release notes
    • REFACTOR: make all classes final or base (#179).
    • FEAT(openai): add Vertex support with shared Vertex auth utilities (#185).
    • FEAT(anthropic): add Vertex AI transport and sample app (#182).
    • BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • REFACTOR: reimplement schema generation from extension types to classes, enhance PartExtension getters, and simplify GenerateResponse and tool invocation. (#53).
    • FEAT: Add support for specifying default values for schema fields and types, and generate them in the JSON Schema. (#61).
    • FEAT: use combining builder and header option (#52).
    • BREAKING FEAT: implement Schemantic API redesign with $ prefixed schema definitions and static $schema for unified schema access. (#60).
    Open source →
  28. 0.0.1-dev.8 19 Jan 2026 pre-release
    Release notes
    • REFACTOR: hide package:json_schema_builder (#167).
    • FIX: do not default instructions for json format (should use native constrained generation) (#176).
    • FIX: fix strict casts (#165).
    • BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING REFACTOR: renamed JsonExtensionType to SchemanticType (#44).
    Open source →
  29. 0.0.1-dev.7 18 Jan 2026 pre-release
    Release notes
    • REFACTOR: Tweak RegExps and avoid non-linear complexity (#175).
    • REFACTOR: make all classes final or base (#179).
    • REFACTOR: centralize status-to-http mapping for transport errors (#181).
    • BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
    • BREAKING FEAT: introduced dynamic action provider and migrated MCP plugin to use DAP (#187).
    Open source →
    Release notes
    • REFACTOR: Consolidate Google GenAI examples into a single file, fixed tools calling, and schema flattening helper (#43).
    • FEAT: implemented streaming and various config options for genkit_google_genai plugin (#42).
    Open source →
  30. 0.0.1-dev.6 16 Jan 2026 pre-release
    Release notes
    • REFACTOR: hide package:json_schema_builder (#167).
    • FIX: enable and fix a couple of lints (#174).
    • FIX: fix strict casts (#165).
    • FIX: better generics (#153).
    • FIX: fix a couple of dartdoc issues (#151).
    • BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
    Open source →
    Release notes

    Note: This release has breaking changes.

    • BREAKING FEAT: Refactor basic types into factory functions to support schema constraints (#34).
    Open source →
  31. 0.0.1-dev.5 16 Jan 2026 pre-release
    Release notes
    • REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
    Open source →
    Release notes
    • REFACTOR: move the package-specific schema generator into a peer package (#31).
    Open source →
  32. 0.0.1-dev.4 16 Jan 2026 pre-release
    Release notes
    • BREAKING REFACTOR: generate api cleanup (#125).
    Open source →
    Release notes
    • REFACTOR: make generated JsonExtensionType factory classes (*TypeFactory) private (#29).
    • FEAT: added support for defining listType and mapType in schemantic (#28).
    Open source →
  33. 0.0.1-dev.3 16 Jan 2026 pre-release
    Release notes
    • REFACTOR: automate telemetry exporter configuration (#131).
    • DOCS: Add best practices, a Text-to-Speech example, and update the OpenAI package license to the full Apache 2.0 text.
    Open source →
    Release notes

    Note: This release has breaking changes.

    • FEAT: bump analyzer dependency (#25).
    • FEAT: added support for schema refs/defs in the schema generator (#22).
    • BREAKING REFACTOR: renamed genkit_schema_builder package to schemantic (#26).
    Open source →
  34. 0.0.1-dev.2 15 Jan 2026 pre-release
    Release notes
    • FEAT(openai): add Vertex support with shared Vertex auth utilities (#185).

    2026-02-27

    Changes


    Packages with breaking changes:

    Packages with other changes:

    Packages with dependency updates only:

    Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

    • genkit_chrome - v0.0.1-dev.8

    Open source →
    Release notes
    • Update a dependency to the latest release.
    Open source →
  35. 0.0.1-dev.1 15 Jan 2026 pre-release
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive