diff --git a/docs/inference-providers/providers/featherless-ai.md b/docs/inference-providers/providers/featherless-ai.md
index 3b9076214..eccb16fce 100644
--- a/docs/inference-providers/providers/featherless-ai.md
+++ b/docs/inference-providers/providers/featherless-ai.md
@@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
@@ -69,6 +69,6 @@ Find out more about Text Generation [here](../tasks/text_generation).
diff --git a/docs/inference-providers/providers/fireworks-ai.md b/docs/inference-providers/providers/fireworks-ai.md
index 5efd60953..dd3d6e9e5 100644
--- a/docs/inference-providers/providers/fireworks-ai.md
+++ b/docs/inference-providers/providers/fireworks-ai.md
@@ -46,7 +46,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/providers/replicate.md b/docs/inference-providers/providers/replicate.md
index 0e7fa0921..72495e21f 100644
--- a/docs/inference-providers/providers/replicate.md
+++ b/docs/inference-providers/providers/replicate.md
@@ -57,7 +57,7 @@ Find out more about Image To Image [here](../tasks/image_to_image).
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index 29e62a27d..d1526b472 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -64,7 +64,7 @@ The API supports:
diff --git a/docs/inference-providers/tasks/feature-extraction.md b/docs/inference-providers/tasks/feature-extraction.md
index cbfa46c9e..c77787b1b 100644
--- a/docs/inference-providers/tasks/feature-extraction.md
+++ b/docs/inference-providers/tasks/feature-extraction.md
@@ -58,7 +58,7 @@ Explore all available models and find the one that suits you best [here](https:/
| **normalize** | _boolean_ | |
| **prompt_name** | _string_ | The name of the prompt that should be used by for encoding. If not set, no prompt will be applied. Must be a key in the `sentence-transformers` configuration `prompts` dictionary. For example if ``prompt_name`` is "query" and the ``prompts`` is {"query": "query: ", ...}, then the sentence "What is the capital of France?" will be encoded as "query: What is the capital of France?" because the prompt text will be prepended before any text to encode. |
| **truncate** | _boolean_ | |
-| **truncation_direction** | _enum_ | Possible values: Left, Right. |
+| **truncation_direction** | _enum_ | Possible values: left, right. |
#### Response
diff --git a/docs/inference-providers/tasks/image-to-image.md b/docs/inference-providers/tasks/image-to-image.md
index dec09ae6f..57302119e 100644
--- a/docs/inference-providers/tasks/image-to-image.md
+++ b/docs/inference-providers/tasks/image-to-image.md
@@ -37,7 +37,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/text-generation.md b/docs/inference-providers/tasks/text-generation.md
index 5f1bdeeea..b982bd1c4 100644
--- a/docs/inference-providers/tasks/text-generation.md
+++ b/docs/inference-providers/tasks/text-generation.md
@@ -40,7 +40,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 093bafdb5..8b12e74c7 100644
--- a/scripts/inference-providers/package.json
+++ b/scripts/inference-providers/package.json
@@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@huggingface/inference": "^4.13.2",
+ "@huggingface/inference": "^4.13.3",
"@huggingface/tasks": "^0.19.63",
"@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 f713d8a40..95189ff45 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.13.2
- version: 4.13.2
+ specifier: ^4.13.3
+ version: 4.13.3
'@huggingface/tasks':
specifier: ^0.19.63
version: 0.19.63
@@ -189,8 +189,8 @@ packages:
cpu: [x64]
os: [win32]
- '@huggingface/inference@4.13.2':
- resolution: {integrity: sha512-cqs/2Ni3nTiE/iIsaC4gvZboXS/4FFItL+/1WMaP8PFQEpoH1V8bjFodNvkzzFthIxuYziD9tr0N28Db2iE/zQ==}
+ '@huggingface/inference@4.13.3':
+ resolution: {integrity: sha512-ZpyIlO9Xd0sDiD3QZSQMsJ19iFXYOHHxrgA6pK5Mh5RMY27XlnbLNhazAAaBsmen8vWG6SlGHlyjl7kvjlNoqQ==}
engines: {node: '>=18'}
'@huggingface/jinja@0.5.1':
@@ -415,7 +415,7 @@ snapshots:
'@esbuild/win32-x64@0.23.1':
optional: true
- '@huggingface/inference@4.13.2':
+ '@huggingface/inference@4.13.3':
dependencies:
'@huggingface/jinja': 0.5.1
'@huggingface/tasks': 0.19.63