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.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public ModelClient ModelClient { get; }

Property Value

ModelClient

See Also