DOSFI_API / REFERENCE

DOSFI API

The DOSFI API provides programmatic access to the distributed operating system for inference — submit workloads, manage nodes, declare routing constraints, and build mesh-native apps.

API / ENDPOINTSCore API Surfaces

TASK_API

Task API

Submit, partition, and track distributed inference workloads. DOSFI shards the task, routes it across the mesh, and returns verified results.

NODE_API

Node API

Inspect node readiness, capacity, thermal headroom, and trust tier. Manage mesh node participation programmatically.

ROUTING_API

Routing API

Express routing constraints and privacy tiers. The distributed routing OS selects optimal paths within your declared boundaries.

ABI

ABI Boundary

The stable versioned contract you build against. Everything above the ABI is open; everything below is sealed and operated by DOSFI.

INFERENCE_API

MeshInfer Inference API

Target the MeshInfer.AI runtime for distributed inference workloads — it executes, optimizes, and verifies every shard across the fabric.