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.Select Prompt
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

The prompt template used as context for the language model.
Roles
When adding a message, choose a role to define how the model interprets it: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.
Inputs being set and overridden while running a 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