EmbeddingArabic: strong supportNEW

BAAI BGE-M3

BGE-M3 (from the Beijing Academy of Artificial Intelligence) is the industry-standard multilingual embedding model: supporting 100+ languages including strong Arabic coverage, and uniquely emitting dense, sparse, and multi-vector representations from a single forward pass. 8192-token context window. The default starting point for any RAG pipeline; pair with `baai/bge-reranker-v2-m3` for the canonical two-stage retrieval stack.

Pricing

Input

$0.010 / 1M

Output

Pay only for what you use. No subscriptions, no minimums.

Specs

Context
8K
Max output
Latency
Fast
Category
Embedding
Arabic
Strong

Quick start

Use any OpenAI-compatible client. Just change base_url and your key.

from openai import OpenAI

client = OpenAI(
    api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
    base_url="https://api.thalam.ai/v1",
)

response = client.chat.completions.create(
    model="baai/bge-m3",
    messages=[
        {"role": "user", "content": "Hello from Thalam!"}
    ],
)

print(response.choices[0].message.content)

Similar models

Qwen3 Embedding 0.6B

NEWEmbeddingArabic

Tiny 0.6B Qwen3 embedding: designed for high-throughput RAG with a 32K window. Arabic-strong alternative to BGE.

Context
32K
Max output
Latency
Fast
Input price
$0.070 / 1M
Output price

More from BAAI

All BAAI models (2)