@JackdeS11 thank you for your feedback. i am freshman on swift. With the latest github code and hf model, qwen3.5-0.8b is working on my M4MAX ANE, and the decode speed is about 61 tokens/s. Appreciate a lot for your work.
@auto_localize@lmstudio@MistralAI The vision API of LM Studio / mlx expects "image_base64":"AAAA..." , but cline provides the official OpenAI format shown as below
"image_url":{ "url":"data:image/png;base64,..."}
So LM Studio will not parse it.