Example of Multiple AI Models in ASP.NET Core AI AssistView Control
This example demonstrates the AI AssistView designed to integrate multiple AI models:
Azure OpenAI, Gemini and DeepSeek.
DEMO
SOURCE
In this example, the AI AssistView with a responsive sidebar, AI models dropdown and Markdown streaming to deliver an AI-powered chat interface.
- Switch between providers (Azure OpenAI, Gemini and DeepSeek) via a dropdown menu, with toast notifications confirming selection.
- Enter your API key(s) to enable live, dynamic responses from the selected provider.
- Stream AI responses with auto-scroll and rich Markdown rendering using
marked. - Create, select, and delete conversations with conversations stored in the localStorage.