← oblique.markets · all endpoints

POST /api/v1/paid/inference — $1.00 maximum on Base; $0.01 fixed on Solana per call

Use when an agent needs inference. Returns LLM inference proxy via OpenRouter (Base upto authorization; Solana fixed-price fallback). $1.00 maximum on Base; $0.01 fixed on Solana.

Price$1.00 maximum on Base; $0.01 fixed on Solana per call (1000000 atomic USDC, scheme upto)
Categoryutility
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/inference

Try it

curl -i https://api.oblique.markets/api/v1/paid/inference
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {}
}

Example output

{
 "ok": true,
 "route": "/api/v1/paid/inference"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer