@@ -5,38 +5,46 @@ 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 : center ; flex-wrap : wrap ; gap : 1em ;" >
98
9+ <div class =" logo-container " >
1010 <img src =" /assets/images/logotype.svg " alt =" RubyLLM " height =" 120 " width =" 250 " >
11-
1211 <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 >
1312</div >
1413
1514A delightful Ruby way to work with AI through a unified interface to OpenAI, Anthropic, Google, AWS Bedrock Anthropic, OpenRouter, and DeepSeek.
1615{: .fs-6 .fw-300 }
1716
18-
19- <a href =" {% link installation.md %} " class =" btn btn-primary fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >Get started</a >
20- <a href =" https://github.com/crmne/ruby_llm " class =" btn fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >GitHub</a >
17+ <a href =" {% link installation.md %} " class =" btn btn-primary fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >Get started</a >
18+ <a href =" https://github.com/crmne/ruby_llm " class =" btn fs-5 mb-4 mb-md-0 mr-2 " style =" margin : 0 ;" >GitHub</a >
2119
2220---
2321
24- <div style =" display : flex ; align-items : center ; flex-wrap : wrap ; gap : 1em ; margin-bottom : 1em " >
25- <img src =" https://upload.wikimedia.org/wikipedia/commons/4/4d/OpenAI_Logo.svg " alt =" OpenAI " height =" 40 " width =" 120 " >
26- <img src =" https://upload.wikimedia.org/wikipedia/commons/7/78/Anthropic_logo.svg " alt =" Anthropic " height =" 40 " width =" 120 " >
27- <img src =" https://upload.wikimedia.org/wikipedia/commons/8/8a/Google_Gemini_logo.svg " alt =" Google " height =" 40 " width =" 120 " >
28- <div >
29- <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-color.svg" alt="Bedrock" height="40">
30- <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-text.svg" alt="Bedrock" height="40" width="120">
22+ <div class =" provider-icons " >
23+ <div class =" provider-logo " >
24+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openai.svg" alt="OpenAI" class="logo-medium">
25+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openai-text.svg" alt="OpenAI" class="logo-medium">
26+ </div >
27+ <div class =" provider-logo " >
28+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/anthropic-text.svg" alt="Anthropic" class="logo-small">
29+ </div >
30+ <div class =" provider-logo " >
31+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/gemini-brand-color.svg" alt="Google" class="logo-large">
32+ </div >
33+ <div class =" provider-logo " >
34+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-color.svg" alt="Bedrock" class="logo-medium">
35+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-text.svg" alt="Bedrock" class="logo-small">
36+ </div >
37+ <div class =" provider-logo " >
38+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter.svg" alt="OpenRouter" class="logo-medium">
39+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter-text.svg" alt="OpenRouter" class="logo-small">
3140 </div >
32- <div >
33- <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter .svg" alt="OpenRouter" height="40 ">
34- <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter -text.svg" alt="OpenRouter" height="40" width="120 ">
41+ <div class = " provider-logo " >
42+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/deepseek-color .svg" alt="DeepSeek" class="logo-medium ">
43+ <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/deepseek -text.svg" alt="DeepSeek" class="logo-small ">
3544 </div >
36- <img src =" https://upload.wikimedia.org/wikipedia/commons/e/ec/DeepSeek_logo.svg " alt =" DeepSeek " height =" 40 " width =" 120 " >
3745</div >
3846
39- <div style = " display : flex ; align-items : center ; flex-wrap : wrap ; gap : 0.2 em ; " >
47+ <div class = " badge-container " >
4048 <a href =" https://badge.fury.io/rb/ruby_llm " ><img src =" https://badge.fury.io/rb/ruby_llm.svg " alt =" Gem Version " /></a >
4149 <a href =" https://github.com/testdouble/standard " ><img src =" https://img.shields.io/badge/code_style-standard-brightgreen.svg " alt =" Ruby Style Guide " /></a >
4250 <a href =" https://rubygems.org/gems/ruby_llm " ><img alt =" Gem Downloads " src =" https://img.shields.io/gem/dt/ruby_llm " ></a >
0 commit comments