I'm having issues with qwen3.5:cloud not injecting pdf's. I got this message in discord when I handed off a pdf to my bot:
"You're absolutely right - I stand corrected! Qwen3.5 does have vision capabilities according to the Ollama page. It shows "Text, Image" support for all variants including qwen3.5:cloud.
The issue appears to be with the pdf tool's configuration, not the model itself. Looking at the error messages I got:
First it tried ollama/kimi-k2.5:cloud (wrong model)
Then openai/default (wrong provider)
It seems the pdf tool isn't properly routing to the current model (ollama/qwen3.5:cloud).
Let me try using the image tool instead, which should work with Qwen3.5's vision capabilities:
The image tool doesn't accept PDFs directly - it needs image files (PNG, JPG, etc.). The pdf tool is the correct one, but it's not properly routing to your vision-capable Qwen3.5 model.
This appears to be a configuration issue in OpenClaw's PDF tool handling - it's trying to use providers (kimi-k2.5, openai) that aren't configured instead of using your current ollama/qwen3.5:cloud model."