From 2cda2630685b2a6f204292de5a800f2b6843db8d Mon Sep 17 00:00:00 2001 From: Wauplin <11801849+Wauplin@users.noreply.github.com> Date: Thu, 11 Jun 2026 04:36:51 +0000 Subject: [PATCH] Update Inference Providers documentation (automated) --- docs/inference-providers/providers/cohere.md | 4 ++-- docs/inference-providers/providers/sambanova.md | 10 ++++++++++ docs/inference-providers/tasks/chat-completion.md | 4 ++-- docs/inference-providers/tasks/image-text-to-text.md | 2 +- scripts/inference-providers/package.json | 2 +- scripts/inference-providers/pnpm-lock.yaml | 12 ++++++------ 6 files changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md index 9a3164adb0..e2ddffa6fb 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). @@ -59,6 +59,6 @@ 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 68a6aadce7..55260dd241 100644 --- a/docs/inference-providers/providers/sambanova.md +++ b/docs/inference-providers/providers/sambanova.md @@ -41,3 +41,13 @@ 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 5ac400c7e4..a75e3641d2 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 5707361253..813dbcbaef 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/scripts/inference-providers/package.json b/scripts/inference-providers/package.json index 05c9cf1b3f..314a0a3b11 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@huggingface/inference": "^4.13.18", - "@huggingface/tasks": "^0.21.10", + "@huggingface/tasks": "^0.21.11", "@types/node": "^22.5.0", "handlebars": "^4.7.8", "node": "^20.17.0", diff --git a/scripts/inference-providers/pnpm-lock.yaml b/scripts/inference-providers/pnpm-lock.yaml index 38b8deb072..97db444f10 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.13.18 version: 4.13.18 '@huggingface/tasks': - specifier: ^0.21.10 - version: 0.21.10 + specifier: ^0.21.11 + version: 0.21.11 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -197,8 +197,8 @@ packages: resolution: {integrity: sha512-uWTG+l3VJRsl7EXxYizuL3P+cCPoc3cRqbWWRcQN0FhejRfbdq0RNhCmbY/YDtnTcz9icdLYuLDjsnz4d8JMuw==} engines: {node: '>=18'} - '@huggingface/tasks@0.21.10': - resolution: {integrity: sha512-fpg3dj+poXxGVoCnxdrfM/uYWb2d5pM1171FLY8V8K+VHaPqyuyDdk90P/MUTcYy4Nkxgg1bGhG99aZyZugqfA==} + '@huggingface/tasks@0.21.11': + resolution: {integrity: sha512-Nmgbrjil1sjLYRXTcClB6x2zy5HwwdVGjBHyYFyPZOT5beLxM/5m8Th/7tlh0IOsgkCALJETY6/G9fAslcS0Ug==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -418,11 +418,11 @@ snapshots: '@huggingface/inference@4.13.18': dependencies: '@huggingface/jinja': 0.5.9 - '@huggingface/tasks': 0.21.10 + '@huggingface/tasks': 0.21.11 '@huggingface/jinja@0.5.9': {} - '@huggingface/tasks@0.21.10': {} + '@huggingface/tasks@0.21.11': {} '@jridgewell/resolve-uri@3.1.2': {}