ruby_llm 1.0.1
Install from the command line:
Learn more about RubyGems packages
$ gem install ruby_llm --version "1.0.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/crmne" do
gem "ruby_llm", "1.0.1"
end
About this version
A delightful Ruby way to work with AI. Chat in text, analyze and generate images, understand audio, and use tools through a unified interface to OpenAI, Anthropic, Google, and DeepSeek. Built for developer happiness with automatic token counting, proper streaming, and Rails integration. No wrapping your head around multiple APIs - just clean Ruby code that works.