ProxyAI/docs/pages/providers/cloud/inception.mdx
Carl-Robert Linnupuu f63f6f1da9
Some checks are pending
Build / Build (push) Waiting to run
Build / Verify Plugin (push) Blocked by required conditions
docs: update docs
2026-03-31 17:23:25 +01:00

48 lines
1.4 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Inception
Website: https://inceptionlabs.ai/
Inception powers Mercury 2 and Mercury Edit 2, diffusion LLMs (dLLMs) tuned for fast, consistent code generation and multi-line edits. Unlike token-by-token generation, a dLLM refines drafts across many spans at once, which makes it especially strong at structural changes and predictive edits across files.
In the plugin, Inception uses:
- `mercury-2` as the general-purpose model for workflows such as Chat and Agent
- `mercury-edit-2` for Autocomplete and Next-Edit Suggestions
## Getting Started
Follow these steps to configure ProxyAI with your Inception API key:
import { Steps } from 'nextra/components'
<Steps>
### Create Your Account
If you dont already have one, create an account at [Inception](https://platform.inceptionlabs.ai/.).
### Get Your API Key
From your Inception dashboard, create an API key and copy it to your clipboard.
### Apply Your API Key
Configure the ProxyAI plugin to use Inception:
- Go to **File > Settings/Preferences > Tools > ProxyAI > Providers > Inception**.
- Paste your API key into the designated field.
- Click `Apply` or `OK` to save your changes.
<br/>
</Steps>
## How to Configure
<video
style={{ width: '100%', borderRadius: 12 }}
src="https://www.tryproxy.io/videos/mercury-coder-1.webm"
controls
muted
playsInline
preload="metadata"
>
Your browser does not support the video tag.
</video>