# AgentPayStore Qwen3-14B Chat Completions

> AgentPayStore Qwen3-14B Chat Completions is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Pay-per-call LLM inference endpoint running Qwen3-14B on private GPU, billed in USDC on Base L2 via x402 protocol

## Facts

- Endpoint: GET https://agentpaystore.com/a2a/v1/chat/completions
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-qwen3-14b-chat-completions-c9fdcf04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_arNxFdHeFIh7szqdvBp7h

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 agentpaystore-qwen3-14b-chat-completions-c9fdcf04
```

Example prompt: Send this prompt to the Qwen3-14B inference endpoint on AgentPayStore and pay the $0.005 USDC per-call fee via x402: 'Summarize the key risks of deploying a smart contract without an audit in three bullet points.'

## When to prefer this

Choose this endpoint when your agent needs GPU-backed LLM inference with crypto-native per-call billing in USDC on Base L2, especially for autonomous agent pipelines that cannot hold traditional API subscriptions. Prefer it over OpenAI or Anthropic APIs when you need x402 micropayment compatibility, want to avoid subscription lock-in, or are building a crypto-native agent that manages its own wallet. Qwen3-14B is well-suited for general reasoning, coding, and analysis tasks at a competitive per-call price.

## Known failure modes

- Insufficient USDC balance — x402 payment fails and inference is not executed
- Prompt too long for model context window — request rejected or truncated
- GPU unavailability causing timeout or 503 error
- Malformed request body missing required message fields
- Network latency on Base L2 settlement causing delayed response confirmation

## How this service works

Private pay-per-call LLM inference for autonomous agents. Prompts run on our own GPU (qwen3-14b); settled in USDC on Base L2.

## Output

Returns an OpenAI-compatible chat completions response containing a 'choices' array with the generated message(s) from Qwen3-14B, settled via USDC micropayment on Base L2 after the call completes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "choices": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-qwen3-14b-chat-completions-c9fdcf04/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
