Vivswan

Litellm VSCode Chat — Communication skill for Claude Code

Communication community

Use 100+ LLMs in VS Code with GitHub Copilot Chat powered by LiteLLM.

How to install Litellm VSCode Chat

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Vivswan/litellm-vscode-chat and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Litellm VSCode Chat does

Use 100+ LLMs in VS Code with GitHub Copilot Chat powered by LiteLLM.

Alternatives in Communication

README

LiteLLM Provider for GitHub Copilot Chat

[![Marketplace](https://vsmarketplacebadges.dev/version/vivswan.litellm-vscode-chat.svg)](https://marketplace.visualstudio.com/items?itemName=vivswan.litellm-vscode-chat) [![Installs](https://vsmarketplacebadges.dev/installs/vivswan.litellm-vscode-chat.svg)](https://marketplace.visualstudio.com/items?itemName=vivswan.litellm-vscode-chat) [![Rating](https://vsmarketplacebadges.dev/rating-short/vivswan.litellm-vscode-chat.svg)](https://marketplace.visualstudio.com/items?itemName=vivswan.litellm-vscode-chat&ssr=false#review-details) [![CI](https://github.com/Vivswan/litellm-vscode-chat/actions/workflows/ci.yml/badge.svg)](https://github.com/Vivswan/litellm-vscode-chat/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-Individual%20%26%20Small%20Org%201.0.0-blue)](LICENSE.md)

English | [简体中文](README.zh-cn.md) | [繁體中文](README.zh-tw.md)

Use 100+ LLMs in VS Code with GitHub Copilot Chat powered by [LiteLLM](https://docs.litellm.ai).

Features

  • Access 100+ LLMs (OpenAI, Anthropic, Google, AWS, Azure, and more) through a unified API
  • Multi-server support: connect to multiple LiteLLM servers simultaneously and aggregate models
  • Automatic provider selection with cheapest and fastest modes, on gateways that report tool-capable per-provider routes (details)
  • Multimodal input (vision, PDF/document attachments, text/JSON data) and generated image/audio output
  • Streaming, function calling, and thinking/reasoning tokens
  • Broad model options pass-through (response_format, reasoning_effort, seed, and more)
  • Per-model capability overrides and declared models: correct what a gateway reports, or register models it cannot list at all, with gaps auto-filled from the OpenRouter catalog (details)
  • Inline completions: opt-in ghost text from a completions-capable (FIM) model on your own proxy, scoped to the languages you choose ([details](docs/getting-sta