Skip to main content
All CollectionsBuild AutomationsOperators
Track AI Task Operator Usage
Track AI Task Operator Usage

Understand the AI Task operator's credit system, allocation, and usage tracking.

Updated over a week ago

The AI Task operator uses a credit-based system. Each workspace receives a monthly credit allocation, with credits deducted per execution.

All Torq pricing plans, including Essential, include a monthly quota of free credits.

Credits are only available to organizations that have accepted Torq's AI Terms.

Tracking Options

  • Workspace Owners will receive an email notification when monthly usage reaches 90%. Once the workspace's credit usage is 100%, executions of the AI Task operator will fail.

Credits Per Plan

The table below outlines the monthly allocation of free credits provided to each workspace in an organization. The credit allocation is based on the pricing plan, with the option to purchase additional credits as add-ons by contacting Torq Support.

AI Task execution credits do not roll over from the previous month.

Plan

Free credits

Essential

50

Pro

100

Elite

250

Elite+

500

Credits Per Execution

The table below shows the number of credits used per execution, depending on which LLM model is selected.

LLM Model

Credits per execution

gpt-4o

1 credit

gpt-4-turbo

2 credits

gemini-1-pro

0.25 credit

gemini-1.5-pro

1 credits

After executing the AI Task operator, you can see your remaining credits in the Execution Log. The information available is the number of remaining credits, the date the credit count renews, and the credits consumed by the execution.

"usage": {
"remaining_credits": 999,
"renews_at": "2024-12-01T00:00:00Z",
"used_credits": 1
Did this answer your question?