Skip to content

AI Credits

SetGet AI uses a credit-based system on cloud-hosted instances to manage usage fairly across all users. Each AI interaction consumes a certain number of credits depending on the complexity of the request. Self-hosted instances bypass the credit system entirely by using your own LLM API key.

How credits work

Every time you interact with SetGet AI — whether asking a question, requesting an analysis, or proposing an action — the system consumes credits from your workspace's allocation.

Credits are consumed at the workspace level, meaning all members of a workspace share the same credit pool. This encourages teams to use AI efficiently while ensuring fair access.

Credit consumption model

Credits are consumed based on the type and complexity of the interaction:

Interaction typeApproximate credit costDescription
Simple question1 creditShort factual query (e.g., "How many open items?")
Data analysis2-3 creditsQueries that scan multiple items or compare data
Summarization2-4 creditsGenerating summaries of cycles, projects, or progress
Action proposal (single item)1-2 creditsCreating or updating one work item
Action proposal (bulk)3-5 creditsOperations that affect multiple items
Complex multi-turn analysis3-6 creditsFollow-up questions in a long thread with heavy context

TIP

Credit costs are approximate and depend on the amount of data retrieved and the length of the AI response. Simpler prompts with focused scope consume fewer credits.

What counts as a credit charge

  • Each message you send to the AI consumes credits.
  • The AI's response is part of the same credit charge — you are not charged separately for the response.
  • Confirming or rejecting a proposed action does not consume additional credits. The credit was already consumed when the action was proposed.
  • Viewing thread history does not consume credits. Only new messages incur a charge.

What does NOT consume credits

  • Browsing the AI panel
  • Opening or closing threads
  • Reviewing past conversations
  • Canceling a proposed action

Credit balance tracking

Workspace administrators can monitor credit usage from the workspace settings.

Viewing your balance

  1. Go to Settings in the sidebar.
  2. Navigate to AI (or Billing > AI Usage on cloud plans).
  3. View the current credit balance, usage history, and renewal date.

The dashboard shows:

MetricDescription
Credits remainingHow many credits are left in the current period
Credits usedTotal credits consumed in the current billing cycle
Usage by memberBreakdown of credit consumption per workspace member
Usage by dayDaily credit consumption chart
Renewal dateWhen the credit balance resets

Usage alerts

Workspace admins receive notifications when:

  • 75% of credits have been consumed — an early warning to manage usage.
  • 90% of credits have been consumed — a more urgent alert.
  • 100% of credits have been consumed — AI features are paused until renewal.

WARNING

When credits are fully consumed, AI Chat and AI-powered features become unavailable until the next billing cycle or until credits are manually replenished (if your plan supports it).

Credit limits by plan

Credit allocations vary by plan tier. All credit counts below are per workspace per month:

PlanMonthly creditsOverage optionNotes
Free50Not availableBasic AI access for evaluation
Pro500Purchase additionalSuitable for small to medium teams
Business2,000Purchase additionalPriority processing, higher rate limits
EnterpriseCustomCustom agreementDedicated allocation, SLA included

Purchasing additional credits

On Pro and Business plans, workspace admins can purchase additional credit packs:

  1. Go to Settings > Billing > AI Usage.
  2. Click Purchase Credits.
  3. Select a credit pack size.
  4. Complete the purchase.

Additional credits are available immediately and do not expire at the end of the billing cycle. They are consumed only after the monthly allocation is fully used.

Plan upgrade considerations

If you consistently run out of credits before the end of the billing cycle, consider:

  1. Upgrading your plan — Higher-tier plans include significantly more credits.
  2. Purchasing credit packs — A good option if overages are occasional.
  3. Optimizing usage — Review the efficiency tips below to reduce credit consumption per interaction.
  4. Moving to self-hosted — Self-hosted instances have no credit limits.

Self-hosted instances

If you run SetGet on your own infrastructure, the credit system does not apply. Instead, you configure your own LLM API key, and usage is billed directly by your LLM provider.

Configuring your API key

  1. Go to Settings > AI in your self-hosted instance.
  2. Enter your LLM provider API key.
  3. Select the model to use (if your provider offers multiple models).
  4. Save the configuration.

Supported providers

Self-hosted SetGet supports connecting to any OpenAI-compatible API endpoint. This includes:

ProviderConfiguration
OpenAIStandard API key, model selection (GPT-4, etc.)
Azure OpenAIEndpoint URL, API key, deployment name
AnthropicAPI key, model selection (Claude, etc.)
Self-hosted LLMsAny OpenAI-compatible endpoint (e.g., vLLM, Ollama)

Advantages of self-hosted AI

  • No credit limits — Use AI as much as you need, limited only by your provider's rate limits.
  • Data sovereignty — Your workspace data is sent only to your chosen LLM provider.
  • Model choice — Select the model that best fits your needs and budget.
  • Cost control — Pay your LLM provider directly at their published rates.

TIP

For self-hosted instances, we recommend setting up usage monitoring with your LLM provider to track costs. SetGet logs all AI interactions in the admin panel for auditability.

Managing credit usage efficiently

Whether you are on a credit-limited cloud plan or managing LLM costs on a self-hosted instance, these practices help optimize your AI usage:

  1. Be specific — Focused prompts consume fewer tokens and therefore fewer credits than vague, open-ended questions.
  2. Use context — Navigate to the relevant project or cycle before chatting so the AI does not need to search across the entire workspace.
  3. Batch related questions — Ask multiple related questions in the same thread rather than starting new threads for each one.
  4. Use filters first — Apply view filters to narrow down data before asking the AI to analyze it.
  5. Prefer summaries over listings — Asking "Summarize sprint progress" is usually cheaper than "List every item in this sprint with all details."

Credit usage examples

Here are concrete examples of how credits are consumed for typical interactions:

PromptCreditsWhy
"How many open items are in the WEB project?"1Simple count query, minimal data retrieval
"List all high-priority bugs assigned to me"1-2Filtered query with moderate data
"Summarize Sprint 12 progress with completion breakdown"3Multi-item scan and summary generation
"Create a work item titled 'Fix header layout' in the WEB project"1Single action proposal
"Compare velocity across the last 4 sprints"4Multi-cycle data retrieval and analysis
"Update all Todo items in API project to In Progress"4Bulk action scanning multiple items
"Write a detailed sprint retrospective for Sprint 11"5Heavy data scan and long-form generation

Understanding token consumption

Under the hood, credits map to the number of tokens processed by the LLM. Tokens include:

  • Input tokens — Your message, the system context, and retrieved workspace data.
  • Output tokens — The AI's response text and any action proposals.

Larger prompts with broader context (e.g., querying across all projects) consume more input tokens. Longer responses consume more output tokens. Both contribute to the total credit cost.

Frequently asked questions

Do credits roll over to the next month? Monthly allocation credits do not roll over. Purchased additional credit packs do persist until used.

Can I transfer credits between workspaces? No. Credits are allocated per workspace and cannot be transferred.

What happens when I run out of credits mid-conversation? The current thread remains accessible for reading, but you cannot send new messages until credits are available.

Can individual members have their own credit limits? Not currently. Credits are shared at the workspace level. Admins can monitor per-member usage but cannot set individual caps.