Model reference · open weights
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 by | telepix |
|---|---|
| Type | Embedding models |
| Task | Embeddings |
| Parameters (lead) | 568M |
| Context | 8194 tokens |
| Runs with | sentence-transformers |
| Released | 2026-04-22 |
| Popularity | 13k downloads / month |
| Licence | Open weights |
About
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.
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
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()
)
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.
| Model Name | # params | STELLA (XL) | MTEB (ko) | RTEB (en) |
|---|---|---|---|---|
| telepix/PIXIE-Spell-v1.5-0.6B | 0.6B | 0.6731 | 0.7717 | 0.5923 |
| telepix/PIXIE-Spell-Preview-0.6B | 0.6B | 0.5364 | 0.7612 | 0.5722 |
| telepix/PIXIE-Rune-v1.5 | 0.5B | 0.6559 | 0.7651 | 0.5546 |
| telepix/PIXIE-Rune-v1.0 | 0.5B | 0.6345 | 0.7603 | 0.5439 |
| telepix/PIXIE-Rune-Preview | 0.5B | 0.6127 | 0.7698 | 0.4925 |
| nvidia/llama-embed-nemotron-8b | 8B | 0.7181 | 0.7813 | 0.6968 |
| Qwen/Qwen3-Embedding-8B | 8B | 0.6154 | 0.7839 | 0.7372 |
| Snowflake/snowflake-arctic-embed-l-v2.0 | 0.5B | 0.5448 | 0.7390 | 0.5222 |
| BAAI/bge-m3 | 0.5B | 0.5056 | 0.7483 | 0.5104 |
| Qwen/Qwen3-Embedding-0.6B | 0.6B | 0.4707 | 0.7017 | 0.6521 |
| Octen/Octen-Embedding-0.6B | 0.6B | 0.4683 | 0.7057 | 0.7378 |
| Salesforce/SFR-Embedding-Mistral | 7B | 0.4579 | N/A | N/A |
| Alibaba-NLP/gte-multilingual-base | 0.3B | 0.4097 | 0.7084 | 0.5261 |
| intfloat/multilingual-e5-large-instruct | 0.6B | 0.2384 | 0.7050 | 0.5481 |
| jinaai/jina-embeddings-v3 | 0.5B | N/A | 0.7088 | N/A |
| openai/text-embedding-3-large | N/A | N/A | 0.6646 | 0.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 is an aerospace-domain Information Retrieval (IR) benchmark constructed from NASA Technical Reports Server (NTRS) documents. It is designed to evaluate both:
STELLA provides dual-type synthetic queries and a cross-lingual extension for multilingual evaluation while keeping the corpus in English.
Descriptions of the benchmark datasets used for evaluation are as follows:
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
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.