← directory / providers / inception
Inception API
first-party1
models served
INCEPTION_API_KEY
auth
api.inceptionlabs.ai/v1
base url
OpenAI-compatible. Serves the Mercury diffusion LLMs (dLLMs) — parallel token generation for very high throughput; also exposes fill-in-the-middle code completion endpoints. docs →
01Request template
Every model below is invoked with this shape — swap in the provider model ID from the table.
curl https://api.inceptionlabs.ai/v1/chat/completions \
-H "Authorization: Bearer $INCEPTION_API_KEY" \
-H "content-type: application/json" \
-d '{
"model": "{{MODEL_ID}}",
"messages": [{"role": "user", "content": "Hello, world"}]
}'02Models served · newest first
| Model | Provider model ID | In $/M | Out $/M | Context |
|---|---|---|---|---|
| Mercury 2Inception | mercury-2 | 0.25 | 0.75 | 128K |