Model reference · open weights

PIXIE-Rune

Available as managed deployment Embeddings telepix Embeddings 1 variants 13k dl/mo

PIXIE-Rune is an open-weight embedding model from telepix. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released bytelepix
TypeEmbedding models
TaskEmbeddings
Parameters (lead)568M
Context8194 tokens
Runs withsentence-transformers
Released2026-04-22
Popularity13k downloads / month
LicenceOpen weights

About

What PIXIE-Rune is

PIXIE-Rune-v1.5 is an encoder-based embedding model trained on Korean and English information retrieval dataset, developed by TelePIX Co., Ltd. PIXIE stands for TelePIX Intelligent Embedding, representing TelePIX’s high-performance embedding technology. This model is specifically optimized for semantic retrieval tasks in Korean and English, and demonstrates strong performance in aerospace domain. Through extensive fine-tuning and domain-specific evaluation, PIXIE shows robust retrieval quality for real-world use cases such as document understanding, technical QA, and semantic search in aerospace and related high-precision fields. It also performs competitively across a wide range of open-domain Korean and English retrieval benchmarks, making it a versatile foundation for multilingual semantic search systems.

Read the full model card

Model Description

  • Model Type: Sentence Transformer

  • Maximum Sequence Length: 6144 tokens

  • Output Dimensionality: 1024 dimensions

  • Similarity Function: Cosine Similarity

  • Language: Multilingual — optimized for high performance in Korean and English

  • Domain Specialization: Aerospace Information Retrieval

  • License: apache-2.0

Full Model Architecture

SentenceTransformer(
  (0): Transformer({'max_seq_length': 6144, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
  (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
  (2): Normalize()
)

Quality Benchmarks

PIXIE-Rune-v1.5 is a multilingual embedding model specialized for Korean and English retrieval tasks. It delivers consistently strong performance across a diverse set of domain-specific and open-domain benchmarks in both languages, demonstrating its effectiveness in real-world semantic search applications. The table below presents the retrieval performance of several embedding models evaluated on a variety of Korean and English benchmarks. We report Normalized Discounted Cumulative Gain (nDCG@10) scores, which measure how well a ranked list of documents aligns with ground truth relevance. Higher values indicate better retrieval quality.

All evaluations were conducted using the open-source Korean-MTEB-Retrieval-Evaluators codebase to ensure consistent dataset handling, indexing, retrieval, and nDCG@10 computation across models.

Benchmark Overview and Dataset Descriptions

Model Name# paramsSTELLA (XL)MTEB (ko)RTEB (en)
telepix/PIXIE-Spell-v1.5-0.6B0.6B0.67310.77170.5923
telepix/PIXIE-Spell-Preview-0.6B0.6B0.53640.76120.5722
telepix/PIXIE-Rune-v1.50.5B0.65590.76510.5546
telepix/PIXIE-Rune-v1.00.5B0.63450.76030.5439
telepix/PIXIE-Rune-Preview0.5B0.61270.76980.4925
nvidia/llama-embed-nemotron-8b8B0.71810.78130.6968
Qwen/Qwen3-Embedding-8B8B0.61540.78390.7372
Snowflake/snowflake-arctic-embed-l-v2.00.5B0.54480.73900.5222
BAAI/bge-m30.5B0.50560.74830.5104
Qwen/Qwen3-Embedding-0.6B0.6B0.47070.70170.6521
Octen/Octen-Embedding-0.6B0.6B0.46830.70570.7378
Salesforce/SFR-Embedding-Mistral7B0.4579N/AN/A
Alibaba-NLP/gte-multilingual-base0.3B0.40970.70840.5261
intfloat/multilingual-e5-large-instruct0.6B0.23840.70500.5481
jinaai/jina-embeddings-v30.5BN/A0.7088N/A
openai/text-embedding-3-largeN/AN/A0.66460.6174

To better interpret the evaluation results above, we briefly describe the characteristics and evaluation intent of each benchmark suite used in this comparison. Each benchmark is designed to assess different aspects of retrieval capability, ranging from domain-specific technical understanding to open-domain and multilingual generalization.

STELLA

STELLA is an aerospace-domain Information Retrieval (IR) benchmark constructed from NASA Technical Reports Server (NTRS) documents. It is designed to evaluate both:

  • Lexical matching ability (does the retriever benefit from exact technical terms? | TCQ)
  • Semantic matching ability (can the retriever match concepts even when technical terms are not explicitly used? | TAQ).

STELLA provides dual-type synthetic queries and a cross-lingual extension for multilingual evaluation while keeping the corpus in English.

6 Datasets of MTEB (Korean)

Descriptions of the benchmark datasets used for evaluation are as follows:

  • Ko-StrategyQA A Korean multi-hop open-domain question answering dataset designed for complex reasoning over multiple documents.
  • AutoRAGRetrieval A domain-diverse retrieval dataset covering finance, government, healthcare, legal, and e-commerce sectors.
  • MIRACLRetrieval A document retrieval benchmark built on Korean Wikipedia articles.
  • PublicHealthQA A retrieval dataset focused on medical and public health topics.
  • BelebeleRetrieval A dataset for retrieving relevant content from web and news articles in Korean.
  • MultiLongDocRetrieval A long-document retrieval benchmark based on Korean Wikipedia and mC4 corpus.
RTEB (English)

Retrieval Embedding Benchmark (RTEB), a new benchmark designed to reliably evaluate the retrieval accuracy of embedding models for real-world applications. Existing benchmarks struggle to measure true generalization, while RTEB addresses this with a hybrid strategy of open and private datasets. Its goal is simple: to create a fair, transparent, and application-focused s

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys pixie-rune for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (pixie-rune below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"pixie-rune","input":"text to embed"}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms