@@ -174,6 +174,8 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
174
174
175
175
| Model | Type | Capabilities |
176
176
| ------ | ---- | ------------ |
177
+ | [ Llama-4-Scout-17B-16E-Instruct] | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** () <br /> - ** Output:** text () <br /> - ** Tool calling:** <br /> - ** Response formats:** |
178
+ | [ Llama 4-Maverick-17B-128E-Instruct-FP8] | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** () <br /> - ** Output:** text () <br /> - ** Tool calling:** <br /> - ** Response formats:** |
177
179
| [ Llama-3.3-70B-Instruct] ( https://ai.azure.com/explore/models/Llama-3.3-70B-Instruct/version/4/registry/azureml-meta ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (128,000 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
178
180
| [ Llama-3.2-90B-Vision-Instruct] ( https://ai.azure.com/explore/models/Llama-3.2-90B-Vision-Instruct/version/1/registry/azureml-meta ) | [ chat-completion (with images)] ( ../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text and image (128,000 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
179
181
| [ Llama-3.2-11B-Vision-Instruct] ( https://ai.azure.com/explore/models/Llama-3.2-11B-Vision-Instruct/version/1/registry/azureml-meta ) | [ chat-completion (with images)] ( ../model-inference/how-to/use-chat-multi-modal.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text and image (128,000 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
@@ -182,8 +184,6 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
182
184
| [ Meta-Llama-3.1-405B-Instruct] ( https://ai.azure.com/explore/models/Meta-Llama-3.1-405B-Instruct/version/1/registry/azureml-meta ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (131,072 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
183
185
| [ Meta-Llama-3-8B-Instruct] ( https://ai.azure.com/explore/models/Meta-Llama-3-8B-Instruct/version/9/registry/azureml-meta ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (8,192 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
184
186
| [ Meta-Llama-3-70B-Instruct] ( https://ai.azure.com/explore/models/Meta-Llama-3-70B-Instruct/version/9/registry/azureml-meta ) | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** text (8,192 tokens) <br /> - ** Output:** text (8,192 tokens) <br /> - ** Tool calling:** No <br /> - ** Response formats:** Text |
185
- | [ Llama-4-Scout-17B-16E-Instruct] | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** () <br /> - ** Output:** text () <br /> - ** Tool calling:** <br /> - ** Response formats:** |
186
- | [ Llama 4-Maverick-17B-128E-Instruct-FP8] | [ chat-completion] ( ../model-inference/how-to/use-chat-completions.md?context=/azure/ai-foundry/context/context ) | - ** Input:** () <br /> - ** Output:** text () <br /> - ** Tool calling:** <br /> - ** Response formats:** |
187
187
188
188
189
189
See [ this model collection in Azure AI Foundry portal] ( https://ai.azure.com/explore/models?&selectedCollection=meta ) .
0 commit comments