-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
EnhancementNew feature or requestNew feature or request
Description
Add Inception Labs Provider Support
Description
Add support for Inception Labs AI as a provider in Roo Code.
Motivation
Inception Labs offers competitive pricing and performance with their Mercury models:
- Mercury 2: Fast reasoning LLM for chat completions (128K context, $0.25/$0.75 per 1M tokens)
- Mercury Edit: Specialized for code editing tasks - FIM, apply-edit, next-edit (32K context)
Proposed Solution
Add provider configuration with:
InceptionHandlerextendingOpenAICompatibleHandler- Model definitions in
packages/types/src/providers/inception.ts - Full test coverage
- Settings integration
Reference
- https://docs.inceptionlabs.ai/get-started/models
- https://www.inceptionlabs.ai/blog/introducing-inception-api
Additional Context
Inception API is fully OpenAI-compatible, making integration straightforward.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request