v4

latestOpenAPI 3.1.02026-08-021957100.4 KB
Search Foundation Models

Embeddings

Generate embeddings for text, images, or documents.

World-class multimodal multilingual embeddings for semantic search, similarity matching, clustering, and classification tasks.

post/v1/embeddings

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "embedding_type": "float",
  "input": [
    "A beautiful sunset over the beach",
    "Jina AI - Your Search Foundation - Supercharged"
  ],
  "model": "jina-embeddings-v2-base-en",
  "normalized": true,
  "truncate": false
}

Response

Successful Response

modelstring required

The model used to generate the embeddings.

objectstring

Object type, always list.