...
- LLM integration in Visual Studio is supported in VS 2019 and later.
- The functionality does not support VB.NET.
Prerequisites:
- The "LLM Integration" feature must be enabled in your license.
- Access to your OpenAI, Azure OpenAI or another LLM provider account is required.Note:
- Only
LLM providers
withare supported if they:
- Have a chat completions endpoint compatible with the OpenAI REST API
- .
- Provide an embedding endpoint that is compatible with the OpenAI REST API (an embedding model with at least an 8,000 token limit is recommended for best performance).
- Are not reasoning models.
Follow these steps to enable the LLM functionality:
...