# Monexus Terminal Model-Card Watch

> Monexus Terminal Model-Card Watch is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a paginated feed of AI model lifecycle events — launches, silent downgrades, safety changes, and policy updates — organized by lab.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/modelwatch
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-model-card-watch-b21de742
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m-iC5mOAd3IRiX35R2Dkm

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 monexus-terminal-model-card-watch-b21de742 -d '<json body>'
```

Example prompt: Pull the latest 20 model-card events from Monexus Terminal — I want to see any recent AI model launches, silent downgrades, or safeguard policy changes across labs.

## When to prefer this

Use this endpoint when you need structured, curated intelligence on AI model card changes — especially silent downgrades and safeguard updates that are rarely aggregated elsewhere. Prefer this over general web search when you need machine-readable, timestamped events organized by lab, suitable for automated monitoring or alerting pipelines.

## Known failure modes

- limit parameter exceeds 50 — API may reject or clamp the value
- no recent events available — returns empty list
- payment not attached or insufficient — 402 Payment Required response
- invalid request format — 400 Bad Request
- service temporarily unavailable — 503 or timeout

## How this service works

Monexus Terminal API — Model-card watch: launches, silent downgrades, safeguards, policy events by lab. Params: limit (<=50).

## Output

A JSON list of up to 50 model-card watch events, each describing a specific AI model lifecycle change (launch, silent downgrade, safeguard update, or policy event), attributed to a specific lab with relevant metadata and timestamps.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-model-card-watch-b21de742/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from terminal.themonexus.com](https://www.zero.xyz/host/terminal.themonexus.com/llms.txt)
