# AgentToll OpenRouter Models Lookup

> AgentToll OpenRouter Models Lookup is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves the list of available AI models on OpenRouter via a paid OSINT/data tool endpoint, paying $0.02 USDC per call on Base.

## Facts

- Endpoint: POST https://agenttoll.dev/paid/osint/openrouter-models
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-openrouter-models-lookup-11f53ae9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3dBQT-S2uU7x7-rFDA-80

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 agenttoll-openrouter-models-lookup-11f53ae9 -d '<json body>'
```

Example prompt: Can you pull the current list of AI models available on OpenRouter so I can see which ones I can route requests to?

## When to prefer this

Use this endpoint when an AI agent needs a programmatic, pay-per-call lookup of the OpenRouter model catalog without managing OpenRouter API credentials directly, or when operating in an x402-enabled payment environment on Base and wanting to consolidate data tool access through a single provider.

## Known failure modes

- Empty data array returned if OpenRouter API is unavailable or returns no models
- Payment failure if USDC balance on Base is insufficient
- HTTP 402 if x402 payment protocol handshake fails
- Stale or incomplete model list if upstream OpenRouter data is cached or delayed

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

Returns a JSON object with a 'data' array containing the list of AI models available on OpenRouter, and a 'success' boolean indicating whether the request succeeded.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-openrouter-models-lookup-11f53ae9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenttoll.dev](https://www.zero.xyz/host/agenttoll.dev/llms.txt)
