v1.5.1 — fix Cloudflare llama-3.2 vision silent empty response
Fixed
analyzeImage()silent empty response on Cloudflare —@cf/meta/llama-3.2-11b-vision-instructvia the Workers AI binding requires a raw{ image: number[], prompt, max_tokens }input shape, not the OpenAI-compatiblemessages/image_urlformat. The chat path returnschoices[0].message.content === nullvia the binding, causingextractText()to silently return"". The provider now detects this model and dispatches to the raw binding format. Other vision models are unaffected. Fixes #53.
Full changelog: https://github.com/Stackbilt-dev/llm-providers/blob/main/CHANGELOG.md