OpenAPI

General Compute OpenAPI specification

The full OpenAPI 3 specification for the General Compute inference API lives on the docs domain. Use it to generate clients, validate requests, or feed it to an agent.

Where to fetch it

Fetch with curl

curl https://docs.generalcompute.com/openapi.json \
  -H "Accept: application/json" \
  -o generalcompute-openapi.json

Related

ModeHumanAgent
General Compute OpenAPI Specification | General Compute