Agent402 AI Messages API — Pay-Per-Call LLM Inference is a paid API for AI agents from agent402.tools, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).
Sends messages to a large language model via the Anthropic Messages API format, paying $0.02 USDC per call over x402 with no API keys required
Anthropic Messages API over x402 - point the Anthropic SDK (or Claude Code / the Agent SDK) at base_url https://agent402.tools/v1 and pay $0.02 per call in USDC, no API key, no signup. Same models, caps and price as this tier's /chat/completions route; any model here is served through the Messages wire (Claude natively, others translated). Up to 32,000 input chars and 2048 output tokens; streaming supported.
Returns an Anthropic-format message object with an assistant role, content array of text or tool_use blocks, stop_reason, model identifier, and input/output token counts — identical to the Anthropic Messages API response envelope.
POSThttps://agent402.tools/v1/messagesChoose this endpoint when you need LLM inference with no signup friction, no API key management, and wallet-based micropayment identity — ideal for autonomous AI agents that self-fund calls via x402, privacy-sensitive workloads needing zero-data-retention providers, or multi-agent pipelines that need per-call cost accounting in USDC. Prefer it over direct Anthropic or OpenRouter access when the caller is an on-chain agent, when you want pay-as-you-go without monthly subscriptions, or when you need access to the open x402 ecosystem's smart order routing across 558+ tools.
| Field | Type | Description |
|---|---|---|
| zdr | boolean | Optional - zero-data-retention providers only |
| model | string | Model id (OpenRouter naming, e.g. anthropic/claude-sonnet-5) - allowlisted per tier; omit (or "auto") on the auto tier |
| tools | array | Optional client tools {name, description, input_schema}; server/built-in tools are not served |
| stream | boolean | Anthropic SSE (message_start … message_stop) |
| system | string | Optional system prompt (string or text blocks) |
| messages | array | Anthropic messages: {role: user|assistant, content: string | [text|image|tool_use|tool_result blocks]} |
| thinking | object | Optional {type:"enabled", budget_tokens} | {type:"adaptive"} | {type:"disabled"} - thinking tokens are output tokens |
| max_tokens | integer | Required by the Messages API; clamped to the tier's output cap |
{
"type": "json",
"example": {
"id": "msg_…",
"role": "assistant",
"type": "message",
"model": "anthropic/claude-sonnet-5",
"usage": {
"input_tokens": 14,
"output_tokens": 18
},
"content": [
{
"text": "x402 is an HTTP-native way for agents to pay per request with USDC.",
"type": "text"
}
],
"stop_reason": "end_turn"
}
}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"