N8n hugging face issue

Model deepseek-ai/DeepSeek-V3.2 is not supported for task text-generation and provider novita. Supported task: conversational.

Even though this model is listed as a text-generation model on Hugging Face, n8n still shows this error.

I tried other Hugging Face models too, but I keep getting the same issue every time.

@deds

The model you’re using, DeepSeek-V3.2, is registered on Hugging Face as a conversational model, not a text-generation model, for your chosen provider novita.

In your “Hugging Face Inference Model” node settings, find the Task field.

  • Change it from text-generation to conversational. This should resolve the issue.