Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.33 KB

File metadata and controls

14 lines (10 loc) · 1.33 KB

Foundry Local Samples

Explore complete working examples that demonstrate how to use Foundry Local — an end-to-end local AI solution that runs entirely on-device. These samples cover chat completions, embeddings, audio transcription, tool calling, LangChain integration, and more.

New to Foundry Local? Check out the main README for an overview and quickstart, or visit the Foundry Local documentation on Microsoft Learn.

Samples by Language

Language Samples Description
C# 13 .NET SDK samples including native chat, embeddings, audio transcription, tool calling, model management, web server, and tutorials. Uses WinML on Windows for hardware acceleration.
JavaScript 13 Node.js SDK samples including native chat, embeddings, audio transcription, Electron desktop app, Copilot SDK integration, LangChain, tool calling, web server, and tutorials.
Python 10 Python samples using the OpenAI-compatible API, including chat, embeddings, audio transcription, LangChain integration, tool calling, web server, and tutorials.
Rust 10 Rust SDK samples including native chat, embeddings, audio transcription, tool calling, web server, Responses API, and tutorials.