CLI for Zeta MLX - OpenAI-compatible LLM/Embedding on Apple Silicon
Project description
zeta-mlx-cli
CLI for Zeta MLX - OpenAI-compatible LLM/Embedding inference on Apple Silicon.
Installation
pip install zeta-mlx-cli
Commands
# LLM Server (port 9044)
zeta-mlx llm start # Start server
zeta-mlx llm start --daemon # Start in background
zeta-mlx llm status # Check status
zeta-mlx llm stop # Stop server
# Embedding Server (port 9045)
zeta-mlx embedding start
zeta-mlx embedding status
zeta-mlx embedding stop
# Interactive chat
zeta-mlx chat
# Model management
zeta-mlx models list
API Usage
# Chat completion
curl -X POST http://localhost:9044/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model": "qwen3-8b", "messages": [{"role": "user", "content": "Hello!"}]}'
# Tokenize
curl -X POST http://localhost:9044/tokenize \
-d '{"prompt": "Hello, world!"}'
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zeta_mlx_cli-0.3.2.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeta_mlx_cli-0.3.2.tar.gz.
File metadata
- Download URL: zeta_mlx_cli-0.3.2.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
200f47a7ba723e4c095c55d4c26de26fcddb10b5377f7557ca6606ff69713a14
|
|
| MD5 |
e937b7b6ed3e04298802e948363d1934
|
|
| BLAKE2b-256 |
7ef4500f1953920487db8f41191e6df5c6962baa96fe3aa80fbedce95a508a24
|
File details
Details for the file zeta_mlx_cli-0.3.2-py3-none-any.whl.
File metadata
- Download URL: zeta_mlx_cli-0.3.2-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f1ff815e8fbc1b6ec1485f1375d43ec074c73aef118160087a8a9e0e61fa50e
|
|
| MD5 |
4db79de51c8134769bc849cf57771e8b
|
|
| BLAKE2b-256 |
00f0ead47db1e5055f85564b622f8fdbe7d80fa3973d51021fdebfdcd1a03675
|