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

---
title: Bring Your Own Key in VS Code | daily.dev
description: VS Code introduces a new Bring Your Own Key (BYOK) API that allows developers to integrate custom language models into GitHub Copilot through extensions....
canonical: https://daily.dev/posts/bring-your-own-key-in-vs-code-u7tzcrb6v
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Bring Your Own Key in VS Code | daily.dev
og:description: VS Code introduces a new Bring Your Own Key (BYOK) API that allows developers to integrate custom language models into GitHub Copilot through extensions....
og:url: https://daily.dev/posts/bring-your-own-key-in-vs-code-u7tzcrb6v
og:image: https://api.daily.dev/og/posts/U7TzCrB6V.png
og:image:alt: Bring Your Own Key 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 Key in VS Code

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

## Summary

VS Code introduces a new Bring Your Own Key (BYOK) API that allows developers to integrate custom language models into GitHub Copilot through extensions. Instead of the VS Code team maintaining all model providers, the community can now build extensions that contribute models directly to the chat interface. The feature supports OpenAI-compatible endpoints as a fallback option and enables direct client-to-provider communication. Extensions can handle provider-specific nuances, authentication, and model discovery while appearing as native options in the model picker.

## Full article

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

## Similar posts on daily.dev

- [Expanding Model Choice in VS Code with Bring Your Own Key](https://daily.dev/posts/expanding-model-choice-in-vs-code-with-bring-your-own-key-edebdzbcw) · Visual Studio Code · 3 upvotes · 0 comments
- [Bring your own language model key in VS Code now available](https://daily.dev/posts/bring-your-own-language-model-key-in-vs-code-now-available-c188bfmfg) · GitHub Changelog · 0 upvotes · 0 comments
- [Use your own language model key in VS Code](https://daily.dev/posts/use-your-own-language-model-key-in-vs-code-lqkfvwxlq) · Visual Studio Code · 0 upvotes · 0 comments

---

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

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

```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 Key in VS Code","url":"https://daily.dev/posts/bring-your-own-key-in-vs-code-u7tzcrb6v","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/bring-your-own-key-in-vs-code-u7tzcrb6v"},"datePublished":"2025-10-03T20:17:11.920Z","dateModified":"2025-10-03T20:18:07.128Z","description":"VS Code introduces a new Bring Your Own Key (BYOK) API that allows developers to integrate custom language models into GitHub Copilot through extensions....","image":"https://i.ytimg.com/vi/xXFTlPZJJoo/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/xXFTlPZJJoo/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-key-in-vs-code-u7tzcrb6v","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai,github,llm,vscode","timeRequired":"PT20M","video":{"@type":"VideoObject","name":"Bring Your Own Key in VS Code","description":"VS Code introduces a new Bring Your Own Key (BYOK) API that allows developers to integrate custom language models into GitHub Copilot through extensions....","thumbnailUrl":"https://i.ytimg.com/vi/xXFTlPZJJoo/sddefault.jpg","uploadDate":"2025-10-03T20:17:11.920Z","duration":"PT20M","url":"https://api.daily.dev/r/U7TzCrB6V","embedUrl":"https://www.youtube.com/embed/xXFTlPZJJoo"}}
{"@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 Key in VS Code"}]}
```

