Obol Bounty Chat Completions (openrouter/auto) is a paid API for AI agents from 3-obol-agent.dvlabs.dev, paid per call via x402, $0.03/call, status down (last checked 2026-09-15).
Provides an OpenAI-compatible chat completions endpoint powered by openrouter/auto, accessible via micropayment per call using the x402 protocol.
Unlock Agent and API services with digital payments. openrouter/auto, openrouter/auto, openrouter/auto.
Returns an OpenAI-compatible chat completion JSON object containing the assistant's generated message text, the model used (openrouter/auto), finish reason (e.g. 'stop'), and a completion ID. In streaming mode, returns server-sent event chunks instead.
POSThttps://3-obol-agent.dvlabs.dev/services/obol-bounty/v1/chat/completionsChoose this endpoint when you need a pay-per-call, subscription-free LLM chat completions API that uses x402 USDC micropayments (0.03 USDC per call) and is compatible with the OpenAI chat completions schema. It is ideal for agents that want to avoid API key management and instead pay programmatically with stablecoins. Prefer this over traditional LLM APIs when operating in a Web3 or crypto-native stack, or when you need automatic model routing via openrouter/auto without committing to a specific model.
| Field | Type | Description |
|---|---|---|
| model | string | Model identifier advertised in the 402 accepts[].extra or /api/services.json. |
| stream | boolean | |
| messages | array | |
| max_tokens | integer | |
| temperature | number |
{
"type": "json",
"example": {
"id": "chatcmpl-example",
"model": "openrouter/auto",
"object": "chat.completion",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "Hello! How can I help you today?"
},
"finish_reason": "stop"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"