Skip to content

Releases: mscraftsman/generative-ai

v2.0.1 - Gemini 2.0

11 Dec 19:06
Compare
Choose a tag to compare

Added

  • add types, enums, and properties for Multimodal Live API
  • add Google Search as a tool

Changed

  • extend README to show "Search as a tool"

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - Gemini 2.0

11 Dec 16:32
Compare
Choose a tag to compare

Added

  • add model gemini-2.0-flash-exp

Changed

  • drop both Experimental 0827 models

Full Changelog: v1.9.7...v2.0.0

v1.9.7

06 Dec 20:47
Compare
Choose a tag to compare

Added

  • add model gemini-exp-1206
  • add OpenAI list models endpoint
  • add OpenAI get model endpoint
  • add Imagen 3 samples from blog article
  • add list models functionality for Vertex AI
  • add ComputeTokens method for Vertex AI

Full Changelog: v1.9.6...v1.9.7

v1.9.6

26 Nov 05:19
Compare
Choose a tag to compare

Added

  • add Project IDX development environment
  • add OpenAI sample app

Changed

  • rename due to type/namespace conflict
  • update NuGet packages

Full Changelog: v1.9.5...v1.9.6

v1.9.5

22 Nov 03:44
Compare
Choose a tag to compare

Added

  • add model gemini-exp-1121 - #47 thanks to @doggy8088
  • set package identifier as User-Agent and Google API Client

Changed

  • improve inheritance modifiers
  • amend NuGet packages for .NET 6
  • Update M.E.AI to 9.0.1-preview.1.24570.5 by @stephentoub in #48

Full Changelog: v1.9.4...v1.9.5

v1.9.4 - LearnLM

21 Nov 13:25
Compare
Choose a tag to compare

Added

  • add LearnLM model learnlm-1.5-pro-experimental - thanks @doggy8088 [#46]
  • add Imagen3 on Google AI
  • extend interface for Imagen Generation Model

Changed

  • guard initialisation of models/services (Google AI)

Full Changelog: v1.9.3...v1.9.4

v1.9.3 - OpenAI

20 Nov 11:31
Compare
Choose a tag to compare

Changed

  • overwrite HTTP handling of API key
  • mark properties as optional
  • deserialize and return chat completions response

Full Changelog: v1.9.2...v1.9.3

v1.9.2

18 Nov 08:36
Compare
Choose a tag to compare

Added

  • add model gemini-exp-1114 - #45 thanks to @shankarvashist
  • add models gemini-1.5-flash-8b and gemini-1.5-flash-8b-latest
  • add services for Chat, Embeddings, and OpenAI
  • add EnableEnhancedCivicAnswers property

Full Changelog: v1.9.1...v1.9.2

v1.9.1

13 Nov 11:35
Compare
Choose a tag to compare

What's Changed

  • update NuGet package(s)
  • Update Microsoft.Extensions.AI to 9.0.0-preview.9.24556.5 by @stephentoub in #44

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0 - .NET 9.0

04 Nov 19:58
Compare
Choose a tag to compare

Added

  • add .NET 9.0 targeting
  • add feature: Interact with Vertex Tuned Models (#36)
  • add model/service for generated files
  • add method(s) to call Predict endpoints

Changed

  • refactor handling of base URLs and API endpoints
  • check request(s) for unsupported combination of options
  • update method to batch embeddings

Full Changelog: v1.8.3...v1.9.0