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.
Installation
Authentication
Set yourLLAMA_API_KEY environment variable:
Example
UseLlama with your Agent:
View more examples here.
Parameters
OpenAI-like Parameters
Agno also providesLlamaOpenAI, 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.