# AI Router – DeepSeek Chat via x402

> AI Router – DeepSeek Chat via x402 is a paid API for AI agents from 3-112-175-64.nip.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Runs DeepSeek deepseek-chat inference via OpenRouter, accepting a messages array and returning an LLM completion, billed per-call via x402 micropayment.

## Facts

- Endpoint: POST https://3-112-175-64.nip.io/v1/chat/completions
- 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/ai-router-deepseek-chat-via-x402-97e576ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gU7xs9KKPThG5MUgg7oxD

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 ai-router-deepseek-chat-via-x402-97e576ea -d '<json body>'
```

Example prompt: Ask deepseek-chat: 'Summarize the key differences between REST and GraphQL APIs in three bullet points.'

## When to prefer this

Choose this endpoint when you need on-demand DeepSeek deepseek-chat inference without managing your own API keys or subscriptions, and you want to pay per-call in USDC via x402 micropayments — ideal for agents that need lightweight, usage-based LLM access without upfront commitments.

## Known failure modes

- Payment failure or insufficient USDC balance triggers 402 Payment Required
- Invalid or missing messages array returns a 400 Bad Request
- Model identifier not recognized by OpenRouter returns an error
- Rate limiting or upstream OpenRouter outage returns 5xx
- Malformed JSON body results in parse error

## How this service works

OpenRouter  inference via x402

## Output

Returns a standard OpenAI-compatible chat completion object containing an 'choices' array with the assistant's generated message, finish reason, and token usage statistics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "model": {
   "type": "string"
  },
  "messages": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-router-deepseek-chat-via-x402-97e576ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 3-112-175-64.nip.io](https://www.zero.xyz/host/3-112-175-64.nip.io/llms.txt)
