{"id":31425980,"url":"https://github.com/huggingface/huggingface-vscode-chat","last_synced_at":"2025-10-14T15:33:08.755Z","repository":{"id":313060282,"uuid":"1049082707","full_name":"huggingface/huggingface-vscode-chat","owner":"huggingface","description":"A VSCode extension to use Hugging Face Inference Providers in Copilot Chat","archived":false,"fork":false,"pushed_at":"2025-09-12T14:04:17.000Z","size":6308,"stargazers_count":28,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T05:21:02.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huggingface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T13:11:57.000Z","updated_at":"2025-09-20T23:56:54.000Z","dependencies_parsed_at":"2025-09-03T18:35:02.916Z","dependency_job_id":null,"html_url":"https://github.com/huggingface/huggingface-vscode-chat","commit_stats":null,"previous_names":["huggingface/huggingface-vscode-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/huggingface/huggingface-vscode-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggingface%2Fhuggingface-vscode-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggingface%2Fhuggingface-vscode-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggingface%2Fhuggingface-vscode-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggingface%2Fhuggingface-vscode-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huggingface","download_url":"https://codeload.github.com/huggingface/huggingface-vscode-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huggingface%2Fhuggingface-vscode-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019320,"owners_count":26086711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-30T05:02:19.327Z","updated_at":"2025-10-14T15:33:08.726Z","avatar_url":"https://github.com/huggingface.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🤗 Hugging Face Provider for GitHub Copilot Chat\n\n![Demo](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers-guides/demo_vscode.gif)\n\nUse 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) 🔥\n\n---\n\n## ⚡ Quick Start\n1. Install the HF Copilot Chat extension [here](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode-chat).\n2. Open VS Code's chat interface.\n3. Click the model picker and click \"Manage Models...\".\n4. Select \"Hugging Face\" provider.\n5. Provide your Hugging Face Token, you can get one in your [settings page](https://huggingface.co/settings/tokens/new?ownUserPermissions=inference.serverless.write\u0026tokenType=fineGrained). You only need to give it the inference.serverless permissions.\n6. Choose the models you want to add to the model picker. 🥳\n\n## ✨ Why use the Hugging Face provider in Copilot\n* Access [SoTA open-source LLMs](https://huggingface.co/models?pipeline_tag=text-generation\u0026inference_provider=cerebras,together,fireworks-ai,nebius,novita,sambanova,groq,hyperbolic,nscale,fal-ai,cohere,replicate,scaleway,black-forest-labs,ovhcloud\u0026sort=trending) with tool calling capabilities.\n* Single API to switch between multiple providers: Cerebras, Cohere, Fireworks AI, Groq, HF Inference, Hyperbolic, Nebius, Novita, Nscale, SambaNova, Together AI, and more. See the full list of partners in the [Inference Providers docs](https://huggingface.co/docs/inference-providers/index#partners).\n* Built for high availability (across providers) and low latency.\n* Transparent pricing: what the provider charges is what you pay.\n\n💡 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!\n\n---\n\n## Requirements\n* VS Code 1.104.0 or higher.\n* Hugging Face access token with `inference.serverless` permissions.\n\n## 🛠️ Development\n```bash\ngit clone https://github.com/huggingface/huggingface-vscode-chat\ncd huggingface-vscode-chat\nnpm install\nnpm run compile\n```\nPress F5 to launch an Extension Development Host.\n\nCommon scripts:\n* Build: `npm run compile`\n* Watch: `npm run watch`\n* Lint: `npm run lint`\n* Format: `npm run format`\n\n---\n\n## 📚 Learn more\n* Inference Providers documentation: https://huggingface.co/docs/inference-providers/index\n* VS Code Chat Provider API: https://code.visualstudio.com/api/extension-guides/ai/language-model-chat-provider\n\n---\n\n## Support \u0026 License\n* Open issues: https://github.com/huggingface/huggingface-vscode-chat/issues\n* License: MIT License Copyright (c) 2025 Hugging Face\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuggingface%2Fhuggingface-vscode-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuggingface%2Fhuggingface-vscode-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuggingface%2Fhuggingface-vscode-chat/lists"}