module RubyLLM::Providers::Bedrock::Capabilities

def max_tokens_for(_model_id)

Returns:
  • (Integer) - the maximum output tokens

Parameters:
  • model_id (String) -- the model identifier
def max_tokens_for(_model_id)
  4_096
end