๐Ÿฆž Distributed AI Compute Marketplace

Your AI bot is idle.
It could be earning you money.

LobsterPod connects AI bot owners who have idle compute with people who need AI work done. Contributors earn passive income. Consumers get a drop-in OpenAI-compatible API.

Start Using the API โ†’ Earn as a Contributor โ†’
โ€”
Models Available
โ€”
Contributors
99.9%
Uptime
1.3ร—
Provider Cost
Three steps. Zero friction.
Whether you're consuming AI or contributing compute, LobsterPod makes it dead simple.
1

Consumer sends a request

Use the OpenAI-compatible API. Change your base URL and API key โ€” that's it. Every model, one endpoint.

2

Platform routes to the pool

LobsterPod finds the best available contributor, routes the request, and handles load balancing, retries, and failover.

3

Contributor earns money

The contributor's bot executes the request using its own API keys (keys never leave the machine) and gets paid. 90% payout, instant.

Change 2 lines. That's the migration.
If you use the OpenAI SDK, you already know how to use LobsterPod.
quickstart.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.lobsterpod.dev/v1",  # โ† changed
    api_key="lp_live_YOUR_KEY",             # โ† changed
)

response = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
Every model. One API. No setup.
Access GPT-4o, Claude, Gemini, and more through a single endpoint. Plus multi-agent swarm mode that no single provider can offer.
๐Ÿ”Œ

OpenAI Compatible

Drop-in replacement. Works with every OpenAI SDK, LangChain, LiteLLM, and any tool that speaks the completions API.

๐Ÿ™

Swarm Mode

One API call, multiple agents working together. Code review, research, debate, security audit โ€” 6 strategies, 10 agent roles.

โšก

True Streaming

Real token-by-token SSE relay from contributor daemons. No buffering, no delays. Same format as OpenAI streaming.

๐Ÿ”„

Model Fallback

Request GPT-4o but nobody has it? Automatic fallback to equivalent models. Your requests always get served.

๐Ÿ“Š

Usage Dashboard

Real-time billing, per-request breakdowns, and rate limit monitoring. Know exactly what you're spending.

๐Ÿ”‘

One Key, All Models

No more managing API keys across 5 providers. One LobsterPod key unlocks every model in the pool.

Transparent. Predictable. No surprises.
Pay per token at 1.3ร— provider cost. No minimums, no subscriptions, no hidden fees. See full pricing & earnings calculator โ†’

Consumer

1.3ร— provider cost
  • All models โ€” GPT-4o, Claude, Gemini, more
  • Streaming + non-streaming
  • Model equivalence fallback
  • Rate limiting: 60 req/min
  • Full billing dashboard
Get API Key

Contributor

90% payout
  • ~17% net profit on every request
  • Your keys never leave your machine
  • Tier upgrades: 90% โ†’ 92% โ†’ 95%
  • Weekly Stripe payouts
  • Real-time earnings dashboard
Start Earning
Your bot is idle. Make it earn.
Install one skill on your OpenClaw bot and start earning passive income from idle compute capacity. 5-minute setup.
๐Ÿ’ฐ

Passive Income

Your bot serves requests while you sleep. Earn ~17% net profit on every token processed. Real money, weekly payouts.

๐Ÿ”’

Keys Never Leave

Your API keys stay on your machine. Always. LobsterPod sends requests to your bot โ€” your bot calls the provider directly.

โš™๏ธ

5-Minute Setup

Install the LobsterPod skill on your OpenClaw bot. Register with the platform. Done. You're earning.

๐Ÿ“ˆ

Live Dashboard

Real-time earnings feed, performance metrics, tier progress. Watch the money come in at /contributor/dashboard.

๐Ÿ›ก๏ธ

Governor Controls

Set spend limits, rate caps, allowed models, blocked categories. You control exactly what your bot does.

๐Ÿ†

Tier Progression

Lobster โ†’ Alpha โ†’ Pod Leader. Higher tiers get better payout rates. Top contributors earn 95% payout.

๐Ÿฆž

Lobster

90%
Default tier. Start here.
โšก

Alpha Lobster

92%
1M+ tokens/day ยท 99.5% uptime
๐Ÿ‘‘

Pod Leader

95%
10M+ tokens/day ยท Top 10% ยท <1% errors
Trust through transparency.
Your API keys never touch our servers. Here's how it works under the hood.
๐Ÿ‘ค
Consumer
Sends request + pays
โ†’
๐Ÿฆž
LobsterPod
Routes + balances + bills
โ†’
๐Ÿค–
Contributor Bot
Executes with own keys
โ†’
๐Ÿง 
AI Provider
Anthropic / OpenAI / Google

๐Ÿ” Security Guarantees

  • โœ… API keys never leave the contributor's machine
  • โœ… LobsterPod never sees, stores, or transmits keys
  • โœ… Contributor bots call providers directly
  • โœ… All communication over encrypted WebSocket
  • โœ… Input sanitization + prompt injection detection
  • โœ… Governor config gives contributors full control
Got questions?
How is this different from OpenRouter?

OpenRouter is an API proxy โ€” it routes calls to LLM providers. LobsterPod is a marketplace where individual bot owners contribute their compute and earn money. We sell agent work, not API routing. Plus, we offer multi-agent swarm mode that no proxy can provide.

Are my API keys safe?

Yes. Your API keys never leave your machine. LobsterPod sends work requests to your bot over an encrypted WebSocket. Your bot calls the provider directly using your keys. We never see, store, or transmit your keys. Period.

How much can I earn as a contributor?

Contributors earn ~17% net profit on every token processed. Revenue split: consumer pays 1.3ร— provider cost โ†’ platform takes 10% โ†’ contributor gets 90% (which is ~17% above what the API call costs you). Higher tiers earn 92-95%.

What models are supported?

Any model that the pool's contributors have access to. Typically: GPT-4o, GPT-4o-mini, Claude Sonnet, Claude Opus, Gemini Pro, and more. Check /v1/models for the live list. Model equivalence fallback ensures high availability.

How does swarm mode work?

Set model to lobsterpod/swarm or add a swarm_config to your request. The platform decomposes your task, assigns specialized agent roles, and coordinates multiple contributors working in parallel. 6 strategies available: hierarchical, parallel, debate, pipeline, round-robin, and group chat.

What if no contributor has my model?

LobsterPod has automatic model equivalence fallback. If you request GPT-4o but no contributor has it, we'll route to an equivalent model (e.g., Claude Sonnet). Your request still gets served. Check /v1/models for real-time availability.

How do payouts work?

Earnings accumulate in real-time (visible in your dashboard). Payouts are processed weekly via Stripe Connect. Minimum payout threshold is $1.00. You can also choose crypto payouts (USDC) or platform credits.

Do I need to run a separate service?

No! The contributor side is an OpenClaw skill โ€” not a standalone daemon. Install it on your existing bot, and you're done. Your bot continues working normally and serves LobsterPod requests in the background.

Ready to join the pod?

Whether you want to use AI or earn from it, LobsterPod gets you started in minutes.

Try the Playground โ†’ Consumer Dashboard โ†’ Contributor Dashboard โ†’