Skip to content

Commit 763e2a2

Browse files
dm-chelupaticraigshoemaker
authored andcommitted
docs: use model family names instead of fixed model lists in provider table
1 parent dde1863 commit 763e2a2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/sre-agent/model-provider-selection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Choose between Azure OpenAI (GPT-5 family) and Anthropic (Claude family) as your
2323
2424
## Available providers
2525

26-
| Provider | Models included | Strengths |
27-
|----------|----------------|----------|
28-
| **Azure OpenAI** | GPT-5 (default), GPT-5.2 | Structured output, function calling, fast tool execution |
29-
| **Anthropic** | Claude Opus 4.5, Claude Sonnet 4.5, Claude Sonnet 4.6, Claude Haiku 4.5 | Long-context reasoning, code analysis, built-in web search |
26+
| Provider | Models | Strengths |
27+
|----------|--------|----------|
28+
| **Azure OpenAI** | GPT-5 family (for example, GPT-5, GPT-5.2) | Structured output, function calling, fast tool execution |
29+
| **Anthropic** | Claude family (for example, Claude Opus 4.5, Claude Sonnet 4.6) | Long-context reasoning, code analysis, built-in web search |
3030

31-
Your agent automatically selects the best model within your chosen provider for each task. You select the provider; the agent handles model routing.
31+
Available models within each provider may change as new versions are released. Your agent automatically selects the best model within your chosen provider for each task. You select the provider; the agent handles model routing.
3232

3333
## How to change your model provider
3434

0 commit comments

Comments
 (0)