Suggestions or comments?
You can change the visual appearance from the command line with theme <name>
, to see all options enter theme
without parameter.
Quick access to specific models. Click to use, or use model <name>
command.
Create API tokens for command-line tools and integrations.
The roshi
CLI tool lets you pipe any text to AI and get instant responses:
roshi "explain quantum computing"
cat document.txt | roshi "summarize this"
git diff | roshi "review these changes"
curl -s https://news.ycombinator.com | roshi "find AI articles"
roshi -c "continue our conversation"
Each API call returns an updated token with your new balance. No accounts or API keys needed - just save your token to ~/.sanzen_token
and it auto-updates after each use.
• Self-contained billing: balance stored in token
• No tracking: we don't store usage history
• Portable: share tokens between machines
• Secure: tokens expire after 365 days
Get started with our example implementations. All examples use the TAL protocol for automatic token management.
Save your API token to ~/.sanzen_token
before running any example.