# MistralAI Fields

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

Models published by Mistral AI.

## Codestral2501

- Name: `Codestral2501`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Codestral 25.01 by Mistral AI is designed for code generation, supporting 80+ programming languages, and optimized for tasks like code completion and fill-in-the-middle

```csharp
public static readonly GitHubModel Codestral2501
```

## Ministral3B

- Name: `Ministral3B`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Ministral 3B is a state-of-the-art Small Language Model (SLM) optimized for edge computing and on-device applications. As it is designed for low-latency and compute-efficient inference, it it also the perfect model for standard GenAI applications that have

```csharp
public static readonly GitHubModel Ministral3B
```

## MistralLarge2411

> **Obsolete:** This model has been removed from GitHub Models.

- Name: `MistralLarge2411`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Mistral Large 24.11 offers enhanced system prompts, advanced reasoning and function calling capabilities.

```csharp
public static readonly GitHubModel MistralLarge2411
```

## MistralMedium32505

- Name: `MistralMedium32505`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Mistral Medium 3 is an advanced Large Language Model (LLM) with state-of-the-art reasoning, knowledge, coding and vision capabilities.

```csharp
public static readonly GitHubModel MistralMedium32505
```

## MistralNemo

> **Obsolete:** This model has been removed from GitHub Models.

- Name: `MistralNemo`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Mistral Nemo is a cutting-edge Language Model (LLM) boasting state-of-the-art reasoning, world knowledge, and coding capabilities within its size category.

```csharp
public static readonly GitHubModel MistralNemo
```

## MistralSmall31

- Name: `MistralSmall31`
- Modifiers: `static` `readonly`
- Returns: [GitHubModel](/reference/api/csharp/aspire.hosting.github.models/githubmodel.md)

Enhanced Mistral Small 3 with multimodal capabilities and a 128k context length.

```csharp
public static readonly GitHubModel MistralSmall31
```
