Problem
When switching to a vision-capable model like qwen3.6-plus via /model qwen3.6-plus in Claude Code, sending an image for analysis fails. The model never receives the image data.
Steps to reproduce
- Set
respect_requested_model: true in config
/model qwen3.6-plus
- Send an image in Claude Code and ask to analyze it
- Image analysis fails — model returns no visual understanding
oc-go-cc logs
streaming completed model=qwen3.6-plus latency=14.89s
No errors in proxy logs. Request completes successfully but image data is not passed through.
Environment
- oc-go-cc: latest binary
- Claude Code: latest
- OpenCode Go: qwen3.6-plus
Problem
When switching to a vision-capable model like
qwen3.6-plusvia/model qwen3.6-plusin Claude Code, sending an image for analysis fails. The model never receives the image data.Steps to reproduce
respect_requested_model: truein config/model qwen3.6-plusoc-go-cc logs
No errors in proxy logs. Request completes successfully but image data is not passed through.
Environment