Overview
PRPM Playground lets you test any package with leading AI models (Claude, GPT-4o, and more) directly in your browser or CLI. No installation required—just instant, interactive testing with real models.Why Use Playground?
Before Playground, you had to:- Install the package
- Set up your AI environment
- Create test scenarios
- Try it with your model
- Uninstall if it doesn’t work
Getting Started
Web Interface
- Browse packages at prpm.dev/search
- Click “Test in Playground” on any package page
- Enter your test input
- Get instant results from your chosen AI model
CLI Interface
Supported Models
| Model | Best For | Credit Cost |
|---|---|---|
| Claude Sonnet 3.5 | Balanced performance (default) | 2 credits |
| GPT-4o Mini | Fast, simple tasks | 1 credit |
| GPT-4o | Advanced reasoning | 3 credits |
| GPT-4 Turbo | Complex tasks | 4 credits |
| Claude Opus | Most capable, complex tasks | 7 credits |
1 credit = 5,000 tokens (input + output combined)
Credit System
Free Trial
- 5 free credits to get started
- No credit card required
- Test immediately after signup
PRPM+ Subscription
- 100 monthly credits for $6/month
- Credits roll over (max 200 balance)
- Unused credits expire after 1 month
- Organization members get PRPM+ for $3/month
Credit Packs
- Buy additional credits that never expire
- 100 credits = $5.00
- Stack with monthly credits
- Perfect for heavy users
Advanced Features
Compare Mode
Compare the same input with and without the package prompt to see the actual value added:- With package: Uses the package’s prompt
- Without package: Baseline model with no prompt
Interactive Mode
Have multi-turn conversations to stress test packages:- Multiple conversation turns
- Context maintained across messages
- Type
exitor press Ctrl+C to quit - Great for testing conversational packages
Model Selection
Choose the right model for your test:Sharing Results
Web Interface
- Complete a test in the playground
- Click the “Share” button
- Get a shareable link
- Share with your team or the community
- The input you tested
- The model’s complete response
- Token usage and credit cost
- Package information
Community Results
Every package page shows recent community test results. See:- What inputs others tested
- Which models they chose
- Whether they found it helpful
- Token usage and costs
For Package Authors
Analytics Dashboard
Package authors get detailed analytics showing:- Total test sessions
- Popular AI models used
- Credit usage patterns
- Session duration averages
- Test input trends
Suggested Test Inputs
Help users test your package effectively:CLI Commands Reference
prpm playground
Test a package with AI models.
<package>- Package identifier (e.g.,@user/package-name)[input]- Test input text (optional, required if not using--interactive)
-m, --model <model>- AI model to use (sonnet, opus, gpt-4o, gpt-4o-mini)-c, --compare- Compare with and without package prompt-i, --interactive- Start interactive conversation mode--help- Show help information
prpm subscribe
Manage your PRPM+ subscription.
- (no command) - Subscribe to PRPM+
status- View subscription status and creditscancel- Cancel your subscription
prpm buy-credits
Purchase additional playground credits.
prpm suggested-inputs
Manage suggested test inputs for your packages.
add- Add a suggested inputlist- List all suggested inputsremove- Remove a suggested input
Best Practices
For Testing
- Use realistic inputs - Test with inputs you’d actually use in your workflow
- Try multiple models - Different models excel at different tasks
- Use compare mode - Verify the package actually adds value
- Test edge cases - Don’t just test the happy path
- Share useful results - Help the community learn from your tests
For Package Authors
- Add suggested inputs - Make it easy for users to test effectively
- Monitor analytics - See how users actually test your package
- Respond to feedback - Address issues users discover through testing
- Test your own packages - Verify they work as expected with different models
- Share best results - Feature great test results in your package README
Pricing & Limits
Credit Costs
Credits are spent based on token usage:- 1 credit = 5,000 tokens
- Tokens = input tokens + output tokens
- Cost shown after each test
Rate Limits
- Free tier: 5 credits total
- PRPM+: 100 credits/month + rollover (max 200)
- Credit packs: No limits, never expire
Fair Use
Playground is for testing packages, not production AI usage:- ✅ Testing packages before installing
- ✅ Comparing multiple packages
- ✅ Sharing test results with team
- ❌ Using as primary AI interface
- ❌ Automating bulk requests
- ❌ Sharing account credentials
Troubleshooting
”Insufficient credits”
Solution: Subscribe to PRPM+ or buy a credit pack:“Package not found”
Solution: Verify the package name is correct:CLI playground not working
Solution: Ensure you’re logged in:Test taking too long
Solution:- Try a faster model (GPT-4o Mini)
- Reduce input length
- Check your internet connection
Support
Need help with Playground?- Documentation: docs.prpm.dev
- Email: hello@prpm.dev
- Twitter: @prpmdev
- GitHub: github.com/pr-pm/prpm