# GEDX402 Llama-3-8B-Instruct-AWQ LLM Inference

> GEDX402 Llama-3-8B-Instruct-AWQ LLM Inference is a paid API for AI agents from ged-x402-chat.jvalamis.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Runs Llama-3-8B-Instruct-AWQ chat completions on Cloudflare Workers AI, paid per-call with USDC via x402 — no API key required.

## Facts

- Endpoint: GET https://ged-x402-chat.jvalamis.workers.dev/v1/llm/llama-3-8b-instruct-awq
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-llama-3-8b-instruct-awq-llm-inference-7b063f66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SNd71sdXF6mXuwl2det7a

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-llama-3-8b-instruct-awq-llm-inference-7b063f66
```

Example prompt: Ask Llama-3-8B-Instruct: 'Explain quantum entanglement in simple terms' — use up to 512 tokens for the reply, and pay with USDC on Base.

## When to prefer this

Choose this endpoint when you need a permissionless, no-signup LLM inference call and can pay $0.01 USDC per request via x402 on Base, Polygon, Arbitrum, World, or Solana. Ideal for agents that hold crypto wallets and need to avoid API key management overhead. Best suited for single-turn or short multi-turn chat completions with Llama-3-8B-Instruct quality.

## Known failure modes

- Payment failure or insufficient USDC balance — x402 402 Payment Required response
- Invalid message format (missing 'role' or 'content' fields) — 400 Bad Request
- max_tokens exceeds 4096 — validation error
- Model inference timeout on Cloudflare Workers — 5xx error
- Unsupported blockchain network specified 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 identifier ('model': '@cf/meta/llama-3-8b-instruct-awq') and the assistant's generated text ('response'). Payment of $0.01 USDC is deducted per successful call via the x402 protocol.

## 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/meta/llama-3-8b-instruct-awq",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-llama-3-8b-instruct-awq-llm-inference-7b063f66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ged-x402-chat.jvalamis.workers.dev](https://www.zero.xyz/host/ged-x402-chat.jvalamis.workers.dev/llms.txt)
