# GEDX402 Kimi K2.6 LLM via x402

> GEDX402 Kimi K2.6 LLM via x402 is a paid API for AI agents from ged-x402-llm.jvalamis.workers.dev, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-13).

Calls the Moonshot AI Kimi K2.6 large language model, paid per-request with USDC on-chain — no API key required.

## Facts

- Endpoint: GET https://ged-x402-llm.jvalamis.workers.dev/v1/llm/kimi-k2.6
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-kimi-k2-6-llm-via-x402-817c5a0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HG8s0iEx58UOUYni28x3r

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-kimi-k2-6-llm-via-x402-817c5a0c
```

Example prompt: Ask the Kimi K2.6 AI model this question using on-chain USDC payment — no API key: 'Explain the difference between proof-of-work and proof-of-stake in two paragraphs.' Limit the reply to 512 tokens.

## When to prefer this

Choose this endpoint when you need LLM inference without managing API keys or account credentials, and you want to pay per-call with USDC on a supported chain (Base, Polygon, Arbitrum, World, or Solana). Ideal for agents operating in trustless or decentralized environments where on-chain micropayments are preferred over subscription billing. Specifically useful when you want the Kimi K2.6 model (Moonshot AI) hosted on Cloudflare Workers AI.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required response
- Invalid message role value (not system/user/assistant) — 400 Bad Request
- max_tokens exceeds 4096 — 400 validation error
- Empty or malformed messages array — 400 Bad Request
- Network timeout on Cloudflare Worker — 5xx error
- Unsupported payment network provided — payment 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 identifier (@cf/moonshotai/kimi-k2.6) 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/moonshotai/kimi-k2.6",
  "response": "Hello!"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-kimi-k2-6-llm-via-x402-817c5a0c/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)
