# Cohere

- 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 Cohere.

## Definition

```csharp
namespace Aspire.Hosting.Foundry;

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

## Fields

- [CohereCommandA](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#coherecommanda) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Command A is a highly efficient generative model that excels at agentic and multilingual use cases.
- [CohereCommandR082024](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#coherecommandr082024) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Command R is a scalable generative model targeting RAG and Tool Use to enable production-scale AI for enterprise.
- [CohereCommandRPlus082024](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#coherecommandrplus082024) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Command R+ is a state-of-the-art RAG-optimized model designed to tackle enterprise-grade workloads.
- [CohereEmbedV3English](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#cohereembedv3english) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Cohere Embed English is the market's leading text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering.
- [CohereEmbedV3Multilingual](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#cohereembedv3multilingual) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Cohere Embed Multilingual is the market's leading text representation model used for semantic search, retrieval-augmented generation (RAG), classification, and clustering.
- [CohereRerankV40Fast](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#coherererankv40fast) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Rerank improves search systems by sorting documents based on their semantic similarity to a query
- [CohereRerankV40Pro](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#coherererankv40pro) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Rerank improves search systems by sorting documents based on their semantic similarity to a query
- [EmbedV40](/reference/api/csharp/aspire.hosting.foundry/cohere/fields.md#embedv40) : [FoundryModel](/reference/api/csharp/aspire.hosting.foundry/foundrymodel.md) `static` -- Embed 4 transforms texts and images into numerical vectors
