Class: Zephira::Models::Llama4
Class Method Summary
collapse
Methods inherited from BaseModel
backend, backend_class, dispatch_tool_calls, format_tools, inference, parse_tool_arguments, serialize_tool_result, simple_inference
Class Method Details
.context_limit ⇒ Object
10
11
12
|
# File 'lib/zephira/models/llama4.rb', line 10
def self.context_limit
131_072
end
|
.model_name ⇒ Object
6
7
8
|
# File 'lib/zephira/models/llama4.rb', line 6
def self.model_name
"meta-llama/llama-4-maverick-17b-128e-instruct"
end
|