-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: add AI Stupid Level provider with 6 auto-routing models #8287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add AI Stupid Level provider with 6 auto-routing models #8287
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
@StudioPlatforms thanks for opening this PR. Just want to point that we appreciate folks adding new providers, but it would also require a docs update as well. https://docs.continue.dev/customize/model-providers/overview |
- Added comprehensive documentation for AIStupidLevel provider - Documented intelligent routing strategies (auto-coding, auto-reasoning, etc.) - Updated model providers overview to include AIStupidLevel - Included configuration examples and key features
@bdougie Thank you for the feedback! You're absolutely right - apologies for missing that initially. I've just pushed comprehensive documentation updates: ✅ Added detailed provider documentation at The documentation includes:
Please let me know if there's anything else needed for the documentation or if you'd like any adjustments! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 2 files
Summary
This PR adds AI Stupid Level integration to Continue, providing 6 intelligent auto-routing models that automatically select the best AI model for each task.
Changes Made
1. core/llm/llms/AIStupidLevel.ts (New File)
auto-coding
for optimal coding performance2. core/llm/llms/index.ts
Available Models
Users can configure any of these 6 auto-routing models:
auto
- Best overall performanceauto-coding
- Optimized for coding tasks (default)auto-reasoning
- Optimized for reasoning tasksauto-creative
- Optimized for creative tasksauto-fastest
- Optimized for speedauto-cheapest
- Optimized for cost efficiencyBenefits
Configuration Example
Environment Variable
Users can obtain an API key from https://aistupidlevel.info
Summary by cubic
Adds Stupid Level provider that auto-routes to the best model per task. Registers it for discovery and sets auto-coding as the default.