/ config / examples / llamaapi-Llama-3.3-8B-Instruct.yaml
llamaapi-Llama-3.3-8B-Instruct.yaml
1  # Copyright (c) Meta Platforms, Inc. and affiliates
2  llm:
3    api_type: llama_api
4    base_url: "https://api.llama.com/compat/v1/"
5    api_key: "YOUR_API_KEY"
6    model: "Llama-3.3-8B-Instruct"