Jina AI Models on XALEN

Multilingual embedding models for search.

Founded: 2020 · HQ: Berlin, Germany · 1 models available

Available Models

Jina Embeddings v3

Embedding

Multilingual embeddings optimized for search and RAG.

Params: ~300M Context: 8K Input: $0.002 Output: N/A Latency: ~15ms

Quick Start

import XALEN from 'xalen-sdk';

const client = new XALEN({ apiKey: 'xln_test_YOUR_KEY' });

const response = await client.chat.completions.create({
  model: 'jina-embeddings-v3',
  messages: [{ role: 'user', content: 'Hello!' }]
});

Start Using Jina AI Models

All models available through a single API. No separate accounts needed.

Get API Key

Last updated: 2026-05-21.