GenAIModelClient Property
Gets the instance of the
ModelClient class associated with the
GoogleAi instance.
This property allows access to functionality for interacting with the Gemini API Models endpoint, enabling
operations such as retrieving and listing AI models.
Namespace: GenerativeAIAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public ModelClient ModelClient { get; }
Property Value
ModelClient