WHEN TO USE THE PLAYGROUND
Check out the Playground when the question is qualitative and you want an answer in seconds. The Playground can also help you answer questions about latency, token effiency, and cost on a per-request basis.
A Playground session is a good sanity check before you invest in a full evaluation. It is not a substitute for one: nothing you do here is scored, saved, or reproducible.
OPEN THE PLAYGROUND
Select Playground in the project sidebar. The page opens empty, with a prompt to select models. In the Playground, you can chat with any of your existing Deployments or with an open-source base model. If you have a deployment with an external model, you will have the opportunity to directly compare a frontier lab’s model to your own.ADD MODELS TO COMPARE
ClickAdd Model... to open a searchable picker with two groups:
- Your deployments. Every deployment in the project that has not been deleted. A deployment must be
Activebefore you can chat with it. You can add one that is still starting up, but its panel stays disabled and shows the current status until it becomes active. - Oumi base models. Untrained open-source models that Oumi serves directly, ready to chat with no deployment of your own. This group appears only where Oumi is serving base models for your project.
Add Model... is disabled once you reach four.
SEND A PROMPT
Type in the input at the bottom of the page and pressEnter, or click the arrow. The prompt goes to every ready panel at the same time, and each panel streams its own answer independently.
Panels keep separate conversations. Follow-up prompts also fan out to all of them, so each model sees only its own history.
While any panel is still generating:
- The send button becomes a stop button that stops every panel at once.
- Each streaming panel gets its own stop button in its header, to stop just that one.
SWITCH A PANEL’S MODEL
Click the model name in a panel header to swap that panel to a different model in place. This is the fastest way to ask “what would a different model have said?” without retyping the conversation. When you switch:- The conversation stays, and the new model picks it up from there.
- The panel’s system prompt follows it across.
- The panel’s sampling parameters reset, because the new model may accept a different set.
- Your next message is marked with a
Model changed to ...divider, so the transcript shows exactly where the answers stopped coming from the old model.
WHAT’S NEXT
System prompts and sampling parameters
Learn how to use system prompts and sampling parameters to tune the behavior of the models.