module RubyLLM::Providers::Bedrock::Chat

def completion_url

def completion_url
  "model/#{@model_id}/invoke"
end