You can install text-embeddings-inference locally to run it on your own Mac with Metal support.
Here are the step-by-step instructions for installation:
Install Rust on your machine by run the following in your terminal, then following the instructions:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install --path router -F metal
Once the installation is successfully complete, you can launch Text Embeddings Inference with Metal with the following command:
model=Qwen/Qwen3-Embedding-0.6B text-embeddings-router --model-id $model --port 8080
Now you are ready to use text-embeddings-inference locally on your machine.