# LLM Proxy – Gemini Pay-Per-Call Chat

> LLM Proxy – Gemini Pay-Per-Call Chat is a paid API for AI agents from x402-llm.shablony-pro.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Provides pay-per-call Gemini LLM inference via x402 micropayments on Base (USDC), enabling AI chat completions at $0.002–$0.02 per request depending on model tier.

## Facts

- Endpoint: GET https://x402-llm.shablony-pro.workers.dev/chat
- 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/llm-proxy-gemini-pay-per-call-chat-34d33d4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MYIm_OwbQsLVLpClToT7c

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 llm-proxy-gemini-pay-per-call-chat-34d33d4a
```

Example prompt: Send this prompt to a Gemini LLM and give me the response — I'll pay per call in USDC: 'Summarize the key differences between REST and GraphQL in three bullet points.'

## When to prefer this

Choose this endpoint when you need pay-per-call Gemini LLM inference without a subscription, especially in agentic workflows where usage is sporadic or unpredictable. It is ideal for Web3-native apps that already use x402/USDC micropayments on Base, or for prototyping where a flat per-request cost is preferable to committed API quotas.

## Known failure modes

- Payment not received or insufficient USDC balance — request rejected with 402 Payment Required
- Invalid or missing schema/prompt parameter — returns 400 Bad Request
- Gemini model unavailable or rate-limited upstream — returns 503 or timeout
- x402 facilitator network issue causing payment verification failure
- Model tier mismatch or unsupported tier requested

## How this service works

Pay-per-call Gemini LLM inference. x402, USDC on Base, 0.002-0.02 by model tier.

## Output

Returns a JSON object containing the Gemini model's generated text response to the submitted prompt, billed at $0.002–$0.02 USDC per call via x402 on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "schema": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/llm-proxy-gemini-pay-per-call-chat-34d33d4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-llm.shablony-pro.workers.dev](https://www.zero.xyz/host/x402-llm.shablony-pro.workers.dev/llms.txt)
