From 3aa45ec533ad471d08e5f453bf9e5c36d187464a Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Wed, 10 Sep 2025 11:47:01 +0200 Subject: [PATCH 01/12] [Codex generated] Guide for VSCode. --- docs/inference-providers/_toctree.yml | 4 ++- .../guides/vscode-copilot.md | 25 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/inference-providers/guides/vscode-copilot.md diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 29369a606d..d631b20f45 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -23,6 +23,8 @@ title: How to use OpenAI gpt-oss - local: guides/image-editor title: Build an Image Editor + - local: guides/vscode-copilot + title: VS Code Copilot - local: tasks/index title: Inference Tasks @@ -106,4 +108,4 @@ title: Hub API - local: register-as-a-provider - title: Register as an Inference Provider \ No newline at end of file + title: Register as an Inference Provider diff --git a/docs/inference-providers/guides/vscode-copilot.md b/docs/inference-providers/guides/vscode-copilot.md new file mode 100644 index 0000000000..1f5598a43f --- /dev/null +++ b/docs/inference-providers/guides/vscode-copilot.md @@ -0,0 +1,25 @@ +# 🤗 Hugging Face Inference Providers for VS Code Copilot + +![Demo](assets/demo.gif) + + + +Bring thousands of open‑source models to VS Code Copilot Chat with a first‑class provider powered by [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) and built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). + +## ✨ Why use the Hugging Face provider in Copilot +- 4k+ open‑source LLMs with tool calling capabilities. +- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. +- Built for high availability and low latency through world‑class providers. +- No extra markup on provider rates. + +--- + +## ⚡ Quick start +1. Open VS Code's chat interface. +2. Click the model picker and click "Manage Models...". +3. Select "Hugging Face" provider. +4. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). +5. Select the models you want to add to the model picker. + +💡 The free tier gives you monthly inference credits to start building and experimenting. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) for even more flexibility, $2 in monthly credits plus pay‑as‑you‑go access to all providers! + From 9eb31f38bc99e27b9f5fa21df9122d537a3f8e11 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Wed, 10 Sep 2025 15:11:02 +0200 Subject: [PATCH 02/12] up --- docs/inference-providers/guides/vscode-copilot.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/inference-providers/guides/vscode-copilot.md b/docs/inference-providers/guides/vscode-copilot.md index 1f5598a43f..84e86e1ebc 100644 --- a/docs/inference-providers/guides/vscode-copilot.md +++ b/docs/inference-providers/guides/vscode-copilot.md @@ -4,16 +4,14 @@ -Bring thousands of open‑source models to VS Code Copilot Chat with a first‑class provider powered by [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) and built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). +Bring SoTA open‑source models to VS Code Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index), built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). ## ✨ Why use the Hugging Face provider in Copilot - 4k+ open‑source LLMs with tool calling capabilities. - Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. -- Built for high availability and low latency through world‑class providers. +- Built for high availability (across providers) and low latency through world‑class providers. - No extra markup on provider rates. ---- - ## ⚡ Quick start 1. Open VS Code's chat interface. 2. Click the model picker and click "Manage Models...". @@ -21,5 +19,5 @@ Bring thousands of open‑source models to VS Code Copilot Chat with a first‑c 4. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). 5. Select the models you want to add to the model picker. -💡 The free tier gives you monthly inference credits to start building and experimenting. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) for even more flexibility, $2 in monthly credits plus pay‑as‑you‑go access to all providers! +💡 The free tier gives you a small amount of monthly inference credits to start building and experimenting. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! From daccf0042caa00d8b34602629a989f01e0009f66 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Wed, 10 Sep 2025 16:10:06 +0200 Subject: [PATCH 03/12] up --- .../guides/vscode-copilot.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/inference-providers/guides/vscode-copilot.md b/docs/inference-providers/guides/vscode-copilot.md index 84e86e1ebc..ba8f185c62 100644 --- a/docs/inference-providers/guides/vscode-copilot.md +++ b/docs/inference-providers/guides/vscode-copilot.md @@ -1,23 +1,23 @@ # 🤗 Hugging Face Inference Providers for VS Code Copilot -![Demo](assets/demo.gif) +![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) -Bring SoTA open‑source models to VS Code Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index), built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). - -## ✨ Why use the Hugging Face provider in Copilot -- 4k+ open‑source LLMs with tool calling capabilities. -- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. -- Built for high availability (across providers) and low latency through world‑class providers. -- No extra markup on provider rates. +Bring SoTA open‑source LLMs to VS Code Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index), built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). ## ⚡ Quick start +1. Install the HF Copilot Chat extension [here](#todo). 1. Open VS Code's chat interface. 2. Click the model picker and click "Manage Models...". 3. Select "Hugging Face" provider. 4. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). 5. Select the models you want to add to the model picker. -💡 The free tier gives you a small amount of monthly inference credits to start building and experimenting. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! +## ✨ Why use the Hugging Face provider in Copilot +- 4k+ open‑source LLMs with tool calling capabilities. +- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. +- Built for high availability (across providers) and low latency through world‑class providers. +- No extra markup on provider rates. +💡 The free tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file From 1b339c771fa5e702db0b32c89286a514bc22e809 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Wed, 10 Sep 2025 18:48:09 +0200 Subject: [PATCH 04/12] up --- docs/inference-providers/guides/vscode-copilot.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/inference-providers/guides/vscode-copilot.md b/docs/inference-providers/guides/vscode-copilot.md index ba8f185c62..ad5b923b8a 100644 --- a/docs/inference-providers/guides/vscode-copilot.md +++ b/docs/inference-providers/guides/vscode-copilot.md @@ -2,9 +2,7 @@ ![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) - - -Bring SoTA open‑source LLMs to VS Code Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index), built on the [Language Model Chat Provider API](https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider). +You can now use SoTA open‑source LLMs in VS Code via Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 ## ⚡ Quick start 1. Install the HF Copilot Chat extension [here](#todo). From c247bda3a9cf91d33ddd0fc70872f279097ded3a Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 11 Sep 2025 10:23:33 +0200 Subject: [PATCH 05/12] Up. --- docs/inference-providers/_toctree.yml | 4 ++-- .../guides/vscode-copilot.md | 21 ----------------- docs/inference-providers/guides/vscode.md | 23 +++++++++++++++++++ 3 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 docs/inference-providers/guides/vscode-copilot.md create mode 100644 docs/inference-providers/guides/vscode.md diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index d631b20f45..5129288c2c 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -23,8 +23,8 @@ title: How to use OpenAI gpt-oss - local: guides/image-editor title: Build an Image Editor - - local: guides/vscode-copilot - title: VS Code Copilot + - local: guides/vscode + title: VS Code with GitHub Copilot - local: tasks/index title: Inference Tasks diff --git a/docs/inference-providers/guides/vscode-copilot.md b/docs/inference-providers/guides/vscode-copilot.md deleted file mode 100644 index ad5b923b8a..0000000000 --- a/docs/inference-providers/guides/vscode-copilot.md +++ /dev/null @@ -1,21 +0,0 @@ -# 🤗 Hugging Face Inference Providers for VS Code Copilot - -![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) - -You can now use SoTA open‑source LLMs in VS Code via Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 - -## ⚡ Quick start -1. Install the HF Copilot Chat extension [here](#todo). -1. Open VS Code's chat interface. -2. Click the model picker and click "Manage Models...". -3. Select "Hugging Face" provider. -4. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). -5. Select the models you want to add to the model picker. - -## ✨ Why use the Hugging Face provider in Copilot -- 4k+ open‑source LLMs with tool calling capabilities. -- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. -- Built for high availability (across providers) and low latency through world‑class providers. -- No extra markup on provider rates. - -💡 The free tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md new file mode 100644 index 0000000000..b495c9216d --- /dev/null +++ b/docs/inference-providers/guides/vscode.md @@ -0,0 +1,23 @@ +# 🤗 Hugging Face Inference Providers for VS Code Copilot + +![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) + +You can now use SoTA open‑source LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and more in VS Code with GitHub Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 + +## ⚡ Quick start + +1. Install the HF Copilot Chat extension [here](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode-chat ). +2. Open VS Code's chat interface. +3. Click the model picker and click "Manage Models...". +4. Select "Hugging Face" provider. +5. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). +6. Choose the models you want to add to the model picker. 🥳 + +## ✨ Why use the Hugging Face provider in Copilot + +- Access [SoTA frontier open‑source LLMs](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud&sort=trending) with tool calling capabilities. +- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. +- Built for high availability (across providers) and low latency through world‑class providers. +- Transparent pricing: what the provider charges is what you pay. + +💡 The free tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file From eed8ee35c7c31e0854559b2ecac12e848ebeadb5 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 11 Sep 2025 10:25:53 +0200 Subject: [PATCH 06/12] Thanks for the review comments! Co-authored-by: Wauplin \\ From d3a26365043adf0b60ba9922d3b8e8b4c199445c Mon Sep 17 00:00:00 2001 From: vb Date: Thu, 11 Sep 2025 11:29:04 +0200 Subject: [PATCH 07/12] Apply suggestions from code review Co-authored-by: Pedro Cuenca Co-authored-by: Lucain --- docs/inference-providers/guides/vscode.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index b495c9216d..3faece3b3a 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -6,18 +6,18 @@ You can now use SoTA open‑source LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and ## ⚡ Quick start -1. Install the HF Copilot Chat extension [here](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode-chat ). +1. Install the HF Copilot Chat extension [here](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode-chat). 2. Open VS Code's chat interface. 3. Click the model picker and click "Manage Models...". 4. Select "Hugging Face" provider. -5. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). +5. Enter your Hugging Face Token. You can get one from your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write&tokenType=fineGrained). 6. Choose the models you want to add to the model picker. 🥳 ## ✨ Why use the Hugging Face provider in Copilot -- Access [SoTA frontier open‑source LLMs](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud&sort=trending) with tool calling capabilities. +- Access [SoTA open‑source LLMs](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud&sort=trending) with tool calling capabilities. - Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. - Built for high availability (across providers) and low latency through world‑class providers. - Transparent pricing: what the provider charges is what you pay. -💡 The free tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file +💡 The free Hugging Face user tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface.co/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file From 8b3733cdccf5dd14b945583b1b5e9124b8349115 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 11 Sep 2025 15:09:26 +0200 Subject: [PATCH 08/12] up. --- docs/inference-providers/guides/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index 3faece3b3a..49dede6292 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -16,7 +16,7 @@ You can now use SoTA open‑source LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and ## ✨ Why use the Hugging Face provider in Copilot - Access [SoTA open‑source LLMs](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud&sort=trending) with tool calling capabilities. -- Single API to thousands of open‑source LLMs via providers like Groq, Cerebras, Together AI, SambaNova, and more. +- Single API to multiple providers like Groq, Cerebras, Together AI, SambaNova, and more. - Built for high availability (across providers) and low latency through world‑class providers. - Transparent pricing: what the provider charges is what you pay. From b5366ad22b424cfedc494420fa310e5d1960dbf0 Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 11 Sep 2025 16:58:16 +0200 Subject: [PATCH 09/12] up. --- docs/inference-providers/guides/vscode.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index 49dede6292..18a79c5a04 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -2,7 +2,7 @@ ![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) -You can now use SoTA open‑source LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and more in VS Code with GitHub Copilot Chat with [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 +Use frontier open LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and more in VS Code with GitHub Copilot Chat powered by [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 ## ⚡ Quick start @@ -16,8 +16,13 @@ You can now use SoTA open‑source LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and ## ✨ Why use the Hugging Face provider in Copilot - Access [SoTA open‑source LLMs](https://huggingface.co/models?pipeline_tag=text-generation&inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud&sort=trending) with tool calling capabilities. -- Single API to multiple providers like Groq, Cerebras, Together AI, SambaNova, and more. -- Built for high availability (across providers) and low latency through world‑class providers. +- Single API to switch between multiple providers like Groq, Cerebras, Together AI, SambaNova, and more. +- Built for high availability (across providers) and low latency. - Transparent pricing: what the provider charges is what you pay. -💡 The free Hugging Face user tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface.co/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! \ No newline at end of file +💡 The free Hugging Face user tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface.co/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! + +Check out the whole workflow in action in the video below: + + + From 8d6d0fc63dbac88971d9bf49b020913cb214f08d Mon Sep 17 00:00:00 2001 From: Vaibhavs10 Date: Thu, 11 Sep 2025 17:32:08 +0200 Subject: [PATCH 10/12] up. --- docs/inference-providers/guides/vscode.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index 18a79c5a04..1781e27c05 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -20,9 +20,8 @@ Use frontier open LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and more in VS Code - Built for high availability (across providers) and low latency. - Transparent pricing: what the provider charges is what you pay. -💡 The free Hugging Face user tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Enterprise](https://huggingface.co/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! +💡 The free Hugging Face user tier gives you a small amount of monthly inference credits to experiment. Upgrade to [Hugging Face PRO](https://huggingface.co/pro) or [Team or Enterprise](https://huggingface.co/enterprise) for $2 in monthly credits plus pay‑as‑you‑go access across all providers! Check out the whole workflow in action in the video below: - - + From 9460d0eb16b140e5ef3080f71ba7ed7c262f0b9c Mon Sep 17 00:00:00 2001 From: Celina Hanouti Date: Thu, 11 Sep 2025 17:52:49 +0200 Subject: [PATCH 11/12] update demo --- docs/inference-providers/guides/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index 1781e27c05..461f6061d9 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -1,6 +1,6 @@ # 🤗 Hugging Face Inference Providers for VS Code Copilot -![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/demo.gif) +![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/demo_vscode.gif) Use frontier open LLMs like Kimi K2, DeepSeek V3.1, GLM 4.5 and more in VS Code with GitHub Copilot Chat powered by [Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/index) 🔥 From 28c1d23d7684405d88097d3c06ee3c1e34e79326 Mon Sep 17 00:00:00 2001 From: vb Date: Thu, 11 Sep 2025 18:10:59 +0200 Subject: [PATCH 12/12] Update docs/inference-providers/guides/vscode.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: célina --- docs/inference-providers/guides/vscode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/inference-providers/guides/vscode.md b/docs/inference-providers/guides/vscode.md index 461f6061d9..3df068eda4 100644 --- a/docs/inference-providers/guides/vscode.md +++ b/docs/inference-providers/guides/vscode.md @@ -1,4 +1,4 @@ -# 🤗 Hugging Face Inference Providers for VS Code Copilot +# 🤗 Use Hugging Face Inference Providers with GitHub Copilot Chat in VS Code ![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/demo_vscode.gif)