✌️How to Evaluate Model?
Playground
Playground is space where users can interact with AI models in a chat-like format. It’s designed for testing messages, evaluating model responses, and adjusting model behavior.

You can follow guide to evaluate your model:
Adjust parameters
Parameters include:
Temperature
Controls randomness in assistant responses. Lower = more focused, higher = more creative.
Float
[0.00, 2.00] (commonly 1.00 is balanced)
Add stop sequence
Defines where the model should stop generating text.
String
Custom string(s)
Output length
Limits the number of tokens in the response.
Int
[0, 8192]
Top-P
Controls diversity via nucleus sampling. Lower = more focused
Float
(0.00, 1.00]
We recommend you adjust parameters based on each purpose:
Creative writing
1.0–1.5
500+
0.8–1.0
Technical explanation
0.2–0.5
200–500
0.3–0.6
Summarization
0.2–0.5
150–300
0.3–0.6
Code generation
0.1–0.4
“n” or “#”
0.3–0.6
Conversational agent
0.7–1.0
200–600
0.8–1.0
Start chatting
The Playground interface is structured around Completions, which include:
System messages
Define the assistant’s behavior and tone. It helps guide how the model responds throughout the conversation. Eg: You are a creative writing assistant. Always write with vivid imagery, emotional depth, and a storytelling tone.
User messages
Represent the input or query from you. You can type text to test LLM models or add to upload an image to test VLM models.
Assistant responses
The AI model’s reply is based on user messages and system messages.
You can interact with the model in real time, observe how it responds, and iterate based on your goals.
Completion History
Completion history allows you to view and manage the past completions. It helps track previous messages, responses, and session details for review or reuse.

Accessing completion history
Navigate to the Completion History tab in your interface. This page displays a list of all your current and past completions.
You can browse through the list or use the search bar to find specific completions using:
Keywords from the last assistant responses.
Viewing completion details
Click on one completion to expand it.
You will see:
User message
Assistant response
Duration of the completion
Timestamp of when it occurred
Continuing a completion
To resume a past completion, click the Continue button.
This will reopen Playground, allowing you to continue chatting with your model.
Delete a completion
To remove a completion from your history:
Click the trash icon or the Delete button.
Confirmation popup show to confirm the deletion
Notice: Deleted completions are permanently removed and cannot be recovered.
Download all completions
To export your entire completion history:
Click the Download button
The supported file format is '.xlsx'. It consists of all user messages, assistant responses, timestamps, and metadata for each completion.
(Optional) Download completion you want to select by clicking the start icon and navigate My pick
Last updated
