Skip to content

Commit afeee0a

Browse files
committed
Take header inspiration from python sdk
1 parent d82e808 commit afeee0a

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

assets/xai.png

1.46 KB
Loading

readme.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
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

921
xAI .NET SDK based on the official gRPC API reference from xAI with integration for
1022
Microsoft.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 -->
2639
xAI/Grok integration for Microsoft.Extensions.AI `IChatClient` with full support for all
2740
[agentic tools](https://docs.x.ai/docs/guides/tools/overview):

0 commit comments

Comments
 (0)