# Cohere Fields

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

Models published by Cohere.

## CohereCommandA

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

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

```csharp
public static readonly GitHubModel CohereCommandA
```

## CohereCommandR082024

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

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

```csharp
public static readonly GitHubModel CohereCommandR082024
```

## CohereCommandRPlus082024

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

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

```csharp
public static readonly GitHubModel CohereCommandRPlus082024
```

## CohereEmbedV3English

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

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

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 GitHubModel CohereEmbedV3English
```

## CohereEmbedV3Multilingual

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

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

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 GitHubModel CohereEmbedV3Multilingual
```
