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
-
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
-
Add example configuration specifically for mercury-2:
models:
- name: Mercury 2
provider: inception
model: mercury-2
apiKey: ${{ secrets.INCEPTION_API_KEY }}
-
Mention tool calling capability for mercury-2 model
Related
Summary
PR #12156 added the Inception Labs mercury-2 model with the following features:
Current State
The Inception provider documentation at
docs/customize/model-providers/top-level/inception.mdxexists but:<MODEL_ID>placeholders instead of showing available modelsRequested Changes
Add a section listing available Inception models:
mercury-2: 128k context, tool calling supportmercury-edit-2: Edit-optimized modelmercury-coder-small: Smaller coding modelAdd example configuration specifically for mercury-2:
Mention tool calling capability for mercury-2 model
Related