How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
# Run inference directly in the terminal:
llama cli -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
# Run inference directly in the terminal:
llama cli -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
# Run inference directly in the terminal:
./llama-cli -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dispatchAI/Qwen3-Embedding-0.6B-mobile
Use Docker
docker model run hf.co/dispatchAI/Qwen3-Embedding-0.6B-mobile
Quick Links

Qwen3-Embedding-0.6B-mobile

πŸ“‹ Not Chat β€” This is not a chat model.

Model Details

Attribute Value
Base Model Qwen/Qwen3-Embedding-0.6B
Type NOT_CHAT
License apache-2.0

Usage

This model is designed for embeddings, not chat.

πŸš€ dispatchAI

Downloads last month
388
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collections including dispatchAI/Qwen3-Embedding-0.6B-mobile