# DeepSeek LLM Inference via x402

> DeepSeek LLM Inference via x402 is a paid API for AI agents from x402-gateway.alickzheng618.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Runs DeepSeek large language model inference optimized for Chinese text and long contexts, billed per request via x402 with no API key required.

## Facts

- Endpoint: POST https://x402-gateway.alickzheng618.workers.dev/v1/chat/completions
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/deepseek-llm-inference-via-x402-3a4c0bbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hKEwUwB_7YhxH-OfSpneb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability deepseek-llm-inference-via-x402-3a4c0bbe -d '<json body>'
```

Example prompt: Can you use the DeepSeek LLM to answer this in Chinese: '请解释量子纠缠的基本原理，并用简单的例子说明它的应用。'

## When to prefer this

Choose this endpoint when you need LLM inference optimized for Chinese-language content or very long contexts, and you want to pay per request without committing to an API key or subscription. It is ideal for agents operating in multilingual environments, handling Chinese text, or processing lengthy documents where other models may hit context limits. The x402 micropayment model makes it suitable for low-frequency or one-off inference tasks.

## Known failure modes

- Payment not included or insufficient USDC — request rejected with 402 Payment Required
- Malformed input schema — missing or invalid 'input' field returns an error
- Context length exceeded for very long inputs beyond model's maximum window
- Service unavailable due to upstream DeepSeek API outage
- Rate limiting or throttling under high load on the worker gateway

## How this service works

Chinese & long-context optimized LLM inference via x402. Pay per request, no API key.

## Output

Returns a chat completion response containing the model-generated text output in response to the provided input prompt, following standard OpenAI-compatible chat completions format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string"
  },
  "output": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/deepseek-llm-inference-via-x402-3a4c0bbe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-gateway.alickzheng618.workers.dev](https://www.zero.xyz/host/x402-gateway.alickzheng618.workers.dev/llms.txt)
