We saw very high sudden increase in usage dollars because of low supply on codebuddy, please adjust your budget accordingly.·
We saw very high sudden increase in usage dollars because of low supply on codebuddy, please adjust your budget accordingly.·
InferHub
FeaturesPricingIntegrationDocs
Integration

One key. Three surfaces.

A single sk-airo- key authenticates OpenAI/Anthropic-compatible inference, the management REST API, and a remote MCP server. Point your SDKs and agents at InferHub and manage everything programmatically.

The three surfaces

All authenticated with Authorization: Bearer sk-airo-…. Inference also accepts the Anthropic-style x-api-key header.

Inference

https://api.inferhub.dev
POST/v1/chat/completions
POST/v1/messages
POST/v1/responses
GET/v1/models

Management API

https://inferhub.dev/api
GET/keys
GET/me
GET/usage/logs
POST/publisher/earnings/transfer

MCP server

https://inferhub.dev/mcp/sse
SSEtools for agents
~45tools

Quickstart

Management API (curl)
# list your API keys
curl https://inferhub.dev/api/keys \
  -H "Authorization: Bearer sk-airo-..."

# balance + profile
curl https://inferhub.dev/api/me \
  -H "Authorization: Bearer sk-airo-..."
MCP — Claude Code / Cursor
# connect InferHub as an MCP server (SSE transport)
claude mcp add --transport sse inferhub \
  https://inferhub.dev/mcp/sse \
  --header "Authorization: Bearer sk-airo-..."

# then ask: "list my inferhub providers"

For the OpenAI / Anthropic SDK inference quickstart, see Docs.

Common endpoints

Keys & account
  • GET/api/keys
  • POST/api/keys
  • GET/api/me
  • DELETE/api/me
Billing
  • GET/api/deposit-address
  • POST/api/topups
  • GET/api/usage/logs
Routing
  • GET/api/catalog
  • PUT/api/budgets/{id}
  • POST/api/combos
Publisher
  • GET/api/publisher/providers
  • POST/api/publisher/providers
  • PUT/api/publisher/upstreams/{slug}/asks/{id}
  • POST/api/publisher/withdrawals

Good to know

  • Model names: address inference as prefix/model (e.g. ocg/glm-5.1), a bare alias, combo/<slug>, or free/<slug>/<model>.
  • Money: all amounts are USDC decimal strings. Deposits, transfers, and withdrawals are idempotent with atomic conditional ledger debits — concurrent requests can't overdraw.
  • Errors: { "error": { "code", "message" } } with a RESTful status.

Full API reference

Browse every endpoint, request body, and response in a dedicated, interactive reference — try any request with your sk-airo- key.

openapi.json
InferHub

Pay once. Use everywhere. A per-token marketplace for AI inference, settled in USDC on Solana.

Product
  • Pricing & models
  • Integration & API
  • Documentation
  • Features
  • For publishers
Account
  • Sign in
  • Sign up
Legal
  • Privacy Policy
  • Terms of Service
  • Refund Policy
Support
  • FAQ
  • Contact
  • Status

© 2026 InferHub · PT. Lancar Dalam Harapan. All rights reserved.

Discord

Built for the open AI ecosystem.