shipwithjev

Catalog / Tools & apps

0496GitHub

typesafeai-dotnet-sdk

.NET SDK for Jev.

saibimajdi/typesafeai-dotnet-sdkREADME ↗
# TypeSafeAI .NET SDK

[](https://github.com/saibimajdi/typesafeai-dotnet-sdk/actions/workflows/ci.yml)
[](https://www.nuget.org/packages/TypeSafeAI.Sdk)
[](https://www.nuget.org/packages/TypeSafeAI.Sdk)
[](https://github.com/saibimajdi/typesafeai-dotnet-sdk/blob/main/LICENSE)
[](#requirements)

Ask typed, answerable questions about any text or JSON state, and get structured,
probability-backed answers back: yes/no probabilities, a chosen option out of a set you
define, or a position on a rubric you define.

This is a community SDK. It is an independent client for the TypeSafe AI System One HTTP API,
written and maintained by the community.

Links below point at the repository, because NuGet renders this file as a standalone page where
relative paths do not resolve.

> [!IMPORTANT]
> **This project is not affiliated with, sponsored by, or endorsed by TypeSafe AI.**
> It is an independent, community-maintained client library. "TypeSafe" and "System One" are
> used only to describe the API this library talks to. For the API, the service, the models,
> and anything about accounts, billing, or uptime, contact TypeSafe AI directly through
> [typesafe.ai](https://typesafe.ai/) and [console.typesafe.ai](https://console.typesafe.ai/).
> See [SUPPORT.md](https://github.com/saibimajdi/typesafeai-dotnet-sdk/blob/main/SUPPORT.md) for which venue to use for what.

## Why this SDK

- **Typed answers, not prose.** Every question is declared with a kind and answered inside the
  constraints you supplied, so nothing has to be parsed out of generated text.
- **One round trip for many questions.** Questions in a single request are evaluated in
  parallel against the same state. Adding a speculative question is nearly free, which makes
  fan-out and confidence-gated routing practical inste

Also filed under Tools & apps