module RubyLLM::Providers::Bedrock::Capabilities
def max_tokens_for(_model_id)
-
(Integer)
- the maximum output tokens
Parameters:
-
model_id
(String
) -- the model identifier
def max_tokens_for(_model_id) 4_096 end
(Integer)
- the maximum output tokens
model_id
(String
)
-- the model identifier
def max_tokens_for(_model_id) 4_096 end