Skip to main content
Jina AI logo

Jina-Embeddings-V3

ReadyEmbeddingby Jina AI

Overview

About this model

jina-embeddings-v3 is a multilingual multi-task text embedding model designed for a variety of NLP applications. Based on the Jina-XLM-RoBERTa architecture, this model supports Rotary Position Embeddings to handle long input sequences up to 8192 tokens.

View model card on HuggingFace

Specifications

Model details

Provider
Jina AI
Modality
Embedding
Pricing
$0.02 / 1M

Modalities: text → text

API

Call it in code

One OpenAI-compatible API. Swap the model id and you're done.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.ecohash.com/v1",
    api_key="YOUR_API_KEY",
)

response = client.embeddings.create(
    model="jina-embeddings-v3",
    input="Semantic search over your documents",
)

Start building

Grab an API key and call this model in minutes.