Pay-per-call DeepSeek chat API via x402 micropayments. No signup, no API keys -- just a USDC wallet on Base. Full chat completions endpoint compatible with any x402 client.
Pay from $0.0025 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 19.2%
- uptime 24h
- 0%
- uptime 7d
- 0%
- uptime 30d
- 19.2%
- uptime 90d
- 44.3%
- response p95
- 1585ms
- avg response
- 1022ms
- total checks
- 2,741
compliance A (13/13), stale (probe failing)
13 of 13 x402 conformance checks pass. Full checklist below.
price $0.0025 (p25 in AI)
- price (min)
- $0.0025
- category percentile (min)
- p25 in AI
- endpoints / prices
- 1 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
- domain age
- -
- registrar
- -
- hosting
- custom
- domain created
- ---
Identity facts, not a risk score.
traction ---
This service shares a payout address and its probe has been failing, so its on-chain volume is suppressed until it responds again. Settlements on a shared address while a member is down are not attributed to it.
WHAT IT DOES
ai-derivedProvides AI chat completion services through an API endpoint
- category
- ai-chat
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /v1/chat/completions | $0.0025 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /v1/chat/completions returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://jeeves.originaltorrent.com/v1/chat/completions'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x3C74Ce3f8566Ff04B312320E7c264A691c409992",
"amount": "2500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
{
"asset": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
"extra": {
"name": "EURC",
"version": "2"
},
"payTo": "0x3C74Ce3f8566Ff04B312320E7c264A691c409992",
"amount": "2500",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://jeeves.originaltorrent.com/v1/chat/completions",
"tags": [
"inference",
"deepseek",
"llm",
"ai",
"x402"
],
"mimeType": "application/json",
"description": "DeepSeek AI inference — pay in USDC or EURC on Base",
"serviceName": "Jeeves-DeepSeek"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"model": "deepseek-v4-flash",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"choices": [
{
"message": {
"content": "The capital of France is Paris."
}
}
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"model",
"messages"
],
"properties": {
"model": {
"enum": [
"deepseek-v4-flash",
"deepseek-v4-pro"
],
"type": "string",
"description": "DeepSeek model name"
},
"messages": {
"type": "array",
"items": {
"type": "object",
"required": [
"role",
"content"
],
"properties": {
"role": {
"enum": [
"system",
"user",
"assistant"
],
"type": "string"
},
"content": {
"type": "string",
"description": "Message content"
}
}
},
"description": "Chat messages in OpenAI format"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
}
] OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/jeeves-deepseek/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
COMPLIANCE
13/13 checks pass · grade A · stale (probe failing)- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (18) · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/jeeves-deepseek?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/jeeves-deepseek.svg" alt="Jeeves-DeepSeek listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/jeeves-deepseek?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/jeeves-deepseek?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/jeeves-deepseek.svg?data=uptime" alt="Jeeves-DeepSeek uptime on x402-list" height="28"> </a>