Currently there is an official library for Vertex and about 20 third party libraries for Gemini API.
Can we get an official one please.
Currently there is an official library for Vertex and about 20 third party libraries for Gemini API.
Can we get an official one please.
Hi Linda, Thanks for raising this feature request. We are tracking this internally and we will update this post as we progress.
Note: I am willing to help.
Hi,
I’m of those 20 third-party offerings. Due to the lack of an official SDK for .NET I started to implement my package based on the REST API endpoints and API reference documentation. It is as good as feature complete and I’m about to start working on better developer experience with high-level types to abstract the underlying complexity of the JSON structures.
It is designed in compliance with the other available Google SDKs for Gemini. All examples for the other SDKs have been implemented and are working successfully. It works against Google AI and Vertex AI Gemini API endpoints supporting API key, OAuth, and ADC. Optionally, Google Cloud Client Library for .NET has been added.
Recently, I used Gemini 1.5 to analyze and review the source code.
Personally, I’m a GDE for Google Cloud and MVP alumni for Developer Technologies with an active Google Individual CLA signed. Glad to assist developing an official Gemini SDK for .NET
I would be willing to argue that you are currently the best option of those 20 or so options.
Thanks, very much appreciated.