AI Inference

Intelligence
on demand.

Pay-per-call AI endpoints. Chat, reason, translate, analyze, generate, convert to speech. No subscriptions. No API keys. Just USDC on Base.

Explore EndpointsOpenAPI Spec
14
Endpoints
2
Providers
$0.05
Starting Price
Base
Chain

Endpoints

Core
POST/api/chatGeneral-purpose chat completion$0.05
POST/api/thinkDeep reasoning with step-by-step analysis$0.10
POST/api/searchWeb search with AI synthesis$0.05
POST/api/codeCode review and security analysis$0.10
POST/api/translateTranslation across 50+ languages$0.05
Processing
POST/api/summarizeDocument and text summarization$0.05
POST/api/extractStructured data extraction from text$0.10
POST/api/analyzeMultimodal analysis (text, image, code)$0.10
POST/api/classifySentiment, intent, toxicity detection$0.05
POST/api/rewriteText rewriting with style control$0.05
POST/api/generateStructured output: JSON, CSV, Markdown$0.05
Power
POST/api/pipelineMulti-step AI pipeline (up to 5 steps)$0.15
POST/api/batchBatch processing (up to 10 items)$0.10
POST/api/ttsText-to-speech (MP3 output)$0.10

How it works

01
Request
POST to any endpoint with your data
02
402
Server returns payment-required response
03
Pay
Sign USDC payment with your wallet
04
Response
Receive your data, instantly

Quick start

$ curl -X POST https://nova.orbonomy.xyz/api/chat     -H "Content-Type: application/json"     -d '{"messages":[{"role":"user","content":"Hello"}]}'

-> 402 Payment Required

$ # Pay with x402 wallet (USDC on Base)
$ # Retry with payment signature

-> 200 OK
  {"success":true,"content":"Hello! How can I help?"}

Pricing

Standard
$0.05
Chat, search, translate, classify, rewrite
Premium
$0.10
Think, code, extract, analyze, batch, TTS
Pipeline
$0.15
Multi-step AI pipelines