← Back to directory

LLM chat completions for AI agents — no API key, no account, no signup; pay per ...

https://uxus.finance/api/llm

Overview

LLM chat completions for AI agents — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { prompt } or { messages: [{ role, content }] }; optional model (OpenRouter slug), max_tokens (default 800, max 2000). Routes across a 5-model fallback chain so one unavailable model doesn't fail the call. Returns { model, content, usage, latency_ms }. For agents that need inference without holding an OpenAI or Anthropic key.

Protocol x402 (POST)
Price $0.01
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider uxus
Source self-registered
Indexed 2026-09-02 03:26:43

Health

Status healthy
Latency (p50) 83ms
Uptime (30d) 100.0%
Reliability Score 100/100
Last Checked 2026-09-09 10:52:28
Last Healthy 2026-09-09 10:52:28
Consecutive Failures 0

x402 Payment Validation

Payment Requirements Valid
Asset Verified Known USDC
Facilitator

Input Schema

{ "bodyFields": { "max_tokens": { "description": "Max completion tokens. Default 800, max 2000.", "type": "number" }, "messages": { "description": "Chat messages [{ role, content }]. Alternative to prompt.", "type": "array" }, "model": { "description": "Optional model slug; still falls back through the chain.", "type": "string" }, "prompt": { "description": "User prompt. Provide this or messages[].", "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "example": { "content": "The answer is ...", "latency_ms": 1200, "model": "deepseek/deepseek-chat", "usage": { "completion_tokens": 80, "prompt_tokens": 24, "total_tokens": 104 } }, "type": "json" }

Recent Health Checks

Time Status HTTP Latency Error
2026-09-09 10:52:28 healthy 402 77ms
2026-09-08 21:54:27 healthy 402 83ms
2026-09-08 16:34:35 healthy 402 82ms
2026-09-08 09:37:02 healthy 402 216ms
2026-09-07 19:06:55 healthy 402 103ms
2026-09-07 12:34:31 healthy 402 86ms
2026-09-07 01:02:13 healthy 402 79ms
2026-09-06 13:42:16 healthy 402 109ms
2026-09-06 10:33:16 healthy 402 81ms