「 AI 」 七月 12, 2026
一些免费AI模型,及在 VS Code 中使用
文章字数 11k 阅读约需 10 mins.
Visual Studio Code(简称 VS Code)官方文档 Bring your own language model key 中介绍了在 VS Code 中添加更多语言模型的方法,包括 内置提供商(Built-in providers)、扩展(Extensions)、自定义端点(Custom endpoint) 三种方式。
自定义端点支持三种 API 类型:Chat Completions、Responses 和 Messages。
添加模型步骤如下:
- 切换模型处选择其他模型后的配...