The routing layer for autonomous AI.
One API key. 200+ models. 15+ providers. Intelligent routing with sub-second x402 settlement — built for agents that don't wait.
CORE CAPABILITIES
Everything your agents need.
Nothing they don't.
X402 PAYMENTS
Native micropayments
HTTP-native payment protocol. No wallets, no friction. Sub-second settlement on Solana and Base.
AGENT DISCOVERY
Machine-readable identity
"protocol": "x402",
"chains": ["solana", "base"],
"models": 200,
"verified": true
COMMERCE
One gateway to every major provider
Route to the best available model for each request. Automatic cost optimization, capability matching, and quality monitoring — across every top-tier provider.
INTEGRATION
Drop-in OpenAI replacement.
Two lines. That's the entire migration. Your existing code stays exactly the same — just swap the base URL and you're routing through Hober's global network.
// Before: Direct provider
import OpenAI from 'openai';
const client = new OpenAI({
baseURL: 'https://api.openai.com/v1',
apiKey: process.env.OPENAI_API_KEY,
});// After: Hober gateway
import OpenAI from 'openai';
const client = new OpenAI({
baseURL: 'https://hober-gateway.fly.dev', apiKey: process.env.HOBER_API_KEY,});THE ROUTING LAYER
How Hober works
From request to settlement in under a second.
Request
Your agent or app sends an inference request through Hober's OpenAI-compatible API.
POST /v1/chat/completions
Authorization: Bearer hbr_...Route
Intelligent auto-routing selects the optimal provider based on latency, cost, quality, and health scores.
200+ models, 15+ providers
Execute
The selected provider processes inference. Hober monitors in real-time with automatic failover.
Settle
x402 micropayment settles on Solana in sub-second finality. No invoices, no billing cycles.
Sub-second settlement
Your agents deserve better infrastructure.
Start routing in minutes. No credit card required.
Get started — it's free