Developer Playground
Relaxed guardrails for experimentation and testing.
Contributors
Overview
The Developer Playground profile is designed for non-production environments where flexibility is key. It turns off most restrictive filters (like strict PII blocking or tone policing) to allow developers to test the raw capabilities of the model.
However, it maintains basic sanity checks (like huge payload protection and telemetry) to ensure the development environment remains stable and observable.
Included Guardrails
3 RulesKey Benefits
Maximum Flexibility
Minimum interference with model outputs, ideal for debugging prompt engineering.
Rapid Iteration
High rate limits and low latency configuration for fast feedback loops.
Debug Telemetry
Enhanced logging to help you understand exactly what the model is seeing and thinking.
Wait, when should I use this?
Integration
export GUARDRAIL_PROFILE=developer-playground
npm run devFrequently Asked Questions
Should I use this in production?
Never. It lacks essential security protections required for public or enterprise use.