From abefd9db1214fecda9cc7853b114912bc133306a Mon Sep 17 00:00:00 2001
From: Wauplin <11801849+Wauplin@users.noreply.github.com>
Date: Mon, 27 Oct 2025 03:32:57 +0000
Subject: [PATCH] Update Inference Providers documentation (automated)
---
docs/inference-providers/providers/hf-inference.md | 6 +++---
docs/inference-providers/providers/novita.md | 2 +-
docs/inference-providers/providers/sambanova.md | 10 ----------
docs/inference-providers/tasks/chat-completion.md | 2 +-
docs/inference-providers/tasks/feature-extraction.md | 2 +-
docs/inference-providers/tasks/image-classification.md | 2 +-
docs/inference-providers/tasks/image-text-to-text.md | 2 +-
docs/inference-providers/tasks/translation.md | 2 +-
scripts/inference-providers/package.json | 2 +-
scripts/inference-providers/pnpm-lock.yaml | 10 +++++-----
10 files changed, 15 insertions(+), 25 deletions(-)
diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md
index 1fb99be54..84b407679 100644
--- a/docs/inference-providers/providers/hf-inference.md
+++ b/docs/inference-providers/providers/hf-inference.md
@@ -70,7 +70,7 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction).
@@ -90,7 +90,7 @@ Find out more about Image Classification [here](../tasks/image_classification).
@@ -190,7 +190,7 @@ Find out more about Translation [here](../tasks/translation).
diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md
index 45ddaeb29..b121080fb 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/providers/sambanova.md b/docs/inference-providers/providers/sambanova.md
index df463faf5..1f65235c8 100644
--- a/docs/inference-providers/providers/sambanova.md
+++ b/docs/inference-providers/providers/sambanova.md
@@ -52,16 +52,6 @@ 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 581ffcf4f..ca41515ee 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/feature-extraction.md b/docs/inference-providers/tasks/feature-extraction.md
index cbfa46c9e..d31176490 100644
--- a/docs/inference-providers/tasks/feature-extraction.md
+++ b/docs/inference-providers/tasks/feature-extraction.md
@@ -36,7 +36,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/image-classification.md b/docs/inference-providers/tasks/image-classification.md
index ec4a328c0..2f2b72e30 100644
--- a/docs/inference-providers/tasks/image-classification.md
+++ b/docs/inference-providers/tasks/image-classification.md
@@ -33,7 +33,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md
index efd7b0ba5..ed0313d0f 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/docs/inference-providers/tasks/translation.md b/docs/inference-providers/tasks/translation.md
index 446426250..d3039680d 100644
--- a/docs/inference-providers/tasks/translation.md
+++ b/docs/inference-providers/tasks/translation.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 ad5f001d3..121645bf7 100644
--- a/scripts/inference-providers/package.json
+++ b/scripts/inference-providers/package.json
@@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@huggingface/inference": "^4.12.0",
+ "@huggingface/inference": "^4.13.0",
"@huggingface/tasks": "^0.19.58",
"@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 3a9ca94f5..ddae1f31b 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.12.0
- version: 4.12.0
+ specifier: ^4.13.0
+ version: 4.13.0
'@huggingface/tasks':
specifier: ^0.19.58
version: 0.19.58
@@ -189,8 +189,8 @@ packages:
cpu: [x64]
os: [win32]
- '@huggingface/inference@4.12.0':
- resolution: {integrity: sha512-a7ABA5mEwZbFMsJY4AyOxgax3086n+U9KLaqP1muINL7qg2DnPMKwmok8z+tci0MOur31E8aNmQk3fEx+uA3Aw==}
+ '@huggingface/inference@4.13.0':
+ resolution: {integrity: sha512-oqBHbYoLHpNlEUJp/MG28gCR0JOUmLi9iKKd0oJfTAgTqaDSLhoCsIdS1XfLHbT/CrzZch33cARTR3bO4q/2yQ==}
engines: {node: '>=18'}
'@huggingface/jinja@0.5.1':
@@ -415,7 +415,7 @@ snapshots:
'@esbuild/win32-x64@0.23.1':
optional: true
- '@huggingface/inference@4.12.0':
+ '@huggingface/inference@4.13.0':
dependencies:
'@huggingface/jinja': 0.5.1
'@huggingface/tasks': 0.19.58