Skip to main content
Meta offers multi-modal language models with strong text understanding and visual intelligence. We recommend experimenting to find the best-suited model for your use-case. Here are some general recommendations:
  • Llama-4-Scout-17B-16E-Instruct-FP8: Excellent performance for most general tasks, including multi-modal scenarios.
  • Llama-3.3-70B-Instruct: Strong instruction-following model for complex reasoning tasks.
Explore all the models here.

Installation

Authentication

Set your LLAMA_API_KEY environment variable:

Example

Use Llama with your Agent:
View more examples here.

Parameters

OpenAI-like Parameters

Agno also provides LlamaOpenAI, a client that calls the Llama API through its OpenAI-compatible endpoint (https://api.llama.com/compat/v1/). It uses the openai package. Install it with uv pip install -U openai. Use it in place of Llama when you want OpenAI-style request handling:
LlamaOpenAI supports all parameters from OpenAI Like.

Resources