# GEDX402 DeepSeek-R1-Distill-Qwen-32B LLM via x402

> GEDX402 DeepSeek-R1-Distill-Qwen-32B LLM via x402 is a paid API for AI agents from ged-x402-llm.jvalamis.workers.dev, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Runs inference on DeepSeek-R1-Distill-Qwen-32B (a 32B parameter reasoning model) via Cloudflare Workers AI, paid per-call with USDC on multiple chains, no API key required.

## Facts

- Endpoint: GET https://ged-x402-llm.jvalamis.workers.dev/v1/llm/deepseek-r1-distill-qwen-32b
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-deepseek-r1-distill-qwen-32b-llm-via-x402-1cc4267d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2DoCvBF_xyzw6mLdNoFso

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 gedx402-deepseek-r1-distill-qwen-32b-llm-via-x402-1cc4267d
```

Example prompt: Ask the DeepSeek R1 32B reasoning model: 'What are three key differences between transformers and state space models?' — keep the reply under 512 tokens and pay via USDC.

## When to prefer this

Choose this endpoint when you need a capable 32B reasoning-class LLM (DeepSeek R1 distill) without managing API keys or subscriptions, and you can pay per-call with USDC on Base, Polygon, Arbitrum, World, or Solana. Ideal for crypto-native agents or workflows that already handle x402 micropayments and want serverless LLM access on Cloudflare's edge.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 response requiring payment
- Invalid message role (not system/user/assistant) — schema validation error
- max_tokens exceeds 4096 — rejected by schema
- Empty messages array — model may return error or empty response
- Network timeout on Cloudflare Workers edge — transient 5xx
- Unsupported payment chain or wallet — payment facilitation failure

## How this service works

x402 workers ai. pay with usdc on base, polygon, arbitrum, world, or solana. no api keys.

## Output

A JSON object containing the model name (@cf/deepseek-ai/deepseek-r1-distill-qwen-32b) and the assistant's generated text response to the provided conversation.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "messages": {
   "type": "array",
   "items": {
    "type": "object"
   }
  },
  "max_tokens": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "model": "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-deepseek-r1-distill-qwen-32b-llm-via-x402-1cc4267d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-llm.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-llm.jvalamis.workers.dev/llms.txt)
