Skip to content

docs: update model lists for recent Go/Python/Dart plugin work#310

Open
cabljac wants to merge 3 commits into
mainfrom
docs-update-model-lists
Open

docs: update model lists for recent Go/Python/Dart plugin work#310
cabljac wants to merge 3 commits into
mainfrom
docs-update-model-lists

Conversation

@cabljac

@cabljac cabljac commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

What

Brings the per-language Available Models lists in the Google AI, Vertex AI, and Anthropic integration docs up to date with models that recently landed in the Go, Python, and Dart plugins.

Scope / approach

  • Additive only - no existing entries removed, even where they looked stale. JS sections untouched (they were already current and served as the style template).
  • Added enumerated lists where only prose existed (Go GoogleAI/Vertex, Python Vertex, Dart Vertex embedders).
  • Every added model identifier was verified against the plugin source, not guessed.

Changes

File Section Change
anthropic.mdx Go, Python Add claude-opus-4-7
google-genai.mdx Go Add Available Models lists (Gemini + embedders); embedder example now uses gemini-embedding-2
google-genai.mdx Python Add gemini-3.1 family + image models to the Gemini list
vertex-ai.mdx Go, Python Add Available Models lists
vertex-ai.mdx Dart Document Vertex embedders (previously undocumented)

Source authority

  • Go - googleAIModels / vertexAIModels arrays and embedderConfig in go/plugins/googlegenai/models.go; Anthropic lists models dynamically from the API.
  • Python - GoogleAIGeminiVersion / VertexAIGeminiVersion enums in py/plugins/google-genai/.../models/gemini.py; anthropic/model_info.py.
  • Dart - Vertex embedders in genkit_vertexai; public API vertexAI.textEmbedding(...).

Note

gemini-3.5-flash is registered for Vertex (not GoogleAI) in the Python plugin, so it is documented under the Vertex section rather than GoogleAI.

Verification

  • pnpm build passes (360 pages, all internal links valid).
  • Every added identifier exact-matched against the source files above.

Bring the per-language "Available Models" lists in the Google AI, Vertex AI,
and Anthropic integration docs up to date with models that recently landed in
the Go, Python, and Dart plugins. Additive only - no existing entries removed,
JS sections untouched.

Every added model identifier was verified against the plugin source:
- Go: googleAIModels / vertexAIModels arrays and embedderConfig in
  go/plugins/googlegenai/models.go; Anthropic lists models dynamically.
- Python: GoogleAIGeminiVersion / VertexAIGeminiVersion enums in
  py/plugins/google-genai/.../models/gemini.py; anthropic model_info.py.
- Dart: Vertex embedders (genkit_vertexai), public API vertexAI.textEmbedding.

Changes:
- anthropic: add claude-opus-4-7 to the Go and Python model lists.
- google-genai: add enumerated Available Models lists to the Go section
  (Gemini + embedders) where only prose existed; refresh the Python Gemini
  list with the gemini-3.1 family and image models.
- vertex-ai: add an Available Models list to the Go and Python sections;
  document the Vertex embedders for Dart (previously undocumented).

Note: gemini-3.5-flash is registered for Vertex (not GoogleAI) in the Python
plugin, so it is documented under the Vertex section accordingly.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation for Anthropic, Google GenAI, and Vertex AI integrations to include newly supported models (such as Claude Opus 4.7, Gemini 3+ series, Gemini 2.5, Gemini 2.0, and new embedding models) along with updated code examples. The feedback suggests adding text-embedding-004 to the list of available embedding models in the Google GenAI documentation for completeness, as it was previously used in the code examples.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/content/docs/docs/integrations/google-genai.mdx
@cabljac cabljac requested review from adesinah and hilariie June 30, 2026 12:36
cabljac added 2 commits June 30, 2026 13:39
Address review feedback: text-embedding-004 is a widely-used stable GoogleAI
embedder (the prior example) and is registered as a GoogleAI gemini embedder
in the Python plugin. Add it to the Go Available Models list for completeness.
Align the gemini-2.5-pro descriptor in the Go and Python model lists with
Google's own positioning ("our most advanced model for complex tasks,
featuring deep reasoning and coding"). It remains the most capable stable
model; the more capable gemini-3.1-pro is preview-only.

@adesinah adesinah left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cabljac cabljac marked this pull request as ready for review July 1, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants