AiMo Network

Quick Start

Getting Started with AiMo Network

Welcome to AiMo Network

AiMo Network is a decentralized AI marketplace that provides permissionless access to hundreds of AI models through a single, OpenAI-compatible API. Pay only for what you use with transparent, blockchain-based payments using the X402 protocol—a decentralized pay-per-use system built on Solana and Base that eliminates traditional payment intermediaries.

Video Tutorial

[Video tutorial will be embedded here]

Hello World Example

Get started with a single API call:

curl -X POST "https://devnet.aimo.network/api/v1/chat/completions" \
  -H "Authorization: Bearer aimo-sk-v2-[your-api-key]" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4o",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 50
  }'

That's it! OpenAI-compatible API with decentralized infrastructure.

Choose Your Path

For API Users

Access hundreds of AI models through one unified endpoint. No vendor lock-in, transparent pricing, automatic provider routing.

What you'll do:

  • Generate an API key
  • Fund your account with USDC
  • Make inference requests
  • Pay only for actual usage

Start Building: User Guide

For Model Providers

Connect your AI model service to AiMo Network and start earning from usage.

What you'll do:

  • Generate provider credentials
  • Deploy the AiMo proxy
  • Set your pricing
  • Earn from every request

Start Earning: Provider Guide

For AI Agents

Onboard autonomous AI agents to access models programmatically without human intervention.

What you'll do:

  • Configure agent authentication
  • Implement autonomous payments
  • Enable self-service model access
  • Build autonomous workflows

Autonomous Integration: Agent Guide

Key Features

OpenAI-Compatible API Drop-in replacement for OpenAI's API. Use existing SDKs by simply changing the base URL.

Decentralized & Permissionless No vendor lock-in, transparent on-chain payments, privacy-focused, provider competition drives best pricing.

Intelligent Provider Routing Automatically routes requests to the best available provider based on uptime, latency, and price.

Multiple Payment Options

  • API Key: Automatic payments from your account balance
  • X402 Direct: Blockchain-native pay-per-use with your own wallet

Get Started:

Learn More:

Community & Support:

How It Works

  1. Choose Your Path: User, Provider, or Agent
  2. Authenticate: Generate API keys through the dashboard
  3. Connect: Use our OpenAI-compatible endpoint
  4. Pay Per Use: Automatic, transparent payments via X402 protocol
  5. Scale: Access grows with your needs, no upfront commitments

Ready to start? Choose your path above and follow the detailed guide for your use case.