Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions ai/agentic-ui-generator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@ To get the best results from the Agentic UI Generator:
* Use the advanced tool handles when you need precise control over specific aspects.
* Leverage existing [Telerik Design System](https://www.telerik.com/design-system/docs/) patterns for consistency.

## Usage Limits

Access to the Agentic UI Generator depends on your [Telerik license type](https://www.telerik.com/purchase/faq/licensing-purchasing):

* DevCraft Complete and Ultimate Subscription
* These are the licenses that grant full access to the Agentic UI Generator.
* The number of requests is virtually unlimited, with fair use policy applied.
* Best for ongoing and high-volume usage.
* All Other Licenses (including Perpetual Licenses and other Subscriptions)
* License holders have no access to the Agentic UI Generator by default.
* Require starting a [30-day trial](https://www.telerik.com/try/ui-for-blazor) to access the Agentic UI Generator.
* After the trial expires, access is no longer available unless the [Perpetual license is converted to a Subscription license](https://www.telerik.com/account/support-center/contact-us/account-support).
* Trial License
* A [Telerik UI for Blazor trial](https://www.telerik.com/try/ui-for-blazor) automatically starts a 30-day trial for the AI tools.
* Trial licenses grant access to both the [AI Coding Assistant](slug:ai_mcp_server) and the Agentic UI Generator.
* Includes a virtually unlimited number of requests, with fair usage applied.
* Reactivating the same trial for a new release does not grant additional requests.
* Designed for evaluating the feature before purchasing.

> All Telerik AI tools share the same fair usage quota for your Telerik account. For example, the [AI Coding Assistant](slug:ai-mcp-server) and the Agentic UI Generator both take up from the same usage quota.
> When using the Agentic UI Generator, one prompt may trigger several requests, depending on the prompt complexity.

## See Also

* [Getting Started with the Agentic UI Generator](slug:agentic-ui-generator-getting-started)
Expand Down
2 changes: 1 addition & 1 deletion ai/ai-coding-assistant/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use the Telerik Blazor MCP server, you need:
* [Node.js](https://nodejs.org/en) 18 or a newer version.
* A [compatible MCP client (IDE, code editor or app)](https://modelcontextprotocol.io/clients) that supports *MCP tools*. Using the latest version of the MCP client is highly recommended.
* A [Telerik user account](https://www.telerik.com/account/).
* 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).
* An active [DevCraft or Telerik UI for Blazor subscription license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/try/ui-for-blazor).
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).

Check [AI Coding Assistant Overview](slug:ai-overview) for more recommendations and usage information.
Expand Down
23 changes: 19 additions & 4 deletions ai/ai-coding-assistant/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Telerik AI Coding Assistant is integrated in the [Telerik Blazor MCP Server]
To use the Telerik Blazor AI Coding Assistant, you need:

* A [Telerik user account](https://www.telerik.com/account/).
* 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).
* An active [DevCraft or Telerik UI for Blazor subscription license](https://www.telerik.com/purchase/blazor-ui) or a [Telerik UI for Blazor trial](https://www.telerik.com/try/ui-for-blazor).
* A [Blazor application that includes Telerik UI for Blazor](slug:blazor-overview#getting-started).
* @[template](/_contentTemplates/common/ai-coding-assistant.md#number-of-requests)

Expand Down Expand Up @@ -56,9 +56,24 @@ You can also use the AI Coding Assistant for [Telerik Document Processing](https

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):

* Perpetual licenses: include 50 requests per year to let you explore and try out the AI Coding Assistant. If you'd like ongoing, higher-volume access, switch to a Subscription license.
* Subscription licenses: virtually unlimited number of requests with a fair use threshold of 300 requests per day
* Trial licenses: 300 requests per trial per year. Activating the same trial for a new release does not grant additional 300 requests.
### Subscription Licenses

* A Subscription is the primary license that grants full access to the AI Coding Assistant.
* Includes a virtually unlimited number of requests, with fair usage applied
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Includes a virtually unlimited number of requests, with fair usage applied
* Includes a virtually unlimited number of requests, with fair usage applied.


### Perpetual Licenses

* Perpetual license holders have no access to the AI Coding Assistant by default.
* You can start a [30-day trial](https://www.telerik.com/try/ui-for-blazor) to access the AI Coding Assistant.
* After the trial expires, access is no longer available unless the [Perpetual license is converted to a Subscription license](https://www.telerik.com/account/support-center/contact-us/account-support).

### Trial Licenses

* A [Telerik UI for Blazor trial](https://www.telerik.com/try/ui-for-blazor) automatically starts a 30-day trial for the AI tools.
* Trial licenses grant access to both the AI Coding Assistant and the [Agentic UI Generator](slug:agentic_ui_generator_overview).
* The number of requests is virtually unlimited, with fair use policy applied.
* Reactivating the same trial for a new release does not grant additional requests.
* Designed for evaluating the feature before purchasing.

> All Telerik AI tools share a single request limit for your Telerik account. For example, the [Telerik MCP server](slug:ai-mcp-server) and the [Agentic UI Generator](slug:agentic-ui-generator-overview) both take up from the same usage quota.
> When using the Telerik MCP server, one prompt may trigger several requests, depending on the prompt complexity.
Expand Down
Loading