Report Model not working via Hugging Face Router (50001 Internal Error)
#65
by Mustafahmdan - opened
The model is returning 50001 Internal Error when called via Hugging Face Router.
Tested with:
- Multiple API keys
- Text-only request (no image)
- Correct model name
Example request:
curl https://router.huggingface.co/v1/chat/completions
-H "Authorization: Bearer hf_xxx"
-H "Content-Type: application/json"
-d '{
"model": "Qwen/Qwen2.5-VL-7B-Instruct",
"messages": [{"role":"user","content":"Say hello"}],
"max_tokens": 50
}'
Error:
Internal Error, code 50001
This appears to be a router/provider-side issue.
I have the same issue. Tried the model on hugging face. it didn't work. Tried it on diffusion spaces, also didn't work. It's an issue from the providers