<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx" -->

---
title: Bring your own model in VS Code | daily.dev
description: A demo walkthrough showing how to bring custom AI models into VS Code&#x27;s Copilot Chat. Covers three methods: connecting to OpenRouter to use third-party models...
canonical: https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Bring your own model in VS Code | daily.dev
og:description: A demo walkthrough showing how to bring custom AI models into VS Code&#x27;s Copilot Chat. Covers three methods: connecting to OpenRouter to use third-party models...
og:url: https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx
og:image: https://api.daily.dev/og/posts/aJB8jFzQX.png
og:image:alt: Bring your own model in VS Code
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Bring your own model in VS Code

**[Visual Studio Code](https://daily.dev/sources/vscode)** · 4 min read · 1 upvotes · 0 comments

## Summary

A demo walkthrough showing how to bring custom AI models into VS Code's Copilot Chat. Covers three methods: connecting to OpenRouter to use third-party models like MiniMax, integrating locally running Ollama models, and configuring any OpenAI-compatible endpoint via a JSON config file. Each approach is demonstrated by configuring the model through the 'Manage Models' editor and then using it directly in Copilot Chat.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=VBSVSxs16_I>

## Similar posts on daily.dev

- [Discovering Visual Studio 2026 – Bring your own model](https://daily.dev/posts/discovering-visual-studio-2026-bring-your-own-model-w8jtjr6n9) · The Art of Simplicity · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#llm](https://daily.dev/tags/llm), [#vscode](https://daily.dev/tags/vscode), [#ollama](https://daily.dev/tags/ollama)

[View this post on daily.dev](https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Bring your own model in VS Code","url":"https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx"},"datePublished":"2026-02-20T14:18:13.921Z","dateModified":"2026-02-20T14:18:30.768Z","description":"A demo walkthrough showing how to bring custom AI models into VS Code's Copilot Chat. Covers three methods: connecting to OpenRouter to use third-party models...","image":"https://i.ytimg.com/vi/VBSVSxs16_I/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/VBSVSxs16_I/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Visual Studio Code","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Visual Studio Code","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/d5adab6ae9fb44d19859748fc30f5e18","url":"https://daily.dev/sources/vscode"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/bring-your-own-model-in-vs-code-ajb8jfzqx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"github,llm,vscode,ollama","timeRequired":"PT4M","video":{"@type":"VideoObject","name":"Bring your own model in VS Code","description":"A demo walkthrough showing how to bring custom AI models into VS Code's Copilot Chat. Covers three methods: connecting to OpenRouter to use third-party models...","thumbnailUrl":"https://i.ytimg.com/vi/VBSVSxs16_I/sddefault.jpg","uploadDate":"2026-02-20T14:18:13.921Z","duration":"PT4M","url":"https://api.daily.dev/r/aJB8jFzQX","embedUrl":"https://www.youtube.com/embed/VBSVSxs16_I"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Visual Studio Code","item":"https://daily.dev/sources/vscode"},{"@type":"ListItem","position":3,"name":"Bring your own model in VS Code"}]}
```

