class RubyLLM::Models

def provider_for(model)

def provider_for(model)
  Provider.for(model)
end