Source
Select a file from the right
Source Files
- lib/ruby_llm.rb
- lib/ruby_llm/active_record/acts_as.rb
- 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.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