Class: Zephira::Models::Llama4

Inherits:
BaseModel show all
Defined in:
lib/zephira/models/llama4.rb

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_limitObject



10
11
12
# File 'lib/zephira/models/llama4.rb', line 10

def self.context_limit
  131_072
end

.model_nameObject



6
7
8
# File 'lib/zephira/models/llama4.rb', line 6

def self.model_name
  "meta-llama/llama-4-maverick-17b-128e-instruct"
end