docs: add Foundry Local as a BYOK provider #393
+49
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds Foundry Local (Microsoft on-device inference) as a documented BYOK provider in
docs/auth/byok.md.Foundry Local exposes an OpenAI-compatible API locally — the same pattern as the existing Ollama entry. Four insertions, zero deletions:
type: "openai")### Foundry Local (On-Device)with SDK bootstrap snippet and endpoint config### Connection Refused (Foundry Local)with install and diagnostic commandsDetails
Foundry Local facilitates running AI models on-device without an Azure subscription. It serves an OpenAI-compatible REST API at
http://localhost:5272/v1, making it a natural fit alongside the existing Ollama documentation.The new sections cover:
type: "openai"with a brief descriptionfoundry-local-sdkand configure the Copilot SDK provider block, including the default endpoint and SDK-provided API keyfoundry --version,foundry model ls,foundry model run,curlhealth check, and install commands for Windows (winget) and macOS (brew)Changes
docs/auth/byok.md— 45 lines added, 0 lines removed, no existing content modified