Skip to content

Commit e3edeba

Browse files
author
Sherry Yang
committed
Fix typo.
1 parent 1a4814d commit e3edeba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/includes/2-generative-ai-models.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Choosing the right model in Foundry starts with understanding **your workload, t
5151

5252
#### Select a model by task type
5353

54-
|**Task**|**Recommended model types**|**When to choose**|
54+
|**Task**|**Recommended model types**|**Model details**|
5555
|-|-|-|
5656
|**Chat**| GPT‑5.x chat, Claude Sonnet/Opus, Mistral‑Large‑3, DeepSeek V3.1, small language models (SLMs) like Phi‑4 or Llama| Strong reasoning, conversation tuning, safety |
57-
|**Coding**|GPT‑5.1‑codex, Claude‑Sonnet|Support complex agent flows|
57+
|**Coding**|GPT‑5.1‑codex, Claude‑Sonnet|Support for complex agent flows|
5858
|**Summarization**| GPT‑5.x reasoning models, Claude Opus/Sonnet| Long-context, high-quality compression |
5959
|**Embeddings**| text‑embedding‑3-small or other embedding models| Built for semantic vector representations |
60-
|**Multimodal (imgae+text)**| Phi‑4‑multimodal‑instruct, GPT‑5.x chat multimodal, Mistral‑Large‑3 | Support for images/audio in chat completions|
60+
|**Multimodal**| Phi‑4‑multimodal‑instruct, GPT‑5.x chat multimodal, Mistral‑Large‑3 | Support for images, audio, and video in chat completions|
6161
|**Industry or domain-specific**|Domain-tuned models in the catalog|Applications specific to an industry such as finance, healthcare, legal|
6262

6363
> [!NOTE]

0 commit comments

Comments
 (0)