# ContextIQ Token Inspector – Model Pricing

> ContextIQ Token Inspector – Model Pricing is a paid API for AI agents from contextiq.trango-compute.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns per-million-token input/output pricing for a catalog of AI models, including model ID, provider, tokenizer family, and context window size

## Facts

- Endpoint: GET https://contextiq.trango-compute.com/api/v1/token-inspector/pricing/x402-v2
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/contextiq-token-inspector-model-pricing-aadf6f71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vGYk78ql-zf7FxtMjvbUj

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 contextiq-token-inspector-model-pricing-aadf6f71
```

Example prompt: Can you pull up the current per-million-token pricing for all available AI models — I want to see input and output costs, context window sizes, and which provider and tokenizer family each model uses?

## When to prefer this

Use this endpoint when you need a consolidated, up-to-date catalog of LLM pricing across multiple providers and models in a single call — especially useful for cost comparison, budget planning, or populating a cost dashboard. Prefer this over scraping individual provider pricing pages or maintaining a manually curated list.

## Known failure modes

- Payment not received or x402 challenge not completed — endpoint returns 402 Payment Required
- Service temporarily unavailable — returns 5xx error
- Pricing data may be stale if generatedAt timestamp is old — no real-time guarantee on underlying provider rates
- Empty or partial model list if upstream provider data is incomplete

## How this service works

Token Inspector model pricing (per call)

## Output

A JSON object containing an array of model records (each with model ID, name, provider, tokenizer family, context window size, and per-million-token input and output pricing) plus a generatedAt timestamp indicating when the pricing snapshot was taken.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "models": {
   "type": "array",
   "description": "Model id, name, provider, tokenizer family, context window, and per-million-token input/output pricing"
  },
  "generatedAt": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/contextiq-token-inspector-model-pricing-aadf6f71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from contextiq.trango-compute.com](https://www.zero.xyz/host/contextiq.trango-compute.com/llms.txt)
