mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
feat: VLM-MLX Support for Apple Silicon #5893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @spaxxilein on GitHub (Jul 28, 2025).
Check Existing Issues
Problem Description
I am trying to use docling with MLX-VLM support with Open-webui. I can use it just fine by CLI with
docling https://arxiv.org/pdf/2206.01062 --pipeline vlm --vlm-model smoldocling --output-format markdown
but i have no way to add the options --pipeline and --vlm-model inside Open-Webui. That way i cannot use Hardware Acceleration on Apple Silicon
Desired Solution you'd like
I want you to add the possiblity to add the VLM-Model and Pipeline that should be used when configuring the backend of Open-Webui.
https://github.com/docling-project/docling-serve/blob/main/docs/usage.md
States that i can forward the pipeline to the API while doing the API call.
Alternatives Considered
No response
Additional Context
No response