Provider Registry CLI
The PraisonAI TypeScript CLI provides commands to list and inspect registered LLM providers.Commands
List Providers
List all registered LLM providers:--verbose, -v- Show available models for each provider--json- Output in JSON format
Provider Info
Get detailed information about a specific provider:Using Custom Providers with CLI
Custom providers must be registered programmatically before using the CLI. Create a setup script:Environment Variables
Set API keys for built-in providers:{PROVIDER_NAME}_API_KEY:
Chat with Custom Provider
Once registered, use custom providers with the chat command:Troubleshooting
Provider Not Found
API Key Not Set
Provider Not Available
A provider may be registered but not available if:- API key is not set
- Required dependencies are not installed
- Network connectivity issues

