.NET SDK for Tensic, a sovereign AI orchestration platform.
Early preview. This package establishes the package ID and project layout. The public API is not stable and no HTTP transport is wired up yet. Expect breaking changes before
0.1.0.
dotnet add package TensicAI.Sdk --prereleaseusing TensicAI.Sdk;
var client = new TensicClient("https://manager.tensic.ai", "my-api-key");netstandard2.0 and net8.0, so it works from .NET Framework 4.6.1 upwards as
well as modern .NET.
| Language | Package | Repository |
|---|---|---|
| PHP | tensicai/php-sdk |
tensicai/php-sdk |
| Python | tensicai |
tensicai/python-sdk |
| Node | @tensicai/node-sdk |
tensicai/node-sdk |
| Rust | tensicai-rust-sdk |
tensicai/rust-sdk |
| .NET | TensicAI.Sdk |
tensicai/dotnet-sdk |
Apache-2.0