Hi,
Is it possible to use Gemini PRO model using C# Google.Cloud.AIPlatform.V1 library?
I tryed but I was only able to use bison models, when I try to use Gemini I get the following error:
{“Status(StatusCode="FailedPrecondition", Detail="Gemini cannot be accessed through Vertex Predict/RawPredict API. Please follow https://cloud.google.com/vertex-ai/docs/generative-ai/start/quickstarts/quickstart-multimodal for Gemini usage.")”}
Thank you.