Inception Labs · Arazzo Workflow

Inception — fill-in-the-middle code autocomplete

Version 1.0.0

Confirm a FIM model then generate an inline code completion with Mercury Edit 2.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Artificial IntelligenceMachine-LearningLarge Language ModelsDiffusion ModelsGenerative AICode CompletionLLM APIOpenAI-CompatibleDeveloper ToolsCompanyArazzoWorkflows

Provider

inception-labs

Workflows

fimAutocomplete
List FIM models, then request a fill-in-the-middle completion.
2 steps inputs: model, prompt, suffix outputs: completion
1
listFIMModels
2
createFimCompletion

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Inception — fill-in-the-middle code autocomplete
  version: 1.0.0
  summary: Confirm a FIM model then generate an inline code completion with Mercury Edit 2.
sourceDescriptions:
- name: fimApi
  url: ../openapi/inception-labs-fim-api-openapi.yml
  type: openapi
- name: modelsApi
  url: ../openapi/inception-labs-models-api-openapi.yml
  type: openapi
workflows:
- workflowId: fimAutocomplete
  summary: List FIM models, then request a fill-in-the-middle completion.
  inputs:
    type: object
    properties:
      model:
        type: string
        default: mercury-edit-2
      prompt:
        type: string
        default: "def fibonacci(n):\n    "
      suffix:
        type: string
        default: ""
  steps:
  - stepId: listFIMModels
    operationId: listFIMModels
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createFimCompletion
    operationId: createFimCompletion
    requestBody:
      contentType: application/json
      payload:
        model: $inputs.model
        prompt: $inputs.prompt
        suffix: $inputs.suffix
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      completion: $response.body#/choices/0/text
  outputs:
    completion: $steps.createFimCompletion.outputs.completion

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/inception-labs-code-autocomplete.arazzo"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.