|
1 | 1 | ---
|
2 | 2 | ContentId: 164299e8-d27d-40b9-8b8d-a6e05df8ac69
|
3 |
| -DateApproved: 12/11/2024 |
4 |
| -MetaDescription: Develop and test AI apps with AI Toolkit for Visual Studio Code. Inference test, batch run, evaluate, fine-tune and deploy LLMs and SLMs. |
| 3 | +DateApproved: 06/04/2025 |
| 4 | +MetaDescription: Build, test, and deploy AI applications with AI Toolkit for Visual Studio Code. Features model playground, prompt engineering, batch evaluation, fine-tuning, and multi-modal support for LLMs and SLMs. |
5 | 5 | ---
|
6 | 6 | # AI Toolkit for Visual Studio Code
|
7 | 7 |
|
8 |
| -AI Toolkit for Visual Studio Code is an extension to help developers and AI engineers to easily build AI apps through developing and testing with generative AI models locally or in the cloud. AI Toolkit supports most genAI models on the market. |
| 8 | +AI Toolkit for Visual Studio Code is a comprehensive extension that empowers developers and AI engineers to build, test, and deploy intelligent applications using generative AI models. Whether you're working locally or in the cloud, AI Toolkit provides an integrated development environment for the complete AI application lifecycle. |
9 | 9 |
|
10 |
| -AI engineers can use AI Toolkit to discover and try popular AI models easily with playground that has attachment support, run multiple prompts in batch mode, evaluate the prompts in a dataset to AI models for the popular evaluators, and fine-tune/deploy AI models. |
| 10 | +The toolkit offers seamless integration with popular AI models from providers like OpenAI, Anthropic, Google, and GitHub, while also supporting local models through ONNX and Ollama. From model discovery and experimentation to prompt engineering and deployment, AI Toolkit streamlines your AI development workflow within VS Code. |
11 | 11 |
|
12 | 12 | ## Key features
|
13 | 13 |
|
14 |
| -- [Model catalog](/docs/intelligentapps/models.md) with rich generative AI models sources (GitHub, ONNX, OpenAI, Anthropic, Google, ...) |
15 |
| -- [Bring Your Own Models](/docs/intelligentapps/models.md#bring-your-own-models) from remotely hosted model, or Ollama models that are running locally |
16 |
| -- [Playground](/docs/intelligentapps/playground.md) for model inference or testing via chat |
17 |
| -- [Attachment support](/docs/intelligentapps/playground.md#add-attachments-for-multi-modal-models) for multi-modal language models |
18 |
| -- [Batch run prompts](/docs/intelligentapps/bulkrun.md) for selected AI models |
19 |
| -- [Evaluate an AI model with a dataset](/docs/intelligentapps/evaluation.md) for supported popular evaluators like F1 score, relevance, similarity, coherence, and more |
| 14 | +| Feature | Description | Screenshot | |
| 15 | +|---------|-------------|------------| |
| 16 | +| [Model Catalog](/docs/intelligentapps/models.md) | Discover and access AI models from multiple sources including GitHub, ONNX, Ollama, OpenAI, Anthropic, and Google. Compare models side-by-side and find the perfect fit for your use case. |  | |
| 17 | +| [Playground](/docs/intelligentapps/playground.md) | Interactive chat environment for real-time model testing. Experiment with different prompts, parameters, and multi-modal inputs including images and attachments. |  | |
| 18 | +| [Agent (Prompt) Builder](/docs/intelligentapps/agentbuilder) | Streamlined prompt engineering and agent development workflow. Create sophisticated prompts, integrate MCP tools, and generate production-ready code with structured outputs. |  | |
| 19 | +| [Bulk Run](/docs/intelligentapps/bulkrun) | Execute batch prompt testing across multiple models simultaneously. Ideal for comparing model performance and testing at scale with various input scenarios. |  | |
| 20 | +| [Model Evaluation](/docs/intelligentapps/evaluation) | Comprehensive model assessment using datasets and standard metrics. Measure performance with built-in evaluators (F1 score, relevance, similarity, coherence) or create custom evaluation criteria. |  | |
| 21 | +| [Fine-tuning](/docs/intelligentapps/finetune) | Customize and adapt models for specific domains and requirements. Train models locally with GPU support or leverage Azure Container Apps for cloud-based fine-tuning. |  | |
| 22 | +| [Model Conversion](/docs/intelligentapps/modelconversion) | Convert, quantize, and optimize machine learning models for local deployment. Transform models from Hugging Face and other sources to run efficiently on Windows with CPU, GPU, or NPU acceleration. |  | |
20 | 23 |
|
21 | 24 | ## Who is AI Toolkit for?
|
22 | 25 |
|
23 |
| -Any developer who wants to explore, test, evaluate, and fine-tune generative AI models when building AI apps. |
| 26 | +AI Toolkit is designed for anyone working with generative AI, from beginners to experts: |
| 27 | + |
| 28 | +### Developers |
| 29 | +* **App developers** building AI-powered applications who need to integrate language models |
| 30 | +* **Full-stack developers** looking to add intelligent features to web and desktop applications |
| 31 | +* **Mobile developers** prototyping AI functionality before production deployment |
| 32 | + |
| 33 | +### AI engineers & data scientists |
| 34 | +* **AI engineers** fine-tuning models for specific domains and deploying to production |
| 35 | +* **Data scientists** evaluating model performance and comparing different approaches |
| 36 | +* **ML engineers** converting and optimizing models for efficient local deployment |
| 37 | + |
| 38 | +### Researchers and educators |
| 39 | +* **AI researchers** experimenting with different models and prompt engineering techniques |
| 40 | +* **Educators** teaching AI concepts and demonstrating model capabilities |
| 41 | +* **Students** learning about generative AI and hands-on model interaction |
| 42 | + |
| 43 | +### Key use cases |
| 44 | +* Explore and evaluate models from providers like Anthropic, OpenAI, and GitHub |
| 45 | +* Run models locally using ONNX and Ollama for privacy and cost control |
| 46 | +* Build and test agents with prompt generation and MCP tool integrations |
| 47 | +* Convert and optimize models for deployment across different hardware configurations |
24 | 48 |
|
25 | 49 | ## Install and setup
|
26 | 50 |
|
27 |
| -You can install the AI Toolkit from the Extensions view in VS Code: |
| 51 | +### Quick installation |
| 52 | +The fastest way to get started is by installing the extension through the Visual Studio Marketplace: |
28 | 53 |
|
29 | 54 | > <a class="install-extension-btn" href="vscode:extension/ms-windows-ai-studio.windows-ai-studio">Install the AI Toolkit for VS Code</a>
|
30 | 55 |
|
31 |
| -You can switch the installation between the formal released version for stable features and pre-released version for early access of new features. Check What's New during the installation for detailed feature list of each version. |
| 56 | +After successful installation, the AI Toolkit icon appears in the Activity Bar. |
| 57 | + |
| 58 | + |
| 59 | +### Manual installation |
| 60 | + |
| 61 | +You can also install the AI Toolkit extension manually from the Visual Studio Code Marketplace. Follow the steps detailed in [Install an extension](/docs/configure/extensions/extension-marketplace#_install-an-extension). |
| 62 | + |
| 63 | +> [!TIP] |
| 64 | + Alternatively, select the Extensions icon in the Activity Bar. |
| 65 | + |
| 66 | +* Search for **AI Toolkit for Visual Studio Code** and select **Install** from search results. |
| 67 | + |
| 68 | +  |
| 69 | + |
| 70 | +> [!TIP] |
| 71 | +> Check the **What's New** page after installation to see detailed features for each version. |
| 72 | +* After successful installation, the AI Toolkit icon appears in the Activity Bar. |
| 73 | + |
| 74 | +  |
32 | 75 |
|
33 | 76 | ## Get started with AI Toolkit
|
34 | 77 |
|
|
0 commit comments