💰
Verifiedbudget0 installs
Cost Optimized
Budget-conscious settings using Haiku model with token limits
Model Configuration
Modelclaude-haiku-3.5
Max Tokens4,096
Temperature0.5
Use Case
Use when you need to minimize costs while maintaining good functionality
Configuration
{
"model": "claude-haiku-3.5",
"max_tokens": 4096,
"temperature": 0.5,
"tools_allowed": [
"all"
],
"tools_restricted": [],
"stop_at_percentage": 95,
"warn_at_percentage": 75,
"prefer_cached_responses": true,
"token_budget_per_session": 50000
}Installation
Via StackShack CLI
npx stackshack install cost-optimizedManual Configuration
Add this configuration to your claude_settings file:
{
"model": "claude-haiku-3.5",
"max_tokens": 4096,
"temperature": 0.5,
"tools_allowed": [
"all"
],
"tools_restricted": [],
"stop_at_percentage": 95,
"warn_at_percentage": 75,
"prefer_cached_responses": true,
"token_budget_per_session": 50000
}Tags
#budget#cost#economical#haiku
Quick Actions
Stats
Installs0
Categorybudget
Statuspublished