# Sentence Embeddings Model This model uses `SentenceTransformer` with the `all-MiniLM-L6-v2` pre-trained model to generate sentence embeddings. ## API Endpoint **POST** `/models/{model_id}` ### Request Format ```json { "inputs": { "source_sentence": "string", "sentences": ["string", "string", ...] } }