/playground URL. There’s no separate sidebar link.

All Playground conversations are ephemeral. Content disappears when you leave the page; not recorded in chat history or audit logs.
Mode Switching
Top tabs offer two modes.| Mode | Path | Use |
|---|---|---|
| Chat | /playground | Multi-turn conversation testing (System Instruction + role-based messages) |
| Completions | /playground/completions | Single-text completion testing |
Chat Mode
Compose multi-turn conversations to test model responses. Set System Instructions, switch message roles, and edit conversation history.Basic Usage
Pick a model
From the model selector dropdown in the right Settings sidebar (click the gear icon), pick a model to test. The user’s default model is auto-selected. If no default is set, manual selection is needed.
Set System Instruction (optional)
Expand the System Instructions section at the top and enter a system prompt.
Specify the model’s role, constraints, response style, etc.

Message Role Management
In Chat mode, you can freely structure each message’s role (User/Assistant).
| Feature | Description |
|---|---|
| Role toggle | Toggle User ↔ Assistant role with the button on the left of the input |
| Add | Add the current message to the conversation (without calling the model). Auto-toggles role on click |
| Run | Add the current message and generate a model response |
| Edit message | Directly edit existing message text |
| Delete message | Remove with the delete button shown on hover |
System Instruction
- Collapsible header for efficient screen space
- Shows first-line preview when collapsed
- Edits apply from the next Run (no effect on previous responses)
Completions Mode
Test the model’s continuation of a single text input. Focus on pure text generation without conversation structure.
Completions mode doesn’t use System Instruction. The input text is passed to the model as-is.
Common Features
Streaming Response
Both modes support real-time streaming via Server-Sent Events (SSE).- Response is displayed token by token in real time
- Click Cancel during generation to stop immediately
- Text area auto-expands to fit content
Model Selection
- All models enabled in admin settings are available
- Auto-picks the user’s default model
- Model name in the dropdown; model ID at the top of the input box
Use Cases
Prompt Engineering
Prompt Engineering
Model Performance Comparison
Model Performance Comparison
Sequentially test multiple models with the same prompt to compare response quality, speed, and cost.
Chat mode’s easy model switching enables fast comparison.
System Instruction Validation
System Instruction Validation
Pre-test System Instructions before applying to agents.
Verify consistent responses across various user inputs.
Text Completion Testing
Text Completion Testing
In Completions mode, check text generation quality for document drafts, code snippets, translations, etc.
Chat vs. Completions
| Item | Chat | Completions |
|---|---|---|
| System Instruction | ✓ | ✗ |
| Multi-turn conversation | ✓ | ✗ |
| Role specification | User / Assistant | None |
| Message edit/delete | ✓ | ✗ (edit full text) |
| Use | Conversational prompt testing | Text completion/generation testing |
