From 25552e337664e99144e71265981d2634b10f46bc Mon Sep 17 00:00:00 2001 From: Wauplin <11801849+Wauplin@users.noreply.github.com> Date: Mon, 20 Oct 2025 03:29:49 +0000 Subject: [PATCH] Update Inference Providers documentation (automated) --- .../providers/hf-inference.md | 6 ++-- .../providers/hyperbolic.md | 2 +- docs/inference-providers/providers/novita.md | 2 +- .../providers/replicate.md | 2 +- .../inference-providers/providers/scaleway.md | 30 +++++++++++++++++++ .../inference-providers/providers/together.md | 2 +- .../tasks/chat-completion.md | 4 +-- .../tasks/feature-extraction.md | 2 +- .../tasks/image-text-to-text.md | 2 +- .../tasks/image-to-image.md | 2 +- .../tasks/text-generation.md | 2 +- docs/inference-providers/tasks/translation.md | 2 +- scripts/inference-providers/package.json | 2 +- scripts/inference-providers/pnpm-lock.yaml | 12 ++++---- 14 files changed, 51 insertions(+), 21 deletions(-) diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index 6a3149ec2..39615b6ba 100644 --- a/docs/inference-providers/providers/hf-inference.md +++ b/docs/inference-providers/providers/hf-inference.md @@ -60,7 +60,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). @@ -160,7 +160,7 @@ Find out more about Text Generation [here](../tasks/text_generation). @@ -190,7 +190,7 @@ Find out more about Translation [here](../tasks/translation). diff --git a/docs/inference-providers/providers/hyperbolic.md b/docs/inference-providers/providers/hyperbolic.md index 4d468d41b..c8ef49c46 100644 --- a/docs/inference-providers/providers/hyperbolic.md +++ b/docs/inference-providers/providers/hyperbolic.md @@ -85,7 +85,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md index d50d88626..f6fdc76c3 100644 --- a/docs/inference-providers/providers/novita.md +++ b/docs/inference-providers/providers/novita.md @@ -59,7 +59,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/providers/replicate.md b/docs/inference-providers/providers/replicate.md index 706e36f26..e8ac73e3d 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). diff --git a/docs/inference-providers/providers/scaleway.md b/docs/inference-providers/providers/scaleway.md index 714e7bb02..b44591e36 100644 --- a/docs/inference-providers/providers/scaleway.md +++ b/docs/inference-providers/providers/scaleway.md @@ -40,3 +40,33 @@ Scaleway is a European cloud provider, serving latest LLM models through its [Ge ## Supported tasks + +### Chat Completion (LLM) + +Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). + + + + +### Chat Completion (VLM) + +Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). + + + + +### Feature Extraction + +Find out more about Feature Extraction [here](../tasks/feature_extraction). + + + diff --git a/docs/inference-providers/providers/together.md b/docs/inference-providers/providers/together.md index 7fba4dd51..0b94aa65e 100644 --- a/docs/inference-providers/providers/together.md +++ b/docs/inference-providers/providers/together.md @@ -47,7 +47,7 @@ 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 a8634317a..430011382 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 f7cb00efd..cbfa46c9e 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 00b1b8607..c48c94597 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 880c99330..ed9a19b8e 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-generation.md b/docs/inference-providers/tasks/text-generation.md index 68cc14535..5afb87294 100644 --- a/docs/inference-providers/tasks/text-generation.md +++ b/docs/inference-providers/tasks/text-generation.md @@ -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/translation.md b/docs/inference-providers/tasks/translation.md index d3039680d..446426250 100644 --- a/docs/inference-providers/tasks/translation.md +++ b/docs/inference-providers/tasks/translation.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 dd5cc6dc5..2b94b36de 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@huggingface/inference": "^4.11.3", - "@huggingface/tasks": "^0.19.52", + "@huggingface/tasks": "^0.19.56", "@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 a61846325..705fa3fe3 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.11.3 version: 4.11.3 '@huggingface/tasks': - specifier: ^0.19.52 - version: 0.19.52 + specifier: ^0.19.56 + version: 0.19.56 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -197,8 +197,8 @@ packages: resolution: {integrity: sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==} engines: {node: '>=18'} - '@huggingface/tasks@0.19.52': - resolution: {integrity: sha512-ERporbPcWOeeN22PG3UoC3n/kgk50/Gn03A1NPwO2fqlzaP01ADug0DazPi8W3HandT6LHycv7tAjo+sCOBRtw==} + '@huggingface/tasks@0.19.56': + resolution: {integrity: sha512-sULqkRk5V6f39+N6MfpxjJklr9KrnIsJx5RyxkhNdTKQfn6ZRDBLoWBVJx4e4F67yelh7zzyBOfCS5MI14jRgA==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -418,11 +418,11 @@ snapshots: '@huggingface/inference@4.11.3': dependencies: '@huggingface/jinja': 0.5.1 - '@huggingface/tasks': 0.19.52 + '@huggingface/tasks': 0.19.56 '@huggingface/jinja@0.5.1': {} - '@huggingface/tasks@0.19.52': {} + '@huggingface/tasks@0.19.56': {} '@jridgewell/resolve-uri@3.1.2': {}