# claw402 Zhipu AI Models List

> claw402 Zhipu AI Models List is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns the list of available Zhipu AI models accessible through the claw402 x402 payment gateway

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/zhipu/models
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-zhipu-ai-models-list-bdb015b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__jX822J6h7TGeEYZnAMZ6

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 claw402-zhipu-ai-models-list-bdb015b2
```

Example prompt: What Zhipu AI models are available through claw402 right now? I want to see the full list so I can pick one for my project.

## When to prefer this

Use this endpoint when you need to programmatically discover which Zhipu AI models are available without API keys or registration, paying only per call in USDC. Prefer this over direct Zhipu AI API access when you want a wallet-based, keyless access pattern via the x402 micropayment protocol.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed x402 payment header — gateway rejects request
- Zhipu AI upstream service unavailable — empty data array or error code
- Network timeout from vergex.trade backend — no response or connection error
- Wallet not recognized or incompatible — payment processing failure

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a code field (0 for success) and a data array containing available Zhipu AI model entries, such as model IDs and names. Payment of $0.002 USDC is required per call via x402 protocol.

## Example request

```json
{
 "properties": "models"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-zhipu-ai-models-list-bdb015b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
