Skip to main content
Jina AI logo

Jina-Embeddings-V4

ReadyEmbeddingby Jina AI

Overview

About this model

jina-embeddings-v4 is a universal embedding model for multimodal and multilingual retrieval. The model is specially designed for complex document retrieval, including visually rich documents with charts, tables, and illustrations.

Specifications

Model details

Provider
Jina AI
Modality
Embedding
Pricing
$0.12 / 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-v4",
    input="Semantic search over your documents",
)

Start building

Grab an API key and call this model in minutes.