Skip to content

Commit b65b7dd

Browse files
authored
Refresh AITK Overview Page (#8421)
* Refrensh AITK overview page * Update overview with comments * Update doc to add alt text for all images and other comments * update image file name casing * Update file name * remove duplicated file
1 parent 6cbf0bc commit b65b7dd

File tree

13 files changed

+92
-13
lines changed

13 files changed

+92
-13
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/intelligentapps/overview.md

Lines changed: 56 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,77 @@
11
---
22
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.
55
---
66
# AI Toolkit for Visual Studio Code
77

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.
99

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.
1111

1212
## Key features
1313

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. | ![Screenshot showing the AI Toolkit Model Catalog interface with various AI model options](./images/overview/catalog.png) |
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. | ![Screenshot showing the AI Toolkit Playground interface with chat messaging and model parameter controls](./images/overview/playground.png) |
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. | ![Screenshot showing the Agent (Prompt) Builder interface for creating and managing AI agents](./images/overview/agent_builder.png) |
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. | ![Screenshot showing the Bulk Run interface for batch testing prompts across multiple AI models](./images/overview/bulk_run.png) |
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. | ![Screenshot showing the Model Evaluation interface with metrics and performance analysis tools](./images/overview/eval.png) |
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. | ![Screenshot showing the Fine-tuning interface with model adaptation and training controls](./images/overview/fine-tune.png) |
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. | ![Screenshot showing the Model Conversion interface with tools for optimizing and transforming AI models](./images/overview/conversion.png) |
2023

2124
## Who is AI Toolkit for?
2225

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
2448

2549
## Install and setup
2650

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:
2853

2954
> <a class="install-extension-btn" href="vscode:extension/ms-windows-ai-studio.windows-ai-studio">Install the AI Toolkit for VS Code</a>
3055
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+
![Screenshot showing the AI Toolkit extension in the VS Code Marketplace with the install button](./images/overview/install_2.png)
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+
![Screenshot showing the AI Toolkit icon in the VS Code Activity Bar after installation](./images/overview/install_4.png)
3275

3376
## Get started with AI Toolkit
3477

0 commit comments

Comments
 (0)