x402 · USDC · Base / Solana · No signup · No API key
Start at $0.003/call
DeepSeek V4 Flash is the cheap tip-of-spear for agents. Free hourly sample on default chat, then pay only when you need a fresh custom call. Six models on one OpenAI-compatible surface.
① DeepSeek V4 Flash
Fast, cheap OpenAI-compatible chat for high-volume agents. Best first paid call.
$0.003 / callPOST https://x402donghang.duckdns.org/x402/v1/models/deepseek-v4-flash/chat/completions
Content-Type: application/json
{"messages":[{"role":"user","content":"ping"}],"stream":false,"max_tokens":64}
Unpaid → HTTP 402 + payment requirements. Pay USDC → same request returns the model reply.
② Default Chat (Grok 4.5 High)
Flagship path for SDKs that hit /v1/chat/completions. Streaming supported.
③ Crypto Radar
Live X + web intelligence, CoinGecko context, structured signals and citations.
$0.03 / callCrypto Brief · Summarize
Structured bias/thesis/risks, or URL/text → summary + actions.
$0.01 · $0.01Price ladder (chat)
Pick by job: Flash for volume → mid tier for reasoning → Claude for careful writing. Public names only.
| Model | USDC / call | POST path |
|---|---|---|
| DeepSeek V4 Flash best start | $0.003 | /x402/v1/models/deepseek-v4-flash/chat/completions |
| DeepSeek V4 Pro | $0.008 | /x402/v1/models/deepseek-v4-pro/chat/completions |
| GLM 5.2 | $0.008 | /x402/v1/models/glm-5.2/chat/completions |
| Grok 4.5 High default | $0.01 | /x402/v1/chat/completions |
| Qwen 3.8 Max | $0.012 | /x402/v1/models/qwen-3.8-max/chat/completions |
| Claude Sonnet 4.6 | $0.02 | /x402/v1/models/claude-sonnet-4.6/chat/completions |
How payment works
- Free first — hit a
/sampleURL. Cached hourly, no wallet. - Custom call — POST the paid path. Server returns HTTP 402 with machine-readable
PAYMENT-REQUIRED. - Pay once — x402 client (AgentCash / @x402/fetch) signs USDC on Base or Solana and retries. No account, no API key.
- Get result — 200 + OpenAI-style chat JSON (or vertical product JSON).
Try free sample (10s)
curl -s https://x402donghang.duckdns.org/x402/v1/chat/completions/sample
Cheapest paid path (expect 402 without wallet)
curl -sS -D- -X POST 'https://x402donghang.duckdns.org/x402/v1/models/deepseek-v4-flash/chat/completions' \
-H 'content-type: application/json' \
-d '{"messages":[{"role":"user","content":"hi"}],"stream":false,"max_tokens":32}'
No signup. Unpaid calls return HTTP 402. Prices are per request in USDC. Not financial advice for crypto products.