# AI Compute / Neocloud Solvency & Capacity Due-Diligence Gauge

> AI Compute / Neocloud Solvency & Capacity Due-Diligence Gauge is a paid API for AI agents from aeml-x402.zeabur.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns a multi-leg due-diligence gauge on a named AI compute / neocloud provider covering lifecycle signals, financing distress indicators, hosted-workload exposure, and cross-validated narrative.

## Facts

- Endpoint: GET https://aeml-x402.zeabur.app/gauge/aicompute-region
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-compute-neocloud-solvency-capacity-due-diligence-gauge-3ccdea8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Yc78fwsiTYz5-JMOtzkxO

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 ai-compute-neocloud-solvency-capacity-due-diligence-gauge-3ccdea8f
```

Example prompt: Run a full solvency and capacity due-diligence gauge on CoreWeave — I need to see their lifecycle stage, any financing distress signals like layoffs or lease defaults, hosted-workload exposure risk, and the cross-validated narrative before we commit our model training jobs to them.

## When to prefer this

Use this endpoint when you need a consolidated, multi-signal solvency and capacity risk gauge on a specific neocloud or GPU-cloud provider — especially when preparing to commit AI workloads, conduct infrastructure VC due diligence, or monitor an existing vendor relationship. Prefer it over generic news search or single-signal financial APIs because it bundles lifecycle, financing distress, and hosted-workload cascade risk into a single structured response with verifiable provenance and cadence-aware freshness, purpose-built for AI agents and infra-decision workflows.

## Known failure modes

- Unknown or misspelled entity parameter returns an error or empty legs
- Data for a neocloud with limited public filings may return stale or sparse legs
- Freshness marked 'stale' if the underlying official source has not published new data within cadence thresholds
- Citation verification may fail if the upstream docket or source URL is offline
- Payment not processed via x402 returns 402 Payment Required before any data is served

## How this service works

[3-LEG] AI compute neocloud chain, one provider (?entity=coreweave): leading financing distress - layoffs, lease default, funding failure -> current current operating status -> realized lifecycle to wind-down, acquisition or bankruptcy (confirmation gate). A sequential chain, not one reading - confidence = how many legs are lit, in order. Sources: filings and official announcements. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed.

## Output

A structured JSON object with named legs (e.g. lifecycle, financing distress, hosted-workload exposure) each containing current signal readings, observation timestamps, data age, and record hashes; a cross-line narrative describing how the signals relate; provenance and freshness metadata with cadence-aware staleness labels; optional offline-verifiable citations with Ed25519 signatures and issuer DIDs; decision points indicating which entity tags can be swapped for a re-run; and an honest scope/grade disclosure noting this is screening-level observation, not investment advice.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": false,
     "properties": {
      "entity": {
       "type": "string",
       "description": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[0].entities[]",
       "examples": [
        "coreweave",
        "lambda",
        "crusoe",
        "nebius",
        "together-ai",
        "runpod"
       ],
       "x-accepted-values": {
        "shown": 6,
        "total": 20,
        "all": "https://api.truthbear.co/schemas/gauge-aicompute-region.input.json"
       }
      }
     },
     "required": [
      "entity"
     ]
    }
   },
   "required": [
    "type",
    "method",
    "queryParams"
   ]
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "const": "json"
    },
    "example": {}
   },
   "required": [
    "type"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-compute-neocloud-solvency-capacity-due-diligence-gauge-3ccdea8f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeml-x402.zeabur.app](https://www.zero.xyz/host/aeml-x402.zeabur.app/llms.txt)
