Model reference · open weights

react-native-executorch-multi-qa-MiniLM-L6-cos

Available as managed deployment Embeddings software-mansion Embeddings 1 variants 1k dl/mo

react-native-executorch-multi-qa-MiniLM-L6-cos is an open-weight embedding model from software-mansion. 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 bysoftware-mansion
TypeEmbedding models
TaskEmbeddings
Runs withexecutorch
Released2025-05-07
Popularity1k downloads / month
LicenceOpen weights

About

What react-native-executorch-multi-qa-MiniLM-L6-cos is

This repository hosts the multi-qa-MiniLM-L6-cos-v1 models exported for the React Native ExecuTorch library as ExecuTorch .pte programs, ready to run on device.

Upstream model: multi-qa-MiniLM-L6-cos-v1

Read the full model card

Variants

PathBackendPrecision
coreml/multi_qa_minilm_l6_cos_v1_coreml_fp16.ptecoremlfp16
vulkan/multi_qa_minilm_l6_cos_v1_vulkan_fp16.ptevulkanfp16
xnnpack/multi_qa_minilm_l6_cos_v1_xnnpack_fp32.ptexnnpackfp32

Repository structure

config.json                                         47 B
coreml/config.json                                  947 B
coreml/multi_qa_minilm_l6_cos_v1_coreml_fp16.pte    43.4 MB
tokenizer.json                                      695 kB
tokenizer_config.json                               383 B
vulkan/config.json                                  947 B
vulkan/multi_qa_minilm_l6_cos_v1_vulkan_fp16.pte    43.1 MB
xnnpack/config.json                                 949 B
xnnpack/multi_qa_minilm_l6_cos_v1_xnnpack_fp32.pte  86.2 MB

Compatibility

These files are published for the ExecuTorch v1.4.1 runtime. ExecuTorch gives no forward compatibility guarantee, so an older runtime may fail to load them.

To use them in React Native ExecuTorch, pass the model constant shipped in the library's model registry to the corresponding task pipeline. See the documentation.

To load these files in your own ExecuTorch runtime, read the compatibility note first.

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

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys react-native-executorch-multi-qa-minilm-l6-cos for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (react-native-executorch-multi-qa-minilm-l6-cos 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":"react-native-executorch-multi-qa-minilm-l6-cos","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