Operating System
Windows
Version Information
azure-ai-inference ==1.0.0b9
azure-core==1.34.0
Steps to reproduce
Execute this this notebook Example (with image inputs).
Expected behavior
I expect an LLM response describing the image.
Actual behavior
When trying to reproduce the example with images in this notebook, the resp.json() object is None and the headers indicate an model_error. I can successfully process images, if I send base64 encoded images directly through the image_url field.
Addition information
No response