This card only reports metadata present in the Hugging Face repository, existing card frontmatter, or public config files. Missing benchmark, dataset, or training-run details are left explicit rather than reconstructed.
This does not claim compatibility with every possible serving stack. It documents the path that has been exercised for this published checkpoint.
1pip install mlx-vlm
2
3python -m mlx_vlm.generate \
4 --model LibraxisAI/Qwen3-VL-235B-A22B-Instruct-mlx-nvfp4 \
5 --image image.jpg \
6 --prompt "Summarize the key signals in this document and list the next action items." \
7 --max-tokens 256
1from mlx_vlm import generate, load
2
3model, processor = load("LibraxisAI/Qwen3-VL-235B-A22B-Instruct-mlx-nvfp4")
4response = generate(
5 model,
6 processor,
7 prompt="Summarize the key signals in this document and list the next action items.",
8 image="image.jpg",
9 max_tokens=256,
10)
11print(response)
No public sample output is currently declared for this checkpoint.
1@misc{libraxisai-qwen3-vl-235b-a22b-instruct-mlx-nvfp4,
2 title = {Qwen3-VL-235B-A22B-Instruct-mlx-nvfp4},
3 author = {LibraxisAI},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/LibraxisAI/Qwen3-VL-235B-A22B-Instruct-mlx-nvfp4}},
6 note = {MLX checkpoint published by LibraxisAI}
7}
𝚅𝚒𝚋𝚎𝚌𝚛𝚊𝚏𝚝𝚎𝚍. with AI Agents by VetCoders (c)2024-2026 LibraxisAI