Skip to content

refactor(py/plugins): remove some deprecated models#5126

Open
cabljac wants to merge 1 commit intogenkit-ai:mainfrom
invertase:chore/py-remove-deprecated-models
Open

refactor(py/plugins): remove some deprecated models#5126
cabljac wants to merge 1 commit intogenkit-ai:mainfrom
invertase:chore/py-remove-deprecated-models

Conversation

@cabljac
Copy link
Copy Markdown
Contributor

@cabljac cabljac commented Apr 14, 2026

Context

The following models are deprecated and should be removed from 'supported' or 'known' models. All deprecations are P0.

  • gemini-3-pro-preview (GoogleAI): Shutdown Date March 9, 2026.
  • claude-3-haiku@20240307 (Vertex Model Garden): Shutdown Date August 23, 2026.

Summary

  • Removes deprecated gemini-3-pro-preview from Python Google GenAI known/supported model surfaces.
  • Removes deprecated Claude 3 Haiku (claude-3-haiku-20240307 / claude-3-haiku) from Python known model maps.
  • Updates affected tests to reflect the reduced supported-model set.

Checklist

[x] PR title is following https://www.conventionalcommits.org/en/v1.0.0/
[x] Tested (manually, unit tested, etc.)
[x] Docs updated (updated docs or a docs bug required)

Copy link
Copy Markdown
Contributor

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

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 removes the CLAUDE_3_HAIKU model from the Anthropic plugin and the gemini-3-pro-preview model from the Google GenAI plugin. The changes include updating model definitions, supported model lists, enums, and associated tests to reflect the removal of these models. I have no feedback to provide.

@cabljac cabljac force-pushed the chore/py-remove-deprecated-models branch from e360275 to 477883a Compare April 14, 2026 15:36
@cabljac cabljac marked this pull request as ready for review April 14, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants