# claw402 DeepSeek V4 Flash AI Inference (x402)

> claw402 DeepSeek V4 Flash AI Inference (x402) is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002576/call, status unknown (last checked 2026-09-15).

Runs a DeepSeek V4 Flash AI model inference call, billed per-request in USDC via the x402 payment protocol — no API key or registration required.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/deepseek/v4-flash
- Price: $0.002576/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-deepseek-v4-flash-ai-inference-x402-807731d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LYtUAzHxIWiMmmkhWeFHQ

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 claw402-deepseek-v4-flash-ai-inference-x402-807731d7
```

Example prompt: Query the DeepSeek V4 Flash model through claw402 and ask it to summarize the following text: 'Quantum computing leverages superposition and entanglement to perform calculations exponentially faster than classical computers.' — pay with my USDC wallet via x402, no API key needed.

## When to prefer this

Choose this endpoint when you want DeepSeek V4 Flash AI inference with no API key registration, no subscription, and pay-per-call USDC billing via the x402 protocol. Ideal for agents operating with crypto wallets that need low-cost, lightweight AI generation ($0.002576/call) without managing API credentials.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Malformed x402 payment header results in authentication rejection
- Empty or malformed input properties cause model to return empty data array
- Model unavailability from underlying DeepSeek provider returns error code
- Network timeout from vergex.trade backend infrastructure
- Invalid wallet address in payment header causes transaction failure

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

A JSON response with a code field (0 for success) and a data array containing the AI model's generated output for the given input prompt.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-deepseek-v4-flash-ai-inference-x402-807731d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
