Skip to content

workers-ai-provider@3.1.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 13:09
· 109 commits to main since this release
fec9b69

Patch Changes

  • #448 054ccb8 Thanks @threepointone! - Fix image inputs for vision-capable chat models

    • Handle all LanguageModelV3DataContent variants (Uint8Array, base64 string, data URL) instead of only Uint8Array
    • Send images as OpenAI-compatible image_url content parts inline in messages, enabling vision for models like Llama 4 Scout and Kimi K2.5
    • Works with both the binding and REST API paths