Add yaml file for other supporting Llama API models

This commit is contained in:
cmodi-meta 2025-05-15 12:22:24 -07:00
parent 43b090c472
commit 2d351e4ba9
4 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,5 @@
llm:
api_type: llama_api
base_url: "https://api.llama.com/compat/v1/"
api_key: "YOUR_API_KEY"
model: "Llama-3.3-70B-Instruct"

View file

@ -0,0 +1,5 @@
llm:
api_type: llama_api
base_url: "https://api.llama.com/compat/v1/"
api_key: "YOUR_API_KEY"
model: "Llama-3.3-8B-Instruct"

View file

@ -0,0 +1,5 @@
llm:
api_type: llama_api
base_url: "https://api.llama.com/compat/v1/"
api_key: "YOUR_API_KEY"
model: "Llama-4-Scout-17B-16E-Instruct-FP8"

View file

@ -1,5 +1,5 @@
llm:
api_type: llamaapi
api_type: llama_api
base_url: "https://api.llama.com/compat/v1/"
api_key: "YOUR_API_KEY"
model: llama-4-Maverick-17B-128E-Instruct-FP8
model: "Llama-4-Maverick-17B-128E-Instruct-FP8"