From 887affc2737410a548dc31087219e02995e1fd57 Mon Sep 17 00:00:00 2001 From: Wauplin <11801849+Wauplin@users.noreply.github.com> Date: Sat, 6 Jun 2026 04:27:49 +0000 Subject: [PATCH] Update Inference Providers documentation (automated) --- docs/inference-providers/providers/cohere.md | 2 +- docs/inference-providers/providers/hf-inference.md | 4 ++-- docs/inference-providers/providers/sambanova.md | 10 ---------- docs/inference-providers/tasks/chat-completion.md | 3 ++- docs/inference-providers/tasks/feature-extraction.md | 2 +- docs/inference-providers/tasks/image-text-to-text.md | 1 + docs/inference-providers/tasks/question-answering.md | 2 +- 7 files changed, 8 insertions(+), 16 deletions(-) diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md index 9a3164adb0..b6e30e8d50 100644 --- a/docs/inference-providers/providers/cohere.md +++ b/docs/inference-providers/providers/cohere.md @@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index 83dde76efb..f96a8af240 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). diff --git a/docs/inference-providers/providers/sambanova.md b/docs/inference-providers/providers/sambanova.md index 55260dd241..68a6aadce7 100644 --- a/docs/inference-providers/providers/sambanova.md +++ b/docs/inference-providers/providers/sambanova.md @@ -41,13 +41,3 @@ Customers are turning to SambaNova to quickly deploy state-of-the-art AI and dee ## Supported tasks - -### Chat Completion (LLM) - -Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). - - - diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index b63e93c3e6..d7eda8bdbc 100644 --- a/docs/inference-providers/tasks/chat-completion.md +++ b/docs/inference-providers/tasks/chat-completion.md @@ -33,6 +33,7 @@ This is a subtask of [`text-generation`](https://huggingface.co/docs/inference-p #### Conversational Vision-Language Models (VLMs) - [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V): Cutting-edge reasoning vision language model. +- [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct): Small yet powerful model. Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-text-to-text&sort=trending). @@ -64,7 +65,7 @@ The API supports: diff --git a/docs/inference-providers/tasks/feature-extraction.md b/docs/inference-providers/tasks/feature-extraction.md index 121694fd7b..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-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md index 4e5a593340..68316f3c3f 100644 --- a/docs/inference-providers/tasks/image-text-to-text.md +++ b/docs/inference-providers/tasks/image-text-to-text.md @@ -23,6 +23,7 @@ Image-text-to-text models take in an image and text prompt and output text. Thes ### Recommended models - [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V): Cutting-edge reasoning vision language model. +- [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct): Small yet powerful model. Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-text-to-text&sort=trending). diff --git a/docs/inference-providers/tasks/question-answering.md b/docs/inference-providers/tasks/question-answering.md index 191bfe4d06..e8b9cd2b19 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:/