# XAI Fields

- Package: [Aspire.Hosting.GitHub.Models](/reference/api/csharp/aspire.hosting.github.models.md)
- Type: [XAI](/reference/api/csharp/aspire.hosting.github.models/xai.md)
- Kind: `Fields`
- Members: `2`

Models published by xAI.

## Grok3

- Name: `Grok3`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.GitHub.Models/GitHubModel.Generated.cs)

Grok 3 is xAI's debut model, pretrained by Colossus at supermassive scale to excel in specialized domains like finance, healthcare, and the law.

```csharp
public static readonly GitHubModel Grok3
```

## Grok3Mini

- Name: `Grok3Mini`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.GitHub.Models/GitHubModel.Generated.cs)

Grok 3 Mini is a lightweight model that thinks before responding. Trained on mathematic and scientific problems, it is great for logic-based tasks.

```csharp
public static readonly GitHubModel Grok3Mini
```
