
Hi community,
I am trying to understand what model is used in the Power Automate flows, particularly in Node: "Create text with GPT using a prompt".
The flow itself looks like here
My environment is located in Sweden region (AzureAI).
In the MS help I can find only the following references, related to this floe/node:
https://learn.microsoft.com/en-us/ai-builder/prebuilt-azure-openai
https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models
https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models
https://learn.microsoft.com/en-us/ai-builder/use-a-custom-prompt-in-flow#use-the-output-of-the-gpt-action
https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-35-models
Everything what I can get from these links is that
"The Create text with GPT using a prompt action generates a flow variable called Text, which represents the output of your prompt generated by the GPT model."
And most probably ChatGPT 3.5 turbo is used.
"GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo version 0301 can also be used with the Completions API. GPT-3.5 Turbo versions 0613 and 1106 only support the Chat Completions API.
GPT-3.5 Turbo version 0301 is the first version of the model released. Version 0613 is the second version of the model and adds function calling support."
Unfortunately, I cannot not get more information about where this model is located, what is the cost of requesting this model, and where I can find usage logs. I am not sure if this model has been specifically deployed in my AzureAI environment - at least I cannot find it in my console.
Can you please provide some hints how to understand the pricing model, settings of the model, exact model type and location (I want to understand if end users can share sensitive data in this flow).
Thanks in advance.
BR,
Vitalii
Hi,
'Create Text with GPT using Prompt' action uses Prompts (or AI Prompts). Here is the AI Builder documentation related to Prompts:
Prompts overview | Microsoft Learn
It indicates it's using GPT-3.5 Turbo model powered by Azure OpenAI Service. This model is not using customer's Azure resources. Prompts are deployed in several regions, and for some others, enabling data movement cross-regions allows the prompt feature to be enabled.
See Feature availability by region or US Government environment | Microsoft Learn
I believe current specific version is 0613, but it may change.
In Licensing overview for Microsoft Power Platform - Power Platform | Microsoft Learn, you can find the link to Licensing guide pdf which shows page 27 the credit burn rate of "Create text with GPT, AI
prompts" (16 credits per 1k tokens)
Re: usage, you can find the records of this model use in AI Builder activity (preview) in Power Automate portal.
Monitor model activity (preview) | Microsoft Learn
Hope this helps
Antoine2F