# GEDX402 Qwen3-30B-A3B-FP8 LLM via x402

> GEDX402 Qwen3-30B-A3B-FP8 LLM via x402 is a paid API for AI agents from ged-x402-llm.jvalamis.workers.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Runs inference on the Qwen3-30B-A3B-FP8 large language model, billed per call in USDC via x402 with no API key required

## Facts

- Endpoint: GET https://ged-x402-llm.jvalamis.workers.dev/v1/llm/qwen3-30b-a3b-fp8
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-qwen3-30b-a3b-fp8-llm-via-x402-eab42e19
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jGipv08REkijhI790BERL

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-qwen3-30b-a3b-fp8-llm-via-x402-eab42e19
```

Example prompt: Ask the Qwen3-30B model (via the x402 pay-per-call service, no API key needed) to explain the difference between supervised and unsupervised learning in 3 paragraphs — use a system message saying 'You are a helpful ML tutor' and cap the reply at 800 tokens.

## When to prefer this

Choose this endpoint when you need a large (30B parameter) open-weight language model with no API key or account registration, paying per-call in USDC on Base, Polygon, Arbitrum, World, or Solana. Ideal for agents that need on-demand LLM inference with crypto-native micropayment billing and no monthly subscription commitment.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required returned
- Invalid message array structure or missing required role/content fields — 400 Bad Request
- max_tokens exceeds 4096 — validation error
- Network timeout if inference takes too long on large prompt
- Unsupported blockchain for payment — payment rejected

## 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 ('model': '@cf/qwen/qwen3-30b-a3b-fp8') and the assistant's generated text ('response': string), billed at $0.008 USDC per call.

## 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/qwen/qwen3-30b-a3b-fp8",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-qwen3-30b-a3b-fp8-llm-via-x402-eab42e19/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)
