> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/ai/ai-model-hub/models/embedding-models/paraphrase-multilingual-mpnet-v2.md).

# Paraphrase Multilingual MPNet v2

**Summary:** Paraphrase Multilingual MPNet v2 is a compact and efficient multilingual sentence transformer that creates 768-dimensional vector representations optimized for cross-lingual semantic similarity and paraphrase detection. This model excels in multilingual content comparison, duplicate detection, semantic search across languages, and cross-lingual information retrieval. It is ideal for applications requiring fast and efficient multilingual text understanding with minimal computational overhead.

|                   **Intelligence**                  |                                                                **Speed**                                                               |                                                                 **Input**                                                                 |                                                                 **Output**                                                                |
| :-------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
| ![Intelligence active](/files/dnDi7yuqXqkBFqwaxdnm) | ![Speed active](/files/evfYW3bq4dTBLlZH3dQf) ![Speed active](/files/evfYW3bq4dTBLlZH3dQf) ![Speed active](/files/evfYW3bq4dTBLlZH3dQf) | ![Text active](/files/45qlqURbT8c2Ekr8HJfK) ![Image inactive](/files/0mPVwOtrYhZrpz9clC3D) ![Audio inactive](/files/PRglWWEC5Zoc5fgynNLM) | ![Text active](/files/45qlqURbT8c2Ekr8HJfK) ![Image inactive](/files/0mPVwOtrYhZrpz9clC3D) ![Audio inactive](/files/PRglWWEC5Zoc5fgynNLM) |
|                        *Low*                        |                                                                 *High*                                                                 |                                                                   *Text*                                                                  |                                                              *Number Vector*                                                              |

## Central parameters

**Description:** Sentence transformer model producing 768-dimensional vectors with support for shorter input lengths across multiple languages.

**Model identifier:** `sentence-transformers/paraphrase-multilingual-mpnet-base-v2`

## IONOS CLOUD AI Model Hub Lifecycle and Alternatives

| **IONOS CLOUD start date** | **End of Life** |                                             **Alternative**                                             | **Successor** |
| :------------------------: | :-------------: | :-----------------------------------------------------------------------------------------------------: | :-----------: |
|      *January 1, 2025*     |       N/A       | [<mark style="color:blue;">**BGE M3**</mark>](/cloud/ai/ai-model-hub/models/embedding-models/bge-m3.md) |               |

## Origin

|                                     **Provider**                                    | **Country** |                                   **License**                                   | **Flavor** |   **Release**   |
| :---------------------------------------------------------------------------------: | :---------: | :-----------------------------------------------------------------------------: | :--------: | :-------------: |
| [<mark style="color:blue;">**SentenceTransformers**</mark>](https://www.sbert.net/) |  Community  | [<mark style="color:blue;">**License**</mark>](http://arxiv.org/abs/1908.10084) |    Base    | *July 23, 2021* |

## Technology

| **Input Length** | **Parameters** | **Tensor Type** | **Multilingual** |                                                           **Further details**                                                           |
| :--------------: | :------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------------------------------------------------------: |
|       *128*      |     *278M*     |     *float*     |       *Yes*      | [<mark style="color:blue;">**Hugging Face**</mark>](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2) |

## Modalities

|     **Text**     |   **Image**   |   **Audio**   |
| :--------------: | :-----------: | :-----------: |
| Input and output | Not supported | Not supported |

## Endpoints

| **Chat Completions** | **Embeddings** | **Image generation** |
| :------------------: | :------------: | :------------------: |
|     Not supported    |  v1/embeddings |     Not supported    |

## Features

| **Streaming** | **Reasoning** | **Tool calling** |
| :-----------: | :-----------: | :--------------: |
| Not supported | Not supported |   Not supported  |

## Rate limits

Rate limits ensure fair usage and reliable access to the AI Model Hub. In addition to the [<mark style="color:blue;">contract-wide rate limits</mark>](/cloud/ai/ai-model-hub/how-tos/rate-limits.md), no model-specific limits apply.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/ai/ai-model-hub/models/embedding-models/paraphrase-multilingual-mpnet-v2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
