langchain_community.llms.vertexai
.is_gemini_model¶
- langchain_community.llms.vertexai.is_gemini_model(model_name: str) bool [source]¶
Returns True if the model name is a Gemini model.
- Parameters
model_name (str) –
- Return type
bool