@@ -5,18 +5,20 @@ nav_order: 1
55description : " RubyLLM is a delightful Ruby way to work with AI."
66permalink : /
77---
8+ <div markdown =1 style =" display : flex ; align-items : baseline ; flex-wrap : wrap ; gap : 1em ;" >
89
910# RubyLLM
1011{: .fs-9 }
1112
13+ <iframe src =" https://ghbtns.com/github-btn.html?user=crmne&repo=ruby_llm&type=star&count=true&size=large " frameborder =" 0 " scrolling =" 0 " width =" 170 " height =" 30 " title =" GitHub " style =" vertical-align : middle ; display : inline-block ;" ></iframe >
14+ </div >
15+
1216A delightful Ruby way to work with AI through a unified interface to OpenAI, Anthropic, Google, and DeepSeek.
1317{: .fs-6 .fw-300 }
1418
15- < div style = " display : flex ; align-items : center ; flex-wrap : wrap ; gap : 4 px ; " >
19+
1620 <a href =" {% link installation.md %} " class =" btn btn-primary fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >Get started</a >
1721 <a href =" https://github.com/crmne/ruby_llm " class =" btn fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >GitHub</a >
18- <iframe src =" https://ghbtns.com/github-btn.html?user=crmne&repo=ruby_llm&type=star&count=true&size=large " frameborder =" 0 " scrolling =" 0 " width =" 170 " height =" 30 " title =" GitHub " style =" vertical-align : middle ; display : inline-block ;" ></iframe >
19- </div >
2022
2123---
2224<div style =" display : flex ; align-items : center ; flex-wrap : wrap ; gap : 4px ;" >
173175# That's it - chat history is automatically saved
174176```
175177
176- ## Features Overview
177-
178- - 💬 ** Chat** with OpenAI GPT, Anthropic Claude, Google Gemini, and DeepSeek models
179- - 👁️ ** Vision and Audio** understanding
180- - 📄 ** PDF Analysis** for analyzing documents
181- - 🖼️ ** Image generation** with DALL-E and other providers
182- - 📊 ** Embeddings** for vector search and semantic analysis
183- - 🔧 ** Tools** that let AI use your Ruby code
184- - 🚂 ** Rails integration** to persist chats and messages with ActiveRecord
185- - 🌊 ** Streaming** responses with proper Ruby patterns
186-
187178## Learn more
188179
189180- [ Installation] ({% link installation.md %})
0 commit comments