Inference API stopped working

Hi everyone,

I seem to be encountering a sudden issue with the Hugging Face Inference API. I was successfully using it for image-to-image tasks (specifically with models like stabilityai/stable-diffusion-xl-refiner-1.0), but it abruptly stopped working a short while ago.

Now, regardless of which model I try to use, I consistently receive the following error pattern:

Model <model_name> is not supported HF inference api

This is happening in two distinct ways:

  1. Via InferenceClient: My application code, which was previously working, now gets this error for any model inference request.
  2. Via Website Inference Widget: Even trying to use the Inference Widget directly on the model pages on the Hugging Face website results in the same error message appearing where the widget interface should be.

Here are a couple of specific examples Iā€™ve tested:

Since this is affecting multiple models and occurs both through the API client and the website widget, it feels like it might be a broader issue rather than something specific to my setup or a single model.

Is anyone else experiencing similar behavior? Any information or confirmation would be greatly appreciated!

Thanks!

3 Likes

We are seeing 404 error on these two
{ā€œerrorā€:ā€œModel nvidia/cycle-diffusion does not existā€} Status: 404
{ā€œerrorā€:ā€œModel yisol/IDM-VTON inference is not supported HF inference apiā€} Status: 404

2 Likes

Probably the same thing happened.

2 Likes

Hi there.
The issue persists across all models, even in multi-model Spaces like:
40 Models - a Hugging Face Space by Uthar

every request fails with:
ā€˜Could not complete request to HuggingFace API, Status Code: 404, Error: Model (ā€¦) inference is not supported by HF inference APIā€™.

:confounded_face:

1 Like

I wonder if this will even get fixed or the model creators need to create new interfence api setup

1 Like

Itā€™s probably both. Since a renewal is being carried out that will eventually only allow the so-called Warm model to be used, it will ultimately be a battle for the entry slots, excluding the famous models.

1 Like