Inception Labs · Arazzo Workflow

Inception — discover a chat model and generate a completion

Version 1.0.0

List the available Mercury chat models, then send a chat completion.

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

chatCompletion
Confirm a chat model then generate a Mercury 2 chat completion.
2 steps inputs: model, prompt outputs: content
1
listChatModels
2
createChatCompletion

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Inception — discover a chat model and generate a completion
  version: 1.0.0
  summary: List the available Mercury chat models, then send a chat completion.
sourceDescriptions:
- name: chatApi
  url: ../openapi/inception-labs-chat-api-openapi.yml
  type: openapi
- name: modelsApi
  url: ../openapi/inception-labs-models-api-openapi.yml
  type: openapi
workflows:
- workflowId: chatCompletion
  summary: Confirm a chat model then generate a Mercury 2 chat completion.
  inputs:
    type: object
    properties:
      prompt:
        type: string
        default: Say hello in one sentence.
      model:
        type: string
        default: mercury-2
  steps:
  - stepId: listChatModels
    operationId: listChatModels
    successCriteria:
    - condition: $statusCode == 200
  - stepId: createChatCompletion
    operationId: createChatCompletion
    requestBody:
      contentType: application/json
      payload:
        model: $inputs.model
        messages:
        - role: user
          content: $inputs.prompt
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      content: $response.body#/choices/0/message/content
  outputs:
    content: $steps.createChatCompletion.outputs.content

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-chat-completion.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.