Skip to main content

Introduction

APUS AI Inference is an OpenAI-compatible API layer designed for Deterministic, Confidential, and Verifiable AI computation. It runs on the Arweave AO decentralized compute network, combining trusted execution with reproducible model outputs.

Core Features

  • Deterministic — Reproducible inference results across trusted nodes
  • Confidential — Secure model execution with data privacy guarantees
  • Verifiable — Transparent computation trace and on-chain attestations
  • OpenAI-Compatible — Works directly with the official openai SDK
Install the SDK
Initialize the Client
Single-turn Chat Example
Multi-turn Conversation Example

Notes

  • No API key required during the test phase
  • Replace base_url with your custom endpoint
  • Fully compatible with openai.chat.completions.create()
  • Designed for Deterministic, Confidential, and Verifiable AI inference