pub fn is_gemini_model(model_string: &str) -> bool
Returns true if the model name starts with "gemini-".
true
"gemini-"
The model name is first extracted from any fully-qualified resource path.