@@ -174,6 +174,8 @@ Meta Llama models and tools are a collection of pretrained and fine-tuned genera
174174
175175| Model | Type | Capabilities |
176176| ------ | ---- | ------------ |
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:** |
177179| [ 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 |
178180| [ 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 |
179181| [ 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
182184| [ 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 |
183185| [ 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 |
184186| [ 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:** |
187187
188188
189189See [ this model collection in Azure AI Foundry portal] ( https://ai.azure.com/explore/models?&selectedCollection=meta ) .
0 commit comments