# claw402 DeepSeek Models List

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

Lists available DeepSeek AI models accessible via the claw402 x402 payment gateway, paid with USDC per call

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/deepseek/models
- Price: $0.002/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-models-list-df6d5c45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zE1qgvbTcv-FgE3A5PF0k

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-models-list-df6d5c45
```

Example prompt: Show me the list of DeepSeek models I can call through the claw402 gateway — I'll be paying with USDC from my wallet, no API key needed.

## When to prefer this

Use this endpoint when you need to discover which DeepSeek models are available via the claw402 x402 payment gateway without registering an account or obtaining an API key, paying only $0.002 USDC per call from a crypto wallet.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Invalid or missing wallet signature — authentication failure
- DeepSeek backend unavailable — upstream service error
- Malformed request properties — 400 Bad Request
- Empty data array if no models are currently available

## How this service works

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

## Output

Returns a JSON object with a code of 0 on success and a data array containing available DeepSeek model identifiers and metadata accessible through the claw402 x402 payment gateway.

## Example request

```json
{
 "properties": "models"
}
```

## 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-models-list-df6d5c45/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)
