Add supermodeltools.com/trial CTA#12
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe README's API key setup instructions were updated to direct users to a free trial page ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Dead Code HunterNo dead code found! Your codebase is clean. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 17-20: Update the README section under the "### 1. Get an API key"
header to note that the free trial requires a card and can be canceled anytime;
specifically, modify the paragraph that currently says "Start a free trial at
https://supermodeltools.com/trial to get an API key." to include "Card required
— cancel anytime" (or similar concise wording) so readers see the same trial
terms as the landing page.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ### 1. Get an API key | ||
|
|
||
| Sign up at [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) and create an API key. | ||
| Start a free trial at [supermodeltools.com/trial](https://supermodeltools.com/trial) to get an API key. | ||
|
|
There was a problem hiding this comment.
Minor docs polish: mention “card required / cancel anytime” from the trial page.
The link is good (the /trial page loads and shows a 14‑day trial with pricing). (supermodeltools.com)
Right now the README only says “free trial” and “get an API key”, but the landing page also states “Card required” and “cancel anytime”. If a user misses that, they may feel misled.
♻️ Proposed wording tweak
-Start a free trial at [supermodeltools.com/trial](https://supermodeltools.com/trial) to get an API key.
+Start a 14-day free trial (card required; cancel anytime) at [supermodeltools.com/trial](https://supermodeltools.com/trial) to get an API key.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ### 1. Get an API key | |
| Sign up at [dashboard.supermodeltools.com](https://dashboard.supermodeltools.com) and create an API key. | |
| Start a free trial at [supermodeltools.com/trial](https://supermodeltools.com/trial) to get an API key. | |
| ### 1. Get an API key | |
| Start a 14-day free trial (card required; cancel anytime) at [supermodeltools.com/trial](https://supermodeltools.com/trial) to get an API key. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` around lines 17 - 20, Update the README section under the "### 1.
Get an API key" header to note that the free trial requires a card and can be
canceled anytime; specifically, modify the paragraph that currently says "Start
a free trial at https://supermodeltools.com/trial to get an API key." to include
"Card required — cancel anytime" (or similar concise wording) so readers see the
same trial terms as the landing page.
Dead Code HunterNo dead code found! Your codebase is clean. |
Adds the new
/trialsignup page link to the README so readers have a one-click path to start a free trial and get an API key.Part of a coordinated set of PRs across the supermodeltools org adding
/trialto each product's main user-facing surface.Verified: https://supermodeltools.com/trial returns 200 (Pro $19/mo, Growth $199/mo, 14-day trial via Stripe).
Draft for review.
Summary by CodeRabbit
Documentation
supermodeltools.com/trialfor starting a free trial and obtaining their API key. The remainder of the setup process, including API secret generation and configuration procedures, remains unchanged and continues to work as expected.