🤖 Major LLM Providers
☁️ Cloud & Infrastructure
🎨 Creative & Specialized Services
🔧 Self-Hosted / Local Options
For OpenAI-compatible endpoints (Ollama, vLLM, LM Studio, etc.), you typically don’t need external API keys:🔐 Security Tips
- Never commit API keys to version control. Use
.envfiles and add them to.gitignore. - Use environment variables or secret management tools (e.g., Docker secrets, AWS Secrets Manager).
- Rotate keys regularly, especially if they’re exposed or shared.
- Monitor usage via provider dashboards to detect unauthorized access.
- Set spending limits where available (OpenAI, Anthropic, etc.) to avoid surprise bills.
💡 Public Mode
If you’re running Chibi in Public Mode (PUBLIC_MODE=True), you don’t need to provide master API keys. Instead, each user will be prompted to provide their own keys via private message when they first interact with the bot.
This is ideal for:
- Shared/community bots
- Avoiding centralized billing
- Letting users control their own API usage
Need help? Check the FAQ or Troubleshooting guide.

