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
A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Blazor AI Coding Assistant without restrictions. Perpetual license holders and trial users can make a [limited number of requests per year](slug:ai-overview#number-of-requests).
Copy file name to clipboardExpand all lines: ai/copilot-extension.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -55,15 +55,7 @@ The following list describes how your prompts may look like:
55
55
56
56
## Number of Requests
57
57
58
-
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
59
-
60
-
The Telerik Blazor Copilot extension allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
61
-
62
-
* Perpetual licenses: 50 requests per year
63
-
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
64
-
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
65
-
66
-
> All Telerik AI tools share a single request limit for your Telerik account. For example, the Telerik Copilot extension and the Telerik MCP server both take up from the same usage quota.
Copy file name to clipboardExpand all lines: ai/mcp-server.md
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -167,20 +167,9 @@ The following list describes how your prompts may look like:
167
167
*"Telerik Generate a ComboBox for Blazor that shows a list of products. Create a Product class and generate sample data."
168
168
*"Telerik Show me sample code for a Blazor Grid with virtual scrolling for the rows and columns."
169
169
170
-
171
170
## Number of Requests
172
171
173
-
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
174
-
175
-
The Telerik Blazor MCP Server allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
176
-
177
-
* Perpetual licenses: 50 requests per year
178
-
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
179
-
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
180
-
181
-
> One prompt may trigger several requests to the MCP server, depending on the complexity.
182
-
>
183
-
> All Telerik AI tools share a single request limit for your Telerik account. For example, the Telerik MCP server and the Telerik Copilot extension both take up from the same usage quota.
Copy file name to clipboardExpand all lines: ai/overview.md
+25-4Lines changed: 25 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,32 @@ To use the Telerik Blazor AI Coding Assistant, you need:
29
29
* A [Telerik user account](https://www.telerik.com/account/).
30
30
* An active [DevCraft or Telerik UI for Blazor license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/blazor-ui).
31
31
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
> A Telerik [Subscription license](https://www.telerik.com/purchase/faq/licensing-purchasing) is recommended in order to use the Telerik Blazor AI Coding Assistant:
34
-
>
35
-
> * Subscription license holders can make an unlimited number of requests.
36
-
> * Perpetual license holders and trial users have a limited number of requests per year.
34
+
## Number of Requests
35
+
36
+
> The usage limits below will take place after June 28, 2025. Until then, each customer with an active commercial or trial license can make up to 300 daily requests.
37
+
38
+
The Telerik Blazor AI Conding Assistant allows the following maximum number of requests, depending on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):
39
+
40
+
* Perpetual licenses: 50 requests per year
41
+
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
42
+
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
43
+
44
+
> All Telerik AI tools share a single request limit for your Telerik account. For example, the [Telerik Copilot extension](slug:ai-copilot-extension) and the [Telerik MCP server](slug:ai-mcp-server) both take up from the same usage quota.
45
+
> When using the Telerik MCP server, one prompt may trigger several requests, depending on the prompt complexity.
46
+
47
+
## Privacy
48
+
49
+
The Telerik Blazor AI Coding Assistant operates under the following conditions:
50
+
51
+
* The Assistant does not have access to your workspace and application code. Note that when using the Telerik MCP server (or any other MCP server), the LLM generates parameters for the MCP server request, which may include parts of your application code.
52
+
* The Assistant does not use your prompts to train Telerik AI models.
53
+
* The Assistant does not generate the actual responses and has no access to these responses. The Assistant only provides a better context that helps your selected model (for example, GPT, Gemini, Claude) provide better responses.
54
+
* The Assistant does not associate your prompts to your Telerik user account. Your prompts and generated context are anonymized and stored for statistical and troubleshooting purposes.
55
+
* The Assistant stores metrics about how often and how much you use it in order to ensure compliance with the [allowed number of requests that correspond to your current license](#number-of-requests).
56
+
57
+
Make sure to also get familiar with the terms and privacy policy of your selected AI model and AI client.
0 commit comments