Use hosted Poolside coding models directly from the GitHub Copilot Chat model picker in Visual Studio Code.
This extension is a native VS Code LanguageModelChatProvider. It validates a user-supplied Poolside Platform API key, discovers the hosted models available to that key, and streams responses from inference.poolside.ai into Copilot Chat without a local proxy.
- Direct, first-class Poolside Platform integration
- Credentials managed by VS Code Secret Storage or provider configuration
- Multiple Poolside API-key entries in VS Code's Manage Language Models flow
- Live hosted-model discovery with sensible Laguna fallbacks
- Streaming text and model reasoning
- Configurable reasoning effort in the Copilot model picker (
none,minimal,low,medium,high,xhigh, ormax) - Agent mode function-tool calls
- Native VS Code context-window accounting from Poolside usage data
- No proxy, bundled server, or third-party relay
- Install Poolside for GitHub Copilot Chat. You need VS Code 1.125 or newer and GitHub Copilot Chat.
- Create a developer API key in Poolside Platform.
- Open Copilot Chat, select Manage Models, add a Poolside provider entry, and enter your API key. VS Code stores the provider credential securely and Poolside model discovery checks it when loading models.
- Choose an available Laguna model.
To use more than one Poolside account or API key, add another Poolside entry in Manage Language Models and provide its API key. Each entry is isolated to its own model list and request credential.
Use Poolside: Manage Connection to test the legacy command-managed key, refresh hosted models, replace or remove it, inspect logs, or create a diagnostic snapshot. Poolside: Configure API Key remains available for that legacy command workflow.
Choose Max or None from the thinking control in Copilot Chat. Poolside-hosted inference defaults to Max; the selection applies to that request and overrides the poolsideCopilot.reasoningEffort workspace default.
Poolside's hosted Laguna models are currently text-only. Image attachments are disabled; prompts, tool definitions, tool results, and conversation context selected by Copilot Chat are sent directly to Poolside for inference.
- Grok for GitHub Copilot Chat — Use xAI Grok models directly from the GitHub Copilot Chat model picker.
- Codex Bridge for Copilot Chat — Use OpenAI Codex models in Copilot Chat with a ChatGPT Plus or Pro subscription.
- Ollama Cloud for GitHub Copilot Chat — Use Ollama Cloud models with native thinking and tool support.
- OpenCode for GitHub Copilot Chat — Use OpenCode Zen, Go, and Console models from the model picker.
Unofficial project; not affiliated with Poolside, GitHub, or Microsoft. Poolside account limits and charges still apply. Licensed under MIT.
