豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Docs: Update Inception provider documentation for mercury-2 model #12162

@continue

Description

@continue

Summary

PR #12156 added the Inception Labs mercury-2 model with the following features:

  • 128k context window
  • Tool calling support
  • OpenAI-compatible API

Current State

The Inception provider documentation at docs/customize/model-providers/top-level/inception.mdx exists but:

  • Uses generic <MODEL_ID> placeholders instead of showing available models
  • Does not mention mercury-2 or its capabilities (tool calling, 128k context)
  • Does not document other models added (mercury-edit-2, mercury-coder-small)

Requested Changes

  1. Add a section listing available Inception models:

    • mercury-2: 128k context, tool calling support
    • mercury-edit-2: Edit-optimized model
    • mercury-coder-small: Smaller coding model
  2. Add example configuration specifically for mercury-2:

    models:
      - name: Mercury 2
        provider: inception
        model: mercury-2
        apiKey: ${{ secrets.INCEPTION_API_KEY }}
  3. Mention tool calling capability for mercury-2 model

Related

Metadata

Metadata

Assignees

Labels

area:docsRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extension

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions