Skip to content

Add Inception Labs Provider Support #11866

@Dennesssy

Description

@Dennesssy

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:

  • InceptionHandler extending OpenAICompatibleHandler
  • Model definitions in packages/types/src/providers/inception.ts
  • Full test coverage
  • Settings integration

Reference

Additional Context

Inception API is fully OpenAI-compatible, making integration straightforward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions