# MistralAI

- Kind: `class`
- Package: [Aspire.Hosting.Foundry](/reference/api/csharp/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Namespace: `Aspire.Hosting.Foundry`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Models published by Mistral AI.

## Definition

```csharp
namespace Aspire.Hosting.Foundry;

public static class MistralAI
{
    // ...
}
```

## Fields

- [Codestral2501](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#codestral2501) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- 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
- [Ministral3B](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#ministral3b) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- 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
- [MistralDocumentAi2505](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#mistraldocumentai2505) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Document conversion to markdown with interleaved images and text
- [MistralDocumentAi2512](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#mistraldocumentai2512) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Document conversion to markdown with interleaved images and text
- [MistralLarge3](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#mistrallarge3) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Mistral Large 3 is a state-of-the-art General-purpose Multimodal granular Mixture-of-Experts model with 39B active parameters, 673B total parameters featuring 128 experts per layer and Multi-Latent attention.
- [MistralMedium2505](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#mistralmedium2505) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Mistral Medium 3 is an advanced Large Language Model (LLM) with state-of-the-art reasoning, knowledge, coding and vision capabilities.
- [MistralSmall2503](/reference/api/csharp/aspire.hosting.foundry/mistralai/fields.md#mistralsmall2503) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Enhanced Mistral Small 3 with multimodal capabilities and a 128k context length.
