mscraftsman / generative-ai

Gemini AI SDK for .NET and ASP.NET Core enables developers to use Google's state-of-the-art generative AI models to build AI-powered features and applications.
https://mscraftsman.github.io/generative-ai/
Apache License 2.0
55 stars 11 forks source link

gemini release 3 new models #30

Closed doggy8088 closed 2 months ago

doggy8088 commented 2 months ago
  1. gemini-1.5-pro-exp-0827
  2. gemini-1.5-flash-8b-exp-0827
  3. gemini-1.5-flash-exp-0827

Ref 1: https://x.com/OfficialLoganK/status/1828480081574142227

Ref 2: https://www.unite.ai/google-releases-three-new-experimental-gemini-models/

doggy8088 commented 2 months ago

I see that these three Models have already been added.

jochenkirstaetter commented 1 month ago

Hello @doggy8088

Thank you so much for the references to new models. Really appreciate your support. Yes, I added them with Release 1.6.0 among others.

Furthermore, the model class is not an enumeration but provides constants to the model names (I'm terrible at memorizing). Any method accepting a model is based on string data type. In case that a model is not present as a constant one can use the value as string directly.

Thanks again, JoKi