Build with language models from Ruby, review pull requests, and work comfortably from the command line.
Install the gem and make your first request.
gem install nuntius-rb --pre
require 'nuntius'
client = Nuntius::Client.new
puts client.generate_text('Write a haiku about Ruby')
Set GEMINI_API_KEY in your environment.
Use the CLI for quick prompts or an interactive session:
nuntius generate "Your prompt"
nuntius chat
Connect the GitHub App to review pull requests automatically.
Browse the Ruby API, read the design journal, or visit the support guide.
Found something unexpected? Report an issue.