File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1- ![ Icon] ( assets/icon.png ) .NET SDK
2- ============
3-
4- [ ![ Version] ( https://img.shields.io/nuget/vpre/xAI.svg?color=royalblue )] ( https://www.nuget.org/packages/xAI )
5- [ ![ Downloads] ( https://img.shields.io/nuget/dt/xAI.svg?color=darkmagenta )] ( https://www.nuget.org/packages/xAI )
6- [ ![ EULA] ( https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30 )] ( osmfeula.txt )
7- [ ![ OSS] ( https://img.shields.io/github/license/devlooped/oss.svg?color=blue )] ( license.txt )
1+ <div align =" center " >
2+ <img src =" assets/xai.png " alt =" xAI Logo " width =" 100 " />
3+ <h1 >xAI .NET SDK</h1 >
4+ <p >The unofficial .NET SDK for xAI's APIs</p >
5+ <a href =" https://www.nuget.org/packages/xAI " >
6+ <img src="https://img.shields.io/nuget/vpre/xAI.svg?color=royalblue" alt="NuGet Version" />
7+ </a >
8+ <a href =" https://www.nuget.org/packages/xAI " >
9+ <img src="https://img.shields.io/nuget/dt/xAI.svg?color=darkmagenta" alt="NuGet Downloads" />
10+ </a >
11+ <a href =" osmfeula.txt " >
12+ <img src="https://img.shields.io/badge/EULA-OSMF-blue?labelColor=black&color=C9FF30" alt="EULA" />
13+ </a >
14+ <a href =" license.txt " >
15+ <img src="https://img.shields.io/github/license/devlooped/oss.svg?color=blue" alt="License" />
16+ </a >
17+ </div >
18+
19+ <br >
820
921xAI .NET SDK based on the official gRPC API reference from xAI with integration for
1022Microsoft.Extensions.AI and Microsoft.Agents.AI.
@@ -22,6 +34,7 @@ OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org
2234
2335<!-- https://github.com/devlooped/.github/raw/main/osmf.md -->
2436
37+ ## Usage
2538<!-- #xai -->
2639xAI/Grok integration for Microsoft.Extensions.AI ` IChatClient ` with full support for all
2740[ agentic tools] ( https://docs.x.ai/docs/guides/tools/overview ) :
You can’t perform that action at this time.
0 commit comments