Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: LLM integration in Visual Studio is supported in VS 2019 and later.

Prerequisites:


  • The "LLM Integration" feature must be enabled in your license.
  • Access to your OpenAI, Azure OpenAI or another LLM provider account is required.
  • LLM providers are 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.

...