From 5fb28893414dff2d7b5e14169b720c0b1a55ffe0 Mon Sep 17 00:00:00 2001
From: Wauplin <11801849+Wauplin@users.noreply.github.com>
Date: Mon, 17 Nov 2025 03:30:45 +0000
Subject: [PATCH] Update Inference Providers documentation (automated)
---
docs/inference-providers/providers/cohere.md | 2 +-
docs/inference-providers/providers/featherless-ai.md | 4 ++--
docs/inference-providers/providers/hf-inference.md | 4 ++--
docs/inference-providers/providers/replicate.md | 4 ++--
docs/inference-providers/providers/wavespeed.md | 2 +-
docs/inference-providers/tasks/chat-completion.md | 4 ++--
docs/inference-providers/tasks/image-text-to-text.md | 2 +-
docs/inference-providers/tasks/image-to-image.md | 2 +-
docs/inference-providers/tasks/table-question-answering.md | 2 +-
docs/inference-providers/tasks/text-classification.md | 2 +-
docs/inference-providers/tasks/text-generation.md | 4 ++--
docs/inference-providers/tasks/text-to-image.md | 2 +-
12 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md
index b5fdf94ce..b0cdb2fee 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/featherless-ai.md b/docs/inference-providers/providers/featherless-ai.md
index eccb16fce..a729a52cb 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/hf-inference.md b/docs/inference-providers/providers/hf-inference.md
index b5bc3935a..8493fb561 100644
--- a/docs/inference-providers/providers/hf-inference.md
+++ b/docs/inference-providers/providers/hf-inference.md
@@ -140,7 +140,7 @@ Find out more about Table Question Answering [here](../tasks/table_question_answ
@@ -150,7 +150,7 @@ Find out more about Text Classification [here](../tasks/text_classification).
diff --git a/docs/inference-providers/providers/replicate.md b/docs/inference-providers/providers/replicate.md
index 72495e21f..9fb01139b 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).
@@ -67,7 +67,7 @@ Find out more about Text To Image [here](../tasks/text_to_image).
diff --git a/docs/inference-providers/providers/wavespeed.md b/docs/inference-providers/providers/wavespeed.md
index 46854783e..1fa2ea031 100644
--- a/docs/inference-providers/providers/wavespeed.md
+++ b/docs/inference-providers/providers/wavespeed.md
@@ -47,7 +47,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 d1526b472..e4ec640d7 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/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md
index b4bd466a5..59a164594 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 57302119e..bb71ca610 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/table-question-answering.md b/docs/inference-providers/tasks/table-question-answering.md
index 42d9d8767..18d87c338 100644
--- a/docs/inference-providers/tasks/table-question-answering.md
+++ b/docs/inference-providers/tasks/table-question-answering.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/text-classification.md b/docs/inference-providers/tasks/text-classification.md
index 207e11d88..f1234fca5 100644
--- a/docs/inference-providers/tasks/text-classification.md
+++ b/docs/inference-providers/tasks/text-classification.md
@@ -35,7 +35,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 b982bd1c4..1d2ae616b 100644
--- a/docs/inference-providers/tasks/text-generation.md
+++ b/docs/inference-providers/tasks/text-generation.md
@@ -16,7 +16,7 @@ For more details, check out:
Generate text based on a prompt.
-If you are interested in a Chat Completion task, which generates a response based on a list of messages, check out the [`chat-completion`](./chat_completion) task.
+If you are interested in a Chat Completion task, which generates a response based on a list of messages, check out the [`chat-completion`](./chat-completion) task.
> [!TIP]
> For more details about the `text-generation` task, check out its [dedicated page](https://huggingface.co/tasks/text-generation)! You will find examples and related materials.
@@ -40,7 +40,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 dcffe7f93..0db7c3663 100644
--- a/docs/inference-providers/tasks/text-to-image.md
+++ b/docs/inference-providers/tasks/text-to-image.md
@@ -34,7 +34,7 @@ Explore all available models and find the one that suits you best [here](https:/