docs/provider-config/vscode-language-model-api.mdx
Cline offers experimental support for the VS Code Language Model API. This API enables extensions to grant access to language models directly within the VS Code environment. Consequently, you might be able to leverage models from:
Important Note: This integration is currently in an experimental phase and might not perform as anticipated. Its functionality relies on other extensions correctly implementing the VS Code Language Model API.
vendor/family. For instance, if Copilot is active, you might encounter options such as:
copilot - gpt-3.5-turbocopilot - gpt-4o-minicopilot - gpt-4copilot - gpt-4-turbocopilot - gpt-4ocopilot - claude-3.5-sonnet NOTE: this model does not work.copilot - gemini-2.0-flashcopilot - gpt-4.1For best results with the VSCode LM API Provider, we suggest using the OpenAI Models (GPT 3, 4, 4.1, 4o etc.)