5 - AI Insights
# AI Insights
AI Insights is a Premium feature that uses artificial intelligence to analyze your pull requests and provide risk assessments, summaries, and change detection. This helps you prioritize which PRs need attention first.
## What AI Insights Provides
When you request an AI insight for a pull request, the system analyzes the PR's metadata and returns:
| Field | Description |
|---|---|
| Summary | A concise, plain-text summary of the PR's risk profile |
| Risk Score | A score from 0 (safe) to 100 (critical) |
| Risk Factors | A list of identified risk signals (e.g., large diff, merge conflicts, stale PR) |
| Changes Since Last Viewed | Notable changes since you last looked at the PR |
| Confidence | The model's self-assessed confidence: Low, Medium, or High |
## How to Use AI Insights
- - Expand any PR card on the dashboard.
- - Click the ✨ AI Insights button.
- - The analysis runs and displays inline on the PR card.
The risk score is also available as a sort option — choose Sort by Risk to see the highest-risk PRs first.
## What Data Is Sent to the AI
AI Insights analyzes only PR metadata — it does not read your source code. The data sent includes:
- - Repository name and PR number
- - PR title and description
- - Author name
- - Draft status
- - Lines added / removed and number of changed files
- - Merge conflict status and mergeable state
- - How many days since the PR was last updated (staleness)
- - Names of the most-changed files
Important: Your actual code diffs and file contents are never sent to AI providers.
## AI Models
### Included Model (Unlimited)
Every Premium account includes unlimited access to a lightweight, fast AI model at no extra cost. This model is well-suited for quick risk assessments on most PRs.
### Premium Models (Pay-Per-Use)
For deeper analysis, you can choose from a selection of premium AI models. These are billed on a per-use basis — you pay only when you use them.
Available premium models:
| Model | Provider | Tier |
|---|---|---|
| Llama 3.1 8B | DeepInfra | Budget |
| DeepSeek V3.2 | DeepInfra | Budget |
| Kimi K2 | Fireworks | Budget |
| GPT-OSS 120B | Fireworks | Budget |
| Qwen 3 Coder 30B A3B | Amazon Bedrock | Budget |
| Claude Haiku 4.5 | Anthropic | Mid |
| Claude Sonnet 4.6 | Anthropic | Premium |
| Claude Opus 4.6 | Anthropic | Premium |
Premium models are billed per call via Stripe and appear on your monthly invoice. Users must agree to per-use billing agreement prior to utilizing premium models. Premium models are priced based on their estimated cost per call, which is dynamically calculated using the latest pricing (updated hourly). If pricing data is unavailable, a fallback cost per call is used based on the model's historical costs, these costs can be significantly higher than standard costs, so users must manually elect to enable fallback pricing use. All prices are USD.
### Choosing a Model
- - Select the gear icon in the menu.
- - Click AI Insights.
- - Select a model from the dropdown. The included model is pre-selected by default.
- - Premium models show their estimated cost per call.
## Budget Controls
You can set a monthly spending limit for premium AI model usage:
- - Click the 💳 AI Billing button in the dashboard header.
- - Set your monthly budget — this is the maximum you'll spend on premium AI models in a calendar month.
- - Once the budget is reached, premium model requests are blocked for the rest of the month. The included model remains available.
## Prepaid Credit Top-Ups
You can purchase prepaid credit packs to offset future metered AI usage charges. Credits are applied automatically when your monthly invoice is finalised by Stripe.
### Available Credit Packs
| Pack | Price | Est. Calls |
|---|---|---|
| Small | $5.00 | ~50–500 |
| Medium | $20.00 | ~200–2,000 |
| Large | $50.00 | ~500–5,000 |
### How to Purchase Credits
- - Open AI Settings from the dashboard settings menu.
- - Scroll to the Prepaid Credits section.
- - Click one of the credit pack options.
- - Payment is charged to your existing payment method.
- - Credits appear in your balance once payment is confirmed.
### Important Notes
- - Non-refundable — Credit purchases cannot be reversed, refunded, or credited back to your payment method once payment is confirmed.
- - 12-month expiration — All credits expire 12 months from the date of purchase. Expired credits are forfeited.
- - Automatic application — Credits are applied against metered AI usage when your monthly Stripe invoice is finalised, reducing the amount charged to your payment method.
- - Cancellation — If you cancel your Premium subscription, any remaining credit balance is forfeited at the end of your billing period.
## AI Insights on the Dashboard
Once you've analyzed PRs, their risk scores appear on the PR cards. You can:
- - Sort by Risk to surface the highest-risk PRs
- - View the AI Feed for a view of PR's sorted by risk signals.
- - See risk scores in the PR card badges
## Privacy and Safety
- - No source code is sent — Only PR metadata is analyzed.
- - Prompt injection protection — PR content is treated as untrusted data. The AI is instructed to ignore any instructions embedded in PR titles or descriptions.
- - No training — Your PR data is not used to train AI models.
- - Data processing details — See the AI Data Processing page for full details.
## Related Articles
- - Plans & Pricing — AI Insights requires Premium
- - Security & Privacy — How your data is protected
- - Working with Pull Requests — Sorting by risk score
Still need help? Submit a support ticket