Instructions to use mlx-community/Step-3.5-Flash-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Step-3.5-Flash-bf16 with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("mlx-community/Step-3.5-Flash-bf16") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use mlx-community/Step-3.5-Flash-bf16 with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Step-3.5-Flash-bf16"
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mlx-community/Step-3.5-Flash-bf16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- MLX LM
How to use mlx-community/Step-3.5-Flash-bf16 with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "mlx-community/Step-3.5-Flash-bf16"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "mlx-community/Step-3.5-Flash-bf16" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "mlx-community/Step-3.5-Flash-bf16", "messages": [ {"role": "user", "content": "Hello"} ] }' - Hermes Agent
How to use mlx-community/Step-3.5-Flash-bf16 with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Step-3.5-Flash-bf16"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mlx-community/Step-3.5-Flash-bf16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mlx-community/Step-3.5-Flash-bf16 with OpenClaw:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "mlx-community/Step-3.5-Flash-bf16"
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mlx-community/Step-3.5-Flash-bf16" \ --custom-provider-id mlx-lm \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload
Browse files- model-00031-of-00127.safetensors +3 -0
- model-00032-of-00127.safetensors +3 -0
- model-00033-of-00127.safetensors +3 -0
- model-00034-of-00127.safetensors +3 -0
- model-00035-of-00127.safetensors +3 -0
- model-00036-of-00127.safetensors +3 -0
- model-00037-of-00127.safetensors +3 -0
- model-00038-of-00127.safetensors +3 -0
- model-00039-of-00127.safetensors +3 -0
- model-00040-of-00127.safetensors +3 -0
model-00031-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6694bd67c640cac0d81cbbcd89ef68e7dbfe38e3e7a6510e2a7ffc76be9c44c1
|
| 3 |
+
size 3272625499
|
model-00032-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dfd884b21081eb1bf786d6f92fee48a91278b70fb7a3097c0bf8d02496a77d1
|
| 3 |
+
size 3019899042
|
model-00033-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a1920bd1d4aa495c995a4b65c5c6fe9f16d054251aba3b84c6d745dbb08bc18
|
| 3 |
+
size 3019899040
|
model-00034-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f5785bcc855cf4d2dbbfd0a4f3e8be6a9e993581b1c3f14a71e7aa279f6bb53
|
| 3 |
+
size 3272625517
|
model-00035-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b470a91eb0d7445d167db401416063e699f2448c7e34ec6a802bf5ad97af531b
|
| 3 |
+
size 3019899042
|
model-00036-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92e6083e07d58e76f187fc0fb8757eaa44bc141edf4be5b368778691cb629a3e
|
| 3 |
+
size 3019899040
|
model-00037-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f55e64b06c38a7745afb7b16627cc3d7f20420860c1d1fce8667a012236d0ecb
|
| 3 |
+
size 3272625507
|
model-00038-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fcd843fea2ca745982bce0e0c42e2ae04bf494bef1cc7026f7930afe2177ceb
|
| 3 |
+
size 3019899042
|
model-00039-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcce6d4159f802abb8a33c9c2cac7beee8fbf003af055ef91e97896a6a645fc4
|
| 3 |
+
size 3019899040
|
model-00040-of-00127.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23fbfa029f118401bd9f1da84be310a3590f0e231e262907863f533f339b3683
|
| 3 |
+
size 3205254481
|