Ecosystem/OpenRouter

OpenRouter

BaseTempo
Llm5 endpointsFrom $0.010 /req

Unified LLM API gateway for multiple AI models. Chat completions, text completions, embeddings, and Anthropic/OpenAI-compatible endpoints — pay per request via x402.

View documentation

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (5)

Chat completion with any supported model

Path/services/openrouter/chat/completions
MethodPOST
Price$0.010 per request

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/openrouter/chat/completions" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "anthropic/claude-sonnet-4-20250514",
  "messages": [{"role": "user", "content": "Hello!"}]
}'

IndieGent Endpoint

api.indiegent.com/services/openrouter

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Base + Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli