invokeable()
← directory / providers / inception

Inception API

first-party
1
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.

shell · template
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

ModelProvider model IDIn $/MOut $/MContext
Mercury 2Inception mercury-2 0.25 0.75 128K