-
Name
-
ruby_llm
-
Version
-
1.2.0
-
Platform
-
ruby
-
Authors
-
Carmine Paolino
-
Bindir
-
bin
-
Date
-
2025-04-17 00:00:00 UTC
-
Dependencies
-
base64 (>= 0)
event_stream_parser (~> 1)
faraday (~> 2)
faraday-multipart (~> 1)
faraday-net_http (~> 3)
faraday-retry (~> 2)
zeitwerk (~> 2)
-
Description
-
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, AWS Bedrock Anthropic, 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.
-
Email
-
carmine@paolino.me
-
Files
-
LICENSE
README.md
lib/ruby_llm.rb
lib/ruby_llm/active_record/acts_as.rb
lib/ruby_llm/aliases.json
lib/ruby_llm/aliases.rb
lib/ruby_llm/chat.rb
lib/ruby_llm/chunk.rb
lib/ruby_llm/configuration.rb
lib/ruby_llm/content.rb
lib/ruby_llm/embedding.rb
lib/ruby_llm/error.rb
lib/ruby_llm/image.rb
lib/ruby_llm/message.rb
lib/ruby_llm/model_info.rb
lib/ruby_llm/models.json
lib/ruby_llm/models.rb
lib/ruby_llm/provider.rb
lib/ruby_llm/providers/anthropic.rb
lib/ruby_llm/providers/anthropic/capabilities.rb
lib/ruby_llm/providers/anthropic/chat.rb
lib/ruby_llm/providers/anthropic/embeddings.rb
lib/ruby_llm/providers/anthropic/media.rb
lib/ruby_llm/providers/anthropic/models.rb
lib/ruby_llm/providers/anthropic/streaming.rb
lib/ruby_llm/providers/anthropic/tools.rb
lib/ruby_llm/providers/bedrock.rb
lib/ruby_llm/providers/bedrock/capabilities.rb
lib/ruby_llm/providers/bedrock/chat.rb
lib/ruby_llm/providers/bedrock/models.rb
lib/ruby_llm/providers/bedrock/signing.rb
lib/ruby_llm/providers/bedrock/streaming.rb
lib/ruby_llm/providers/bedrock/streaming/base.rb
lib/ruby_llm/providers/bedrock/streaming/content_extraction.rb
lib/ruby_llm/providers/bedrock/streaming/message_processing.rb
lib/ruby_llm/providers/bedrock/streaming/payload_processing.rb
lib/ruby_llm/providers/bedrock/streaming/prelude_handling.rb
lib/ruby_llm/providers/deepseek.rb
lib/ruby_llm/providers/deepseek/capabilities.rb
lib/ruby_llm/providers/deepseek/chat.rb
lib/ruby_llm/providers/gemini.rb
lib/ruby_llm/providers/gemini/capabilities.rb
lib/ruby_llm/providers/gemini/chat.rb
lib/ruby_llm/providers/gemini/embeddings.rb
lib/ruby_llm/providers/gemini/images.rb
lib/ruby_llm/providers/gemini/media.rb
lib/ruby_llm/providers/gemini/models.rb
lib/ruby_llm/providers/gemini/streaming.rb
lib/ruby_llm/providers/gemini/tools.rb
lib/ruby_llm/providers/openai.rb
lib/ruby_llm/providers/openai/capabilities.rb
lib/ruby_llm/providers/openai/chat.rb
lib/ruby_llm/providers/openai/embeddings.rb
lib/ruby_llm/providers/openai/images.rb
lib/ruby_llm/providers/openai/media.rb
lib/ruby_llm/providers/openai/models.rb
lib/ruby_llm/providers/openai/streaming.rb
lib/ruby_llm/providers/openai/tools.rb
lib/ruby_llm/railtie.rb
lib/ruby_llm/stream_accumulator.rb
lib/ruby_llm/streaming.rb
lib/ruby_llm/tool.rb
lib/ruby_llm/tool_call.rb
lib/ruby_llm/version.rb
lib/tasks/browser_helper.rb
lib/tasks/capability_generator.rb
lib/tasks/capability_scraper.rb
lib/tasks/cli_helper.rb
lib/tasks/code_validator.rb
lib/tasks/model_updater.rb
lib/tasks/models.rake
lib/tasks/models_docs.rake
lib/tasks/vcr.rake
-
Homepage
-
https://rubyllm.com
-
Licenses
-
MIT
-
Metadata
-
{"homepage_uri"=>"https://rubyllm.com", "source_code_uri"=>"https://github.com/crmne/ruby_llm", "changelog_uri"=>"https://github.com/crmne/ruby_llm/commits/main", "documentation_uri"=>"https://rubyllm.com", "bug_tracker_uri"=>"https://github.com/crmne/ruby_llm/issues", "rubygems_mfa_required"=>"true"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.1.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.22
-
Specification version
-
4
-
Summary
-
Beautiful Ruby interface to modern AI
-
Original platform
-
ruby
-
New platform
-
ruby