diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md
index d8590e251..47cf4d6f6 100644
--- a/docs/inference-providers/providers/novita.md
+++ b/docs/inference-providers/providers/novita.md
@@ -59,7 +59,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index 1fb380a09..8fba8af8c 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -74,7 +74,7 @@ conversational />
diff --git a/docs/inference-providers/tasks/image-classification.md b/docs/inference-providers/tasks/image-classification.md
index 2f2b72e30..d0e90f8cc 100644
--- a/docs/inference-providers/tasks/image-classification.md
+++ b/docs/inference-providers/tasks/image-classification.md
@@ -23,8 +23,6 @@ Image classification is the task of assigning a label or class to an entire imag
### Recommended models
- [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224): A strong image classification model.
-- [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224): A robust image classification model.
-- [facebook/convnext-large-224](https://huggingface.co/facebook/convnext-large-224): A strong image classification model.
Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-classification&sort=trending).
diff --git a/docs/inference-providers/tasks/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md
index 3153eca6b..d31105008 100644
--- a/docs/inference-providers/tasks/image-text-to-text.md
+++ b/docs/inference-providers/tasks/image-text-to-text.md
@@ -31,7 +31,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/scripts/inference-providers/package.json b/scripts/inference-providers/package.json
index cdcda9f4c..b3c8139f3 100644
--- a/scripts/inference-providers/package.json
+++ b/scripts/inference-providers/package.json
@@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@huggingface/inference": "^4.10.0",
+ "@huggingface/inference": "^4.11.0",
"@huggingface/tasks": "^0.19.49",
"@types/node": "^22.5.0",
"handlebars": "^4.7.8",
diff --git a/scripts/inference-providers/pnpm-lock.yaml b/scripts/inference-providers/pnpm-lock.yaml
index b68b01ea5..79a2218bb 100644
--- a/scripts/inference-providers/pnpm-lock.yaml
+++ b/scripts/inference-providers/pnpm-lock.yaml
@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@huggingface/inference':
- specifier: ^4.10.0
- version: 4.10.0
+ specifier: ^4.11.0
+ version: 4.11.0
'@huggingface/tasks':
specifier: ^0.19.49
version: 0.19.49
@@ -189,8 +189,8 @@ packages:
cpu: [x64]
os: [win32]
- '@huggingface/inference@4.10.0':
- resolution: {integrity: sha512-JsN7UtM0dUPi0PAHpyFBXqU4o7s31agLGSURpGyBslC5n3Ye4z673TVv7xoWa1k5+nTopjiDIP9F2eDJXcjJdA==}
+ '@huggingface/inference@4.11.0':
+ resolution: {integrity: sha512-pgtNIYt0jkDBq+sbOX8un3W3NulRrRBkSJEo6Rvze9rjvXT5k71XeSm7QsG2bz6jOcJ1KOqoNDPPSSXT4dw34Q==}
engines: {node: '>=18'}
'@huggingface/jinja@0.5.1':
@@ -415,7 +415,7 @@ snapshots:
'@esbuild/win32-x64@0.23.1':
optional: true
- '@huggingface/inference@4.10.0':
+ '@huggingface/inference@4.11.0':
dependencies:
'@huggingface/jinja': 0.5.1
'@huggingface/tasks': 0.19.49