https://github.com/tryagi/together
SDK for Together API
https://github.com/tryagi/together
ai api csharp dotnet generated langchain langchain-dotnet net6 net7 netstandard openapi sdk together
Last synced: 8 days ago
JSON representation
SDK for Together API
- Host: GitHub
- URL: https://github.com/tryagi/together
- Owner: tryAGI
- License: mit
- Created: 2023-08-25T11:47:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T18:30:38.000Z (8 days ago)
- Last Synced: 2025-05-13T01:16:24.267Z (8 days ago)
- Topics: ai, api, csharp, dotnet, generated, langchain, langchain-dotnet, net6, net7, netstandard, openapi, sdk, together
- Language: C#
- Homepage: https://tryagi.github.io/Together/
- Size: 739 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Together
[](https://www.nuget.org/packages/Together/)
[](https://github.com/tryAGI/Together/actions/workflows/dotnet.yml)
[](https://github.com/tryAGI/Together/blob/main/LICENSE.txt)
[](https://discord.gg/Ca2xhfBf3v)## Features 🔥
- Fully generated C# SDK based on [official Together OpenAPI specification](https://raw.githubusercontent.com/togethercomputer/openapi/main/openapi.yaml) using [OpenApiGenerator](https://github.com/HavenDV/OpenApiGenerator)
- 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 Together;using var api = new TogetherApi(apiKey);
```## Support
Priority place for bugs: https://github.com/tryAGI/Together/issues
Priority place for ideas and general questions: https://github.com/tryAGI/Together/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).