Image-Text-to-Text
MLX
Safetensors
qwen3_5
ornith
ornith-1.5
multimodal
abliterated
mlx-vlm
conversational
Instructions to use PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16 with MLX:
# Make sure mlx-vlm is installed # pip install --upgrade mlx-vlm from mlx_vlm import load, generate from mlx_vlm.prompt_utils import apply_chat_template from mlx_vlm.utils import load_config # Load the model model, processor = load("PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16") config = load_config("PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16") # Prepare input image = ["http://images.cocodataset.org/val2017/000000039769.jpg"] prompt = "Describe this image." # Apply chat template formatted_prompt = apply_chat_template( processor, config, prompt, num_images=1 ) # Generate output output = generate(model, processor, formatted_prompt, image) print(output) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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 "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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": "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent
How to use PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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 "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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 PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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 "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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 "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-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"
File size: 3,202 Bytes
fbc7b52 6ef158d fbc7b52 6ef158d fbc7b52 6ef158d fbc7b52 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | {
"schema_version": 1,
"generated_at": "2026-08-22T10:57:05.667305+00:00",
"repository": "PocketAiHub/Ornith-1.5-9B-Abliterated-MLX-BF16",
"status": "packaged-not-published",
"visibility": "public",
"base_model": "ornith-ai/Ornith-1.5-9B",
"base_revision": "c927ad73b7eb20f00aafcaa0a11a9d58ed5487bc",
"variant": "mlx-bf16",
"abliteration_scale": 1.0,
"files": [
{
"path": "LICENSE",
"size_bytes": 1071,
"sha256": "1ade8ac5b311a030e098ce9e838b49443ef90923c10f291bce978e3f69702b7d"
},
{
"path": "README.md",
"size_bytes": 3281,
"sha256": "650ed03b7fb7928806c4a2d67cad87cd17cc45ddb613e831ed8d3a41e6526396"
},
{
"path": "abliteration-manifest.json",
"size_bytes": 1193,
"sha256": "309b1d6ed1de11b8c450f79c9f1df7ba7cdf709e52fa7dae9d9b2d81fb6dfb67"
},
{
"path": "chat_template.jinja",
"size_bytes": 7593,
"sha256": "9dd2fbd270feaa1fbef2d4f634d7887c9c506e3bde140f8e7351c8944e8fd235"
},
{
"path": "config.json",
"size_bytes": 3403,
"sha256": "dcbaa0573f942684dde787dd26efe0dbec70b66cf5f095fd02c1408b1322d476"
},
{
"path": "model-00001-of-00004.safetensors",
"size_bytes": 5348498836,
"sha256": "051ec706cff54c7585b6522a7ccb46ba6784da23f9c585eef994b6eaf2d96123"
},
{
"path": "model-00002-of-00004.safetensors",
"size_bytes": 5290355496,
"sha256": "053437893f8e58daa4a66f10c823893687ffae9743ed12d21535bb7f3aea8287"
},
{
"path": "model-00003-of-00004.safetensors",
"size_bytes": 5357530280,
"sha256": "d57b5ae029cd5ced78dd5475cbedffc56e20f4202293ddab820dd50c904fc331"
},
{
"path": "model-00004-of-00004.safetensors",
"size_bytes": 2823336512,
"sha256": "c066ae054189129630e603226baa857f5b3c6740597805e00babe727410adc26"
},
{
"path": "model.safetensors.index.json",
"size_bytes": 72283,
"sha256": "1160764cbfcf60b05f65368cbf2c89e44a3b55f3005c65e7ef6fb94a2f154700"
},
{
"path": "preprocessor_config.json",
"size_bytes": 390,
"sha256": "27225450ac9c6529872ee1924fcb0962ff5634834f817040f444118116f4e516"
},
{
"path": "processor_config.json",
"size_bytes": 991,
"sha256": "45fc17c8dd2474af6b493b52483c26c0584b0082d368c480f9fa611e73070040"
},
{
"path": "tokenizer.json",
"size_bytes": 19989325,
"sha256": "06b9509352d2af50381ab2247e083b80d32d5c0aba91c272ca9ff729b6a0e523"
},
{
"path": "tokenizer_config.json",
"size_bytes": 1165,
"sha256": "792fa3f0cb88b111e54ef3134c873531008c4df471d108da17903426e308aa7b"
},
{
"path": "validation-summary.json",
"size_bytes": 3541,
"sha256": "be7ad26ba85caf68b79fc30afad1eb2b097b114f6613df3980fb2defa921ae07"
},
{
"path": "video_preprocessor_config.json",
"size_bytes": 385,
"sha256": "7768af27c1fafa9cc9011c1dc20067e03f8915e03b63504550e11d5066986d13"
},
{
"path": "vocab.json",
"size_bytes": 6722759,
"sha256": "ce99b4cb2983d118806ce0a8b777a35b093e2000a503ebde25853284c9dfa003"
}
],
"total_size_bytes": 18846528504
}
|