Changes for adding gemma model config#90
Draft
vavarshn wants to merge 2 commits into
Draft
Conversation
kupratyu-splunk
approved these changes
May 13, 2026
7952ecc to
7c0722d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This MR updates the AI Tier SAIA model deployment config to use Gemma 4 as the primary hosted SAIA v2 model while keeping GPT-OSS 20B available for supporting flows.
Changes include:
GptOss120bRay Serve application withGemma431bIt(gemma4_31b_it).GptOss20bdeployed for field descriptions, conversation titles, and metadata-description paths used by SAIA service.Gemma431bItandGptOss20b.Gemma431bIt+GptOss20bas the text generation apps.gpt-oss-120btogemma-4-31b-it.Why
SAIA v2 hosted model selection now defaults to Gemma 4 when
use_gpt_oss_120bis false or missing. This operator change makes the corresponding Gemma 4 Ray endpoint available in AI Tier and removes the GPT-OSS 120B app from the local deployment config.GPT-OSS 20B is intentionally retained because
saia-servicestill uses it for auxiliary CMP flows such as field descriptions, title generation, and metadata descriptions.