Execute your saved prompt templates on Portkey
Send Variables
Override Prompt Settings
Call Specific Prompt Version
{promptId} always calls the Published version of your prompt.But, you can also call a specific template version by appending its version number, like {promptId@12}:Version Tags:@latest: Calls the @{NUMBER} (like @12): Calls the specified version numberNo Suffix: Here, Portkey defaults to the Published versionStreaming
stream:True explicitly in your request to enable streamingThe unique identifier of the prompt template to use
Note: Although hyperparameters are shown grouped here (like messages, max_tokens, temperature, etc.), they should only be passed at the root level, alongside 'variables' and 'stream'.
Variables to substitute in the prompt template
Default: False. Set to True if you want to stream the response
Note: All hyperparameters are optional. Pass them at the root level, and not nested under hyperparameters. Their grouping here is for educational purposes only.