Module: OmniAI::Llama::Chat::Model

Defined in:
lib/omniai/llama/chat.rb

Constant Summary collapse

LLAMA_4_SCOUT_17B_16E_INSTRUCT_FP8 =
"Llama-4-Scout-17B-16E-Instruct-FP8"
LLAMA_4_MAVERICK_17B_128E_INSTRUCT_FP_8 =
"Llama-4-Maverick-17B-128E-Instruct-FP8"
LLAMA_3_3_70B_INSTRUCT =
"Llama-3.3-70B-Instruct"
LLAMA_3_3_8B_INSTRUCT =
"Llama-3.3-8B-Instruct"
LLAMA_4_SCOUT =
LLAMA_4_SCOUT_17B_16E_INSTRUCT_FP8
LLAMA_4_MAVERICK =
LLAMA_4_MAVERICK_17B_128E_INSTRUCT_FP_8