# claw402 Gemini Models List via x402 Payment Gateway

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

Lists available Google Gemini AI models via a pay-per-call x402 USDC gateway with no API key or registration required

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/gemini/models
- 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/claw402-gemini-models-list-via-x402-payment-gateway-b4995d71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_laaQhgrim_qU_lA8RdAeb

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-gemini-models-list-via-x402-payment-gateway-b4995d71
```

Example prompt: Can you show me all the Gemini AI models currently available — I want to see the full list so I can decide which one to use for my project, and I'll pay per call in USDC with no API key setup.

## When to prefer this

Choose this endpoint when you need to enumerate available Gemini models without setting up Google API credentials or billing, and you prefer to pay micro-amounts in USDC per call via the x402 protocol. Ideal for agents operating in wallet-native environments or for quick prototyping without account registration.

## Known failure modes

- Payment not received or insufficient USDC — returns HTTP 402 with payment instructions
- Malformed properties query parameter — may return empty data array
- Gateway or upstream Gemini API unavailable — returns error code or timeout
- Invalid wallet or payment header — rejected before model list is returned

## How this service works

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

## Output

A JSON object with a code field (0 for success) and a data array containing available Google Gemini model entries, listing model identifiers and associated metadata.

## 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-gemini-models-list-via-x402-payment-gateway-b4995d71/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)
