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.
Specifications
Model details
- Provider
- Jina AI
- Modality
- Embedding
- Pricing
- $0.02 / 1M
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",
)More models