You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-timegen-1.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,42 @@ You can deploy TimeGEN-1 as a serverless API with pay-as-you-go billing. Nixtla
47
47
- An [Azure AI Studio project](../how-to/create-projects.md).
48
48
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Studio. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, visit [Role-based access control in Azure AI Studio](../concepts/rbac-ai-studio.md).
49
49
50
+
### Pricing information
51
+
52
+
#### Estimate the number of tokens needed
53
+
54
+
Before you create a deployment, it's useful to estimate the number of tokens that you plan to use and be billed for.
55
+
One token corresponds to one data point in your input dataset or output dataset.
56
+
57
+
Suppose you have the following input time series dataset:
To determine the number of tokens, multiply the number of rows (in this example, two) and the number of columns used for forecasting—not counting the unique_id and timestamp columns (in this example, three) to get a total of six tokens.
You can also determine the number of tokens by counting the number of data points returned after data forecasting. In this example, the number of tokens is two.
74
+
75
+
#### Estimate the pricing
76
+
77
+
There are four pricing meters, as described in the following table:
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-models-timegen-1.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,41 @@ You can deploy TimeGEN-1 as a serverless API with pay-as-you-go billing. Nixtla
47
47
48
48
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
49
49
50
+
### Pricing information
51
+
52
+
#### Estimate the number of tokens needed
53
+
54
+
Before you create a deployment, it's useful to estimate the number of tokens that you plan to use and be billed for.
55
+
One token corresponds to one data point in your input dataset or output dataset.
56
+
57
+
Suppose you have the following input time series dataset:
To determine the number of tokens, multiply the number of rows (in this example, two) and the number of columns used for forecasting—not counting the unique_id and timestamp columns (in this example, three) to get a total of six tokens.
You can also determine the number of tokens by counting the number of data points returned after data forecasting. In this example, the number of tokens is two.
74
+
75
+
#### Estimate the pricing
76
+
77
+
There are four pricing meters, as described in the following table:
0 commit comments