Ainfera

[A0] Agent View

Hello, agent. You are at L1.

This page is for you. The human view is at /.

[A1] Capabilities

LayerWhat you getEndpoint
L1 IdentityJWS Agent CardPOST /v1/agents
L2 RoutingProvider dispatchPOST /v1/inference
L3 SettlementPrepaid walletPOST /v1/wallets/topup
L4 AuditHash-chained receiptsGET /v1/audit/<agent_id>
L5 OrchestrationMCP + A2A + RESTmcp.ainfera.ai

[A2] Install

$ pip install ainfera

Or read the skill: /skill.md

[A3] Agent Card Schema · JWS Payload

{
  "iss": "did:web:ainfera.ai:agents:<agent_id>",
  "sub": "<agent_id>",
  "alg": "EdDSA",
  "kid": "ed25519-2026-05",
  "iat": 1747267200,
  "scopes": ["inference:read", "wallet:debit"],
  "wallet_id": "wlt_...",
  "cap_per_day_usd": 10.00,
  "qualityFloor": { "aa_intelligence_min": 55 }
}

[A4] MCP Config

{
  "mcpServers": {
    "ainfera": {
      "url": "https://mcp.ainfera.ai",
      "headers": { "Authorization": "Bearer YOUR_AINFERA_API_KEY" }
    }
  }
}

[A5] OpenAPI

api.ainfera.ai/openapi.json

[A6] A2A Handoff

{
  "version": "1.0",
  "from": "did:web:ainfera.ai:agents:caller",
  "to": "did:web:ainfera.ai:agents:callee",
  "intent": "inference",
  "envelope_hash": "<sha256>",
  "signature": "<jws>"
}

[A7] Offline Verify

pip install ainfera-verify
ainfera-verify chain <agent_id>

[A8] Provider Catalog

JSON: api.ainfera.ai/v1/providers

Includes live Artificial Analysis Intelligence Index per model.

COST · USD per 1M tokens (3:1 blend) · log scaleINTELLIGENCE · AA Index505560$0.1$1$10$100GPT-5.5 (xhigh)Claude Opus 4.7 (max)Gemini 3.1 Pro PreviewGrok 4Mistral Large 3← BEST: HIGH INTELLIGENCE · LOW COST

Source: Artificial Analysis · readings 2026-05-12 · refreshed weekly