ruby_llm 1.3.0rc1
Install from the command line:
Learn more about RubyGems packages
$ gem install ruby_llm --version "1.3.0rc1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/crmne" do
gem "ruby_llm", "1.3.0rc1"
end
About this version
A delightful Ruby way to work with AI. Tired of juggling different SDKs? RubyLLM provides one beautiful, Ruby-like interface for OpenAI, Anthropic, Gemini, Bedrock, OpenRouter, DeepSeek, Ollama, and any OpenAI-compatible API. Chat (with text, images, audio, PDFs), generate images, create embeddings, use tools (function calling), stream responses, and integrate with Rails effortlessly. Minimal dependencies, maximum developer happiness - just clean Ruby code that works.