https://github.com/tryagi/google_generative_ai
C# SDK based on official Google Gemini OpenAPI specification
https://github.com/tryagi/google_generative_ai
ai autosdk csharp dotnet langchain langchain-dotnet net8 netstandard sdk
Last synced: 5 months ago
JSON representation
C# SDK based on official Google Gemini OpenAPI specification
- Host: GitHub
- URL: https://github.com/tryagi/google_generative_ai
- Owner: tryAGI
- License: mit
- Created: 2024-09-29T12:37:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:45:18.000Z (over 1 year ago)
- Last Synced: 2024-10-24T21:45:20.100Z (over 1 year ago)
- Topics: ai, autosdk, csharp, dotnet, langchain, langchain-dotnet, net8, netstandard, sdk
- Language: C#
- Homepage: https://tryagi.github.io/Google_Generative_AI/
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google.Gemini
[](https://www.nuget.org/packages/Google_Gemini/)
[](https://github.com/tryAGI/Google_Generative_AI/actions/workflows/dotnet.yml)
[](https://github.com/tryAGI/Google_Generative_AI/blob/main/LICENSE.txt)
[](https://discord.gg/Ca2xhfBf3v)
## Features 🔥
- Fully generated C# SDK based on [official Google.Gemini OpenAPI specification](https://raw.githubusercontent.com/Google.Gemini/assemblyai-api-spec/main/openapi.yml) using [AutoSDK](https://github.com/HavenDV/AutoSDK)
- Same day update to support new features
- Updated and supported automatically if there are no breaking changes
- All modern .NET features - nullability, trimming, NativeAOT, etc.
- Support .Net Framework/.Net Standard 2.0
### Usage
```csharp
using Google.Gemini;
using var client = new GeminiClient(apiKey);
```
## Support
Priority place for bugs: https://github.com/tryAGI/Google_Generative_AI/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Google_Generative_AI/discussions
Discord: https://discord.gg/Ca2xhfBf3v
## Acknowledgments

This project is supported by JetBrains through the [Open Source Support Program](https://jb.gg/OpenSourceSupport).

This project is supported by CodeRabbit through the [Open Source Support Program](https://github.com/marketplace/coderabbitai).