From 183b554fdd771d312e917889e1d5c665e122a339 Mon Sep 17 00:00:00 2001 From: Wauplin <11801849+Wauplin@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:38:45 +0000 Subject: [PATCH] Update Inference Providers documentation (automated) --- docs/inference-providers/providers/hf-inference.md | 6 +++--- docs/inference-providers/providers/hyperbolic.md | 10 ++++++++++ docs/inference-providers/providers/together.md | 2 +- docs/inference-providers/tasks/chat-completion.md | 2 +- docs/inference-providers/tasks/feature-extraction.md | 2 +- docs/inference-providers/tasks/image-text-to-text.md | 2 +- docs/inference-providers/tasks/question-answering.md | 2 +- docs/inference-providers/tasks/token-classification.md | 2 +- 8 files changed, 19 insertions(+), 9 deletions(-) diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index c1af8da117..2a5b8e6c58 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). @@ -120,7 +120,7 @@ Find out more about Question Answering [here](../tasks/question-answering). @@ -180,7 +180,7 @@ Find out more about Token Classification [here](../tasks/token-classification). diff --git a/docs/inference-providers/providers/hyperbolic.md b/docs/inference-providers/providers/hyperbolic.md index dcd73c4185..713f8aa424 100644 --- a/docs/inference-providers/providers/hyperbolic.md +++ b/docs/inference-providers/providers/hyperbolic.md @@ -89,3 +89,13 @@ 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). + + + + diff --git a/docs/inference-providers/providers/together.md b/docs/inference-providers/providers/together.md index 4e76bdb213..105caee5a6 100644 --- a/docs/inference-providers/providers/together.md +++ b/docs/inference-providers/providers/together.md @@ -67,7 +67,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index c4c128fef8..8499098b62 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 2beef7e4b0..121694fd7b 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-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md index 121d227280..e604fa43cf 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/question-answering.md b/docs/inference-providers/tasks/question-answering.md index e8b9cd2b19..7851001241 100644 --- a/docs/inference-providers/tasks/question-answering.md +++ b/docs/inference-providers/tasks/question-answering.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/token-classification.md b/docs/inference-providers/tasks/token-classification.md index 3df97d179b..d2eb221297 100644 --- a/docs/inference-providers/tasks/token-classification.md +++ b/docs/inference-providers/tasks/token-classification.md @@ -33,7 +33,7 @@ Explore all available models and find the one that suits you best [here](https:/