From 10fdea8634de7968d214bc8d49ef4a10ae5c5bcc Mon Sep 17 00:00:00 2001
From: Wauplin <11801849+Wauplin@users.noreply.github.com>
Date: Fri, 22 May 2026 04:31:37 +0000
Subject: [PATCH] Update Inference Providers documentation (automated)
---
.../inference-providers/providers/cerebras.md | 2 +-
docs/inference-providers/providers/cohere.md | 2 +-
.../providers/deepinfra.md | 2 +-
.../providers/hf-inference.md | 6 ++--
.../inference-providers/providers/together.md | 30 +++++++++++++++++++
docs/inference-providers/providers/zai-org.md | 12 +-------
.../tasks/automatic-speech-recognition.md | 2 +-
.../tasks/chat-completion.md | 4 +--
.../tasks/feature-extraction.md | 2 +-
.../tasks/image-segmentation.md | 2 +-
.../tasks/image-text-to-text.md | 2 +-
.../tasks/image-to-image.md | 2 +-
.../tasks/text-to-image.md | 2 +-
.../tasks/text-to-video.md | 2 +-
.../tasks/zero-shot-classification.md | 2 +-
scripts/inference-providers/package.json | 2 +-
scripts/inference-providers/pnpm-lock.yaml | 10 +++----
17 files changed, 53 insertions(+), 33 deletions(-)
diff --git a/docs/inference-providers/providers/cerebras.md b/docs/inference-providers/providers/cerebras.md
index 5c0d63f6e9..d0fc1a9b4e 100644
--- a/docs/inference-providers/providers/cerebras.md
+++ b/docs/inference-providers/providers/cerebras.md
@@ -47,6 +47,6 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md
index cf042b6646..6c50af770d 100644
--- a/docs/inference-providers/providers/cohere.md
+++ b/docs/inference-providers/providers/cohere.md
@@ -59,6 +59,6 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/providers/deepinfra.md b/docs/inference-providers/providers/deepinfra.md
index 5c38c9d9be..4a633e3256 100644
--- a/docs/inference-providers/providers/deepinfra.md
+++ b/docs/inference-providers/providers/deepinfra.md
@@ -61,7 +61,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md
index f6e30527a9..a018f0701a 100644
--- a/docs/inference-providers/providers/hf-inference.md
+++ b/docs/inference-providers/providers/hf-inference.md
@@ -50,7 +50,7 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic-speec
@@ -100,7 +100,7 @@ Find out more about Image Segmentation [here](../tasks/image-segmentation).
@@ -200,6 +200,6 @@ Find out more about Zero Shot Classification [here](../tasks/zero-shot-classific
diff --git a/docs/inference-providers/providers/together.md b/docs/inference-providers/providers/together.md
index f7c1cdcb08..3b8b2f36d6 100644
--- a/docs/inference-providers/providers/together.md
+++ b/docs/inference-providers/providers/together.md
@@ -61,6 +61,26 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
conversational />
+### Feature Extraction
+
+Find out more about Feature Extraction [here](../tasks/feature-extraction).
+
+
+
+
+### Image To Image
+
+Find out more about Image To Image [here](../tasks/image-to-image).
+
+
+
+
### Text To Image
Find out more about Text To Image [here](../tasks/text-to-image).
@@ -70,3 +90,13 @@ Find out more about Text To Image [here](../tasks/text-to-image).
providersMapping={ {"together":{"modelId":"stabilityai/stable-diffusion-xl-base-1.0","providerModelId":"stabilityai/stable-diffusion-xl-base-1.0"} } }
/>
+
+### Text To Video
+
+Find out more about Text To Video [here](../tasks/text-to-video).
+
+
+
diff --git a/docs/inference-providers/providers/zai-org.md b/docs/inference-providers/providers/zai-org.md
index 82fd947e11..c93df708de 100644
--- a/docs/inference-providers/providers/zai-org.md
+++ b/docs/inference-providers/providers/zai-org.md
@@ -66,17 +66,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
-### Text To Image
-
-Find out more about Text To Image [here](../tasks/text-to-image).
-
-
-
-
diff --git a/docs/inference-providers/tasks/automatic-speech-recognition.md b/docs/inference-providers/tasks/automatic-speech-recognition.md
index bf8b65e14e..e48204ebcf 100644
--- a/docs/inference-providers/tasks/automatic-speech-recognition.md
+++ b/docs/inference-providers/tasks/automatic-speech-recognition.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/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index ea8498326b..09f42e13ba 100644
--- a/docs/inference-providers/tasks/chat-completion.md
+++ b/docs/inference-providers/tasks/chat-completion.md
@@ -64,7 +64,7 @@ The API supports:
@@ -74,7 +74,7 @@ conversational />
diff --git a/docs/inference-providers/tasks/feature-extraction.md b/docs/inference-providers/tasks/feature-extraction.md
index 5f0b14fa52..e849f1b1a9 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-segmentation.md b/docs/inference-providers/tasks/image-segmentation.md
index dea1d4cd15..8dabf91906 100644
--- a/docs/inference-providers/tasks/image-segmentation.md
+++ b/docs/inference-providers/tasks/image-segmentation.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/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md
index 7045c4d60c..1c7e0392d5 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/image-to-image.md b/docs/inference-providers/tasks/image-to-image.md
index 4a86b21a36..b1d74fc73c 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-to-image.md b/docs/inference-providers/tasks/text-to-image.md
index dc7515dfb5..f89518fedf 100644
--- a/docs/inference-providers/tasks/text-to-image.md
+++ b/docs/inference-providers/tasks/text-to-image.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/text-to-video.md b/docs/inference-providers/tasks/text-to-video.md
index 979dc7182c..b8fc7ff2f6 100644
--- a/docs/inference-providers/tasks/text-to-video.md
+++ b/docs/inference-providers/tasks/text-to-video.md
@@ -32,7 +32,7 @@ Explore all available models and find the one that suits you best [here](https:/
diff --git a/docs/inference-providers/tasks/zero-shot-classification.md b/docs/inference-providers/tasks/zero-shot-classification.md
index 80874e7ed3..bffe89e72b 100644
--- a/docs/inference-providers/tasks/zero-shot-classification.md
+++ b/docs/inference-providers/tasks/zero-shot-classification.md
@@ -32,7 +32,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 ac38bac551..9fcdd6fccd 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.17",
+ "@huggingface/inference": "^4.13.18",
"@huggingface/tasks": "^0.21.1",
"@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 dd4facd3a2..b1ab4d39b5 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.17
- version: 4.13.17
+ specifier: ^4.13.18
+ version: 4.13.18
'@huggingface/tasks':
specifier: ^0.21.1
version: 0.21.1
@@ -189,8 +189,8 @@ packages:
cpu: [x64]
os: [win32]
- '@huggingface/inference@4.13.17':
- resolution: {integrity: sha512-+qA6wrGjh2L6FfFkE2nJmiA7XcJJV5/9+WEwYzA/Y2kibPypGecvVSgsXTATeb9CmkCP8v+uhtDGVHJTuaAXOg==}
+ '@huggingface/inference@4.13.18':
+ resolution: {integrity: sha512-n0dP3FhmIqJoLU5yGoG6lBZVW50+IgeLDubLL1P28zG4Adp2rhKYQGt5j52JCwlmKDf2ruWjuIcfrjkobT0RlQ==}
engines: {node: '>=18'}
'@huggingface/jinja@0.5.9':
@@ -415,7 +415,7 @@ snapshots:
'@esbuild/win32-x64@0.23.1':
optional: true
- '@huggingface/inference@4.13.17':
+ '@huggingface/inference@4.13.18':
dependencies:
'@huggingface/jinja': 0.5.9
'@huggingface/tasks': 0.21.1