Devlog 8
New
- Added OpenRouter free models API support
- The AI can use the Discord server’s custom emojis in its responses (emojis from the Discord cache)
Models (reminder)
All AI models are free and use free API keys (Groq, Gemini, HackClub, OpenRouter).
const geminiModels = ['gemini-2.5-flash', 'gemini-2.5-flash-lite']
const groqModels = ["openai/gpt-oss-120b", "openai/gpt-oss-20b", "qwen/qwen3.6-27b"]
const HackClubModels = ['meta-llama/llama-3.3-70b-instruct']
const visionModel = ["qwen/qwen3.6-27b", "qwen/qwen3.8-27b"]
const openroute = ["openrouter/free"]
Planned
I plan to continuously develop and improve this project.