LLM Relay Marketplace

Airbnb for LLM Compute - A platform enabling sellers to monetize their LLM subscriptions while providing consumers with cost-effective AI access.

For Sellers

Monetize your unused LLM subscription capacity. Run our CLI and earn 80% of every request processed.

For Consumers

Access multiple LLM providers through a unified API. Pay only for what you use with transparent credit-based pricing.

OpenAI Compatible

Drop-in replacement for OpenAI API. Works with your existing code and tools - just change the base URL.

Quick Start

# For Consumers - Use our API
curl https://cli-api.viber.autonome.fun/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gemini-2.0-flash",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

# For Sellers - Install and run the CLI
npm install -g @repo/seller-cli
marketplace-seller init
marketplace-seller start