Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

claude-in-microsoft-foundry changed

build-with-claude/claude-in-microsoft-foundry

Nearest release: v2.1.277, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+12added
Lines−12removed
From line 676 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits10to this page, all time

The whole hunk

from line 676, old and new numbered
/
lines
from line 676
676676The following Claude models are available through Foundry:
677677 
678678| Model | Default deployment name | Hosted on Azure | Hosted on Anthropic |
679| ----------------- | ----------------------- | --------------- | ------------------- |
680| Claude Fable 5.1 | claude-fable-5-1 | | ✓ |
681| Claude Fable 5 | claude-fable-5 | | ✓ |
682| Claude Opus 5 | claude-opus-5 | ✓ | ✓ |
683| Claude Opus 4.8 | claude-opus-4-8 | ✓ | ✓ |
684| Claude Opus 4.7 | claude-opus-4-7 | | ✓ |
685| Claude Opus 4.6 | claude-opus-4-6 | | ✓ |
686| Claude Opus 4.5 | claude-opus-4-5 | | ✓ |
687| Claude Sonnet 5 | claude-sonnet-5 | ✓ | ✓ |
688| Claude Sonnet 4.6 | claude-sonnet-4-6 | | ✓ |
689| Claude Sonnet 4.5 | claude-sonnet-4-5 | | ✓ |
690| Claude Haiku 4.5 | claude-haiku-4-5 | ✓ | ✓ |
679| :---------------- | :---------------------- | :-------------: | :-----------------: |
680| Claude Fable 5.1 | `claude-fable-5-1` | | ✓ |
681| Claude Fable 5 | `claude-fable-5` | | ✓ |
682| Claude Opus 5 | `claude-opus-5` | ✓ | ✓ |
683| Claude Opus 4.8 | `claude-opus-4-8` | ✓ | ✓ |
684| Claude Opus 4.7 | `claude-opus-4-7` | | ✓ |
685| Claude Opus 4.6 | `claude-opus-4-6` | | ✓ |
686| Claude Opus 4.5 | `claude-opus-4-5` | | ✓ |
687| Claude Sonnet 5 | `claude-sonnet-5` | ✓ | ✓ |
688| Claude Sonnet 4.6 | `claude-sonnet-4-6` | | ✓ |
689| Claude Sonnet 4.5 | `claude-sonnet-4-5` | | ✓ |
690| Claude Haiku 4.5 | `claude-haiku-4-5` | ✓ | ✓ |
691691 
692692By default, deployment names match the model IDs shown in the preceding table. However, you can create custom deployments with different names in the Foundry portal to manage different configurations, versions, or rate limits. Use the deployment name (not necessarily the model ID) in your API requests.
693693 
Feedback