diff --git a/docs/inference-providers/providers/sambanova.md b/docs/inference-providers/providers/sambanova.md
index 1f65235c8..df463faf5 100644
--- a/docs/inference-providers/providers/sambanova.md
+++ b/docs/inference-providers/providers/sambanova.md
@@ -52,6 +52,16 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
conversational />
+### Chat Completion (VLM)
+
+Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
+
+
+
+
### Feature Extraction
Find out more about Feature Extraction [here](../tasks/feature_extraction).
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index ca41515ee..bff9674ad 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-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md
index ed0313d0f..68c84f2ef 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 121645bf7..e266c6063 100644
--- a/scripts/inference-providers/package.json
+++ b/scripts/inference-providers/package.json
@@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"@huggingface/inference": "^4.13.0",
- "@huggingface/tasks": "^0.19.58",
+ "@huggingface/tasks": "^0.19.59",
"@types/node": "^22.5.0",
"handlebars": "^4.7.8",
"node": "^20.17.0",
diff --git a/scripts/inference-providers/pnpm-lock.yaml b/scripts/inference-providers/pnpm-lock.yaml
index ddae1f31b..43af5154a 100644
--- a/scripts/inference-providers/pnpm-lock.yaml
+++ b/scripts/inference-providers/pnpm-lock.yaml
@@ -12,8 +12,8 @@ importers:
specifier: ^4.13.0
version: 4.13.0
'@huggingface/tasks':
- specifier: ^0.19.58
- version: 0.19.58
+ specifier: ^0.19.59
+ version: 0.19.59
'@types/node':
specifier: ^22.5.0
version: 22.5.0
@@ -197,8 +197,8 @@ packages:
resolution: {integrity: sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==}
engines: {node: '>=18'}
- '@huggingface/tasks@0.19.58':
- resolution: {integrity: sha512-nZbg2tFPTYWr0JnsfJi+RzzTeCH6E1EMjtghHIY+etz12+GxaxjFt0bdpOsLK4NxV+7xv20P8GAEkcKbG8B5tw==}
+ '@huggingface/tasks@0.19.59':
+ resolution: {integrity: sha512-v0/mbpwEuwQjKMgu94EJe/FAoJxRAKwRDr6xolXsu7swOUIpjEoAHymcWB5u4vEAuixyZ0d0yYVtH2bImRbPuw==}
'@jridgewell/resolve-uri@3.1.2':
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
@@ -418,11 +418,11 @@ snapshots:
'@huggingface/inference@4.13.0':
dependencies:
'@huggingface/jinja': 0.5.1
- '@huggingface/tasks': 0.19.58
+ '@huggingface/tasks': 0.19.59
'@huggingface/jinja@0.5.1': {}
- '@huggingface/tasks@0.19.58': {}
+ '@huggingface/tasks@0.19.59': {}
'@jridgewell/resolve-uri@3.1.2': {}