# Cohere Fields

- Package: [Aspire.Hosting.Foundry](/reference/api/csharp/aspire.hosting.foundry.md)
- Type: [Cohere](/reference/api/csharp/aspire.hosting.foundry/cohere.md)
- Kind: `Fields`
- Members: `8`

Models published by Cohere.

## CohereCommandA

- Name: `CohereCommandA`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Command A is a highly efficient generative model that excels at agentic and multilingual use cases.

```csharp
public static readonly FoundryModel CohereCommandA
```

## CohereCommandR082024

- Name: `CohereCommandR082024`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Command R is a scalable generative model targeting RAG and Tool Use to enable production-scale AI for enterprise.

```csharp
public static readonly FoundryModel CohereCommandR082024
```

## CohereCommandRPlus082024

- Name: `CohereCommandRPlus082024`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Command R+ is a state-of-the-art RAG-optimized model designed to tackle enterprise-grade workloads.

```csharp
public static readonly FoundryModel CohereCommandRPlus082024
```

## CohereEmbedV3English

- Name: `CohereEmbedV3English`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Cohere Embed English is the market's leading text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering.

```csharp
public static readonly FoundryModel CohereEmbedV3English
```

## CohereEmbedV3Multilingual

- Name: `CohereEmbedV3Multilingual`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Cohere Embed Multilingual is the market's leading text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering.

```csharp
public static readonly FoundryModel CohereEmbedV3Multilingual
```

## CohereRerankV40Fast

- Name: `CohereRerankV40Fast`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Rerank improves search systems by sorting documents based on their semantic similarity to a query

```csharp
public static readonly FoundryModel CohereRerankV40Fast
```

## CohereRerankV40Pro

- Name: `CohereRerankV40Pro`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Rerank improves search systems by sorting documents based on their semantic similarity to a query

```csharp
public static readonly FoundryModel CohereRerankV40Pro
```

## EmbedV40

- Name: `EmbedV40`
- Modifiers: `static` `readonly`
- Returns: [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs)

Embed 4 transforms texts and images into numerical vectors

```csharp
public static readonly FoundryModel EmbedV40
```
