Use Cases
Standardize AI Behavior Across Teams
Standardize AI Behavior Across Teams
Turn AI Use Cases into Reusable Assets
Turn AI Use Cases into Reusable Assets
Control Model Output Without Code Changes
Control Model Output Without Code Changes
Scale AI Features Safely
Scale AI Features Safely
Connect AI to Business Context
Connect AI to Business Context
Create a Prompt
AI Studio
- API & SDK
Navigate to a Project
+ button at the top.Choose a Model
AI Studio

Model Parameters
Temperature
Temperature
Max Tokens
Max Tokens
Top K
Top K
Top P
Top P
Frequency Penalty
Frequency Penalty
Presence Penalty
Presence Penalty
Messages
AI Studio

Roles
When adding a message, choose a role to define how the model interprets it:| Role | Description | Example |
|---|---|---|
| System | A guideline or context for the language model, directing how it should interpret and respond to requests. | ”You are an expert botanist. Respond briefly to questions with one-line answers.” |
| User | An actual query posed by the user. | ”Which plants thrive in shady environments?” |
| Assistant | Responses to user queries by the language model. | ”Ferns, Hostas, and Hydrangeas are some plants that thrive in shady environments.” |
Variables
AI Studio
{{variable_name}} syntax inside a message to declare a dynamic input. All declared inputs appear in the Inputs block at the top-right of the page, where default values can be set for testing.The example below shows the inputs being set while running the prompt in the Playground.
Prompt Generator
AI Studio

- Select Copy to copy the generated prompt to the clipboard.
-
Select Apply to overwrite the current prompt with the generated one.

Fetch a Prompt
- API & SDK