Throwing error on image url as input

#42
by adityaraaz2611 - opened

I am using Groq hosted laama model(model name:
meta-llama/llama-4-scout-17b-16e-instruct)

I tried passing Image link(which is public) that is 2-3MB. IT throws error.
BadRequestError: Error code: 400 - {'error': {'message': 'Error fetching url: request timed out', 'type': 'invalid_request_error'}}

With image size of 200-300kb its working perfectly.

I am using Groq hosted laama model(model name:
meta-llama/llama-4-scout-17b-16e-instruct) with Groq api key

I tried passing Image link(which is public) that is 2-3MB. IT throws error.
BadRequestError: Error code: 400 - {'error': {'message': 'Error fetching url: request timed out', 'type': 'invalid_request_error'}}

With image size of 200-300kb its working perfectly.

Sign up or log in to comment